non port: databases/tokyocabinet/Makefile |
SVNWeb
|
Number of commits found: 57 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above )
|
Mon, 4 Oct 2021
|
[ 19:58 Rene Ladan (rene) ] e56a7da (Only the first 10 of 420 ports in this commit are shown above. )
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 24 Jul 2020
|
[ 19:08 sunpoet ]
Update MASTER_SITES and WWW
Approved by: portmgr (blanket)
|
Sat, 4 May 2019
|
[ 17:15 linimon ]
These ports now build on armv7 (and, presumably, armv6).
Approved by: portmgr (tier-2 blanket)
|
Mon, 29 Oct 2018
|
[ 22:15 sunpoet ]
Update MASTER_SITES and WWW
Approved by: portmgr (blanket)
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
Sat, 27 May 2017
|
[ 21:16 linimon ]
Mark some ports failing on armv6, for errors classified as "coredump".
This skips the ports that possibly only coredump under qemu.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Fri, 28 Oct 2016
|
[ 17:55 danfe ] (Only the first 10 of 17 ports in this commit are shown above. )
Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description. Those ports where it meant something more specific were
left untouched.
|
Fri, 21 Oct 2016
|
[ 15:21 mat ] (Only the first 10 of 354 ports in this commit are shown above. )
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
Tue, 12 Apr 2016
|
[ 17:47 adamw ]
Fix build, install, and package in multiple situations, and use OPTIONS helpers
to do so.
1) FASTEST option
build fails because -fforce-addr doesn't exist, so just remove it from
CFLAGS.
2) disabling SHARED broke build
The post-install, as well as the plist, never handled the case when SHARED
was disabled. By using OPTIONS_SUB and post-install-SHARED-on, it now works.
3) DEBUG and LZMA were incompatible
Building with debugging symbols against the external liblzma from ports
caused the build to fail. Mark these as incompatible with each other.
4) PROFILE prevents .so from being built (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 22 Nov 2014
|
[ 12:21 kuriyama ]
- tiny cleanups.
PR: ports/194342
Submitted by: amdmi3@amdmi3.ru
|
Tue, 10 Jun 2014
|
[ 07:39 olgeni ] (Only the first 10 of 388 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
|
Wed, 12 Feb 2014
|
[ 05:55 miwi ]
- Stage support
|
Wed, 11 Dec 2013
|
[ 18:08 bapt ] (Only the first 10 of 103 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sun, 9 Jun 2013
|
[ 09:17 antoine ]
Unbreak after OPTIONS conversion.
|
Thu, 21 Mar 2013
|
[ 17:43 bapt ] (Only the first 10 of 22 ports in this commit are shown above. )
Convert to new options framework left unconverted ports in databases category
|
Sun, 11 Nov 2012
|
[ 13:47 kuriyama ]
- Upgrade to 1.4.48.
Feature safe: yes
|
Sun, 28 Aug 2011
|
[ 22:16 kuriyama ]
Update MASTER_SITE and WWW.
PR: ports/160171
Submitted by: sunpoet
|
Fri, 25 Feb 2011
|
[ 13:36 kuriyama ]
- Upgrade to 1.4.47.
|
Sat, 9 Oct 2010
|
[ 10:11 kuriyama ]
Comment for PTHREAD OPTION was inverted.
Reported by: nork
|
Sun, 8 Aug 2010
|
[ 01:31 kuriyama ]
- Upgrade to 1.4.46.
|
Sun, 30 May 2010
|
[ 11:06 kuriyama ]
- Upgrade to 1.4.45.
- Remove off64 option. This is no effect on FreeBSD.
- Remove ZLIB and BZIP2 options. I cannot image who want to disabe
them.
- Add LZMA and LZO options (use lzmalib from ports even if on
recent 9-current because of missing header).
- Add missing SHARED option and sort options [1].
- Clean up usage of WITH_ and WITHOUT_ [1].
PR: ports/146164 [1]
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1]
|
Tue, 4 May 2010
|
[ 11:40 kuriyama ]
- Take maintainership.
- Backup distfile to my $MASTER_SITE_LOCAL.
|
Thu, 29 Apr 2010
|
[ 19:37 pgollucci ]
- Release some more
|
Mon, 26 Apr 2010
|
[ 21:58 pgollucci ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update databases/tokyocabinet to 1.4.44 [1]
- Chase SHLIB bump
PR: ports/145992 [1]
Submitted by lwhsu [1]
|
Sun, 27 Dec 2009
|
[ 02:08 pgollucci ]
- Update databases/tokyocabinet to 1.4.41
- Bump PORTREVISION of depend ports (sh lib bump)
PR: ports/142032
Submitted by: lwshu
|
Fri, 24 Jul 2009
|
[ 00:43 pgollucci ]
- Update databases/tokyocabinet to 1.4.30
PR: ports/136988 [prompted by]
Submitted by: Qing Feng <qingfeng@me.com>
|
Mon, 13 Jul 2009
|
[ 23:31 pgollucci ]
- Update to 1.4.29
- bump PORTREVISION for SHLIB bump
|
Wed, 27 May 2009
|
[ 19:18 pgollucci ]
- Update to 1.4.23
- Chase shlib bump
PR: ports/134960
Submitted by: Gea-Suan Lin <gslin@gslin.org>
|
Sun, 17 May 2009
|
[ 06:35 pgollucci ]
- Update to 1.4.20
- Bump PORTREVISION for SHLIB bump
PR: ports/134596
Submitted by: lwshu
|
Sat, 16 May 2009
|
[ 06:27 pgollucci ] (Only the first 10 of 103 ports in this commit are shown above. )
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
|
Thu, 7 May 2009
|
[ 07:27 pgollucci ]
- Update to 1.4.17
- Bump PORTREVISION for SHLIB bump
PR: ports/134057
Submitted by: lwshu
|
Sat, 25 Apr 2009
|
[ 00:34 pgollucci ]
- Update to 4.1.16
- Bump PORTREVISION for SHLIB bump
|
Wed, 22 Apr 2009
|
[ 04:12 pgollucci ]
- Update to 4.1.15
- Bump PORTREVISION for SHLIB bump
|
Fri, 10 Apr 2009
|
[ 06:11 pgollucci ]
- Update to 1.4.14
PR: ports/133543
Submitted by: lwshu@
|
Sat, 28 Mar 2009
|
[ 14:47 lwhsu ]
- Update to 1.4.11
- Avoid to use http://tokyocabinet.sourceforge.net/ as distfiles [1]
PR: ports/132648 [1]
Submitted by: Gea-Suan Lin <gslin AT gslin.org>
Approved by: maintainer implicitly
|
Tue, 10 Mar 2009
|
[ 11:38 lwhsu ]
- Update to 1.4.9 [2]
- Add SF mirrors [1]
- portlint(1) fix [1]
PR: [1] ports/131799 [2] ports/131799
Submitted by: [1] lwhsu [2] Gea-Suan Lin <gslin AT gslin.org>
|
Tue, 3 Feb 2009
|
[ 05:11 pgollucci ]
- Update to 1.4.4
- note SHLIB bump (no dependant ports)
|
Wed, 28 Jan 2009
|
[ 04:23 pgollucci ]
- Update to 1.4.3
- Note SHLIB bump to 7.8.0 (no dependent ports)
|
Mon, 26 Jan 2009
|
[ 18:03 pgollucci ]
- Update to 1.4.1
- SHLIB bump from 7.4.0 to 7.6.0 (no dependent ports)
|
Tue, 6 Jan 2009
|
[ 20:09 pgollucci ]
- Update to 1.3.27
- shared lib bump from 7.3.0 -> 7.4.0 (no dependant ports)
|
Sat, 27 Dec 2008
|
[ 18:03 pgollucci ]
Update to 1.3.26
Pull SHLIB stuff into Makefile to keep pkg-plist changes down
|
Wed, 24 Dec 2008
|
[ 08:24 pgollucci ]
- Update to 1.3.55
- SHLIB bump to 7.2.0 (no dependent ports)
Approved by: gabor (mentor)
|
Thu, 28 Aug 2008
|
[ 04:07 pgollucci ]
- Update to 1.3.4
- SHLIB bump, no dependant ports
Approved by: gabor (mentor)
|
Fri, 22 Aug 2008
|
[ 18:42 pgollucci ]
- Update to 1.3.2
Submitted by: (largely) vanilla (via e-mail)
Approved by: gabor (mentor)
|
Wed, 23 Jul 2008
|
[ 02:43 pgollucci ] (Only the first 10 of 63 ports in this commit are shown above. )
Update my ports to my freebsd address
Approved by: araujo (mentor)
|
Sun, 20 Jul 2008
|
[ 15:11 araujo ]
- Update to 1.2.11.
- Pass maintainership to submitter.
PR: ports/125530
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
Wed, 4 Jun 2008
|
[ 20:52 gahr ]
- Update to 1.2.7
- Fix %%PORTDOCS%%%%EXAMPLESDIR%% inconsistency
|
Mon, 17 Mar 2008
|
[ 20:04 miwi ]
- Update to 1.2.0
- Drop maintainership
PR: 121726
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer
|
Fri, 15 Feb 2008
|
[ 21:28 miwi ]
- Update to 1.1.14
PR: 120642
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
|
Tue, 29 Jan 2008
|
[ 15:21 araujo ]
- Update to 1.1.10.
- Now use DOCSDIR.
PR: ports/119963
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
itetcu (mentor, implicit)
|
Tue, 25 Dec 2007
|
[ 03:06 clsung ]
Tokyo Cabinet is a library of routines for managing a database. The
database is a simple data file containing records, each is a pair of a
key and a value. Every key and value is serial bytes with variable
length. Both binary data and character string can be used as a key and
a value. There is neither concept of data tables nor data types.
Records are organized in hash table or B+ tree.
WWW: http://tokyocabinet.sourceforge.net/
PR: ports/118947
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Number of commits found: 57 |