Commit graph

26 commits

Author SHA1 Message Date
obache
8fbe03ecee Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
obache
5c6cb11bfc Update HOMEPAGE location. 2010-08-06 04:51:23 +00:00
obache
7ba1ca461d Update p5-tokyocabinet to 1.33. 2010-03-12 10:30:59 +00:00
obache
efe5c9810b Bump PKGREVISION from tokyocabinet shlib bump. 2010-01-17 02:46:56 +00:00
obache
3b22e3b7cf Introduce PKG_OPTIONS for database/tokyocabinet to select compression support
(zlib/bzip2/lzo/lzma and enabled by default for former two).

LZO and LZMA supports are exclusive, optional and should be selected by
user's use-case (priority of data compression ratio, compression speed,
or so on).

Furthermore, Tokyocabinet uses archives/lzmalib for lzma support, but lzmalib
conflicts with archivers/xz.
It means if tokyocabinet is installed with lzma, failed to install xz,
and result in failure of "make extract" for packages using .lzma/.xz distfiles.
This issue also resolved by optionify lzma support and disabled by default.

This changes also make tokyocabinet ABI changes, so bump PKGREVISION
and recursive bump.

OKed to commit in freeze by wiz@.
2009-12-19 12:56:45 +00:00
obache
e2fd74b58c TokyoCabinet related HOMEPAGEs have been moved. 2009-11-25 11:33:55 +00:00
obache
8aef01f89d Update p5-tokyocabinet to 1.32. 2009-07-20 02:55:58 +00:00
obache
9f606c6b73 Update p5-tokyocabinet to 1.31. 2009-07-18 01:40:24 +00:00
obache
92f5682bd0 Update p5-tokyocabinet to 1.30. 2009-07-09 11:27:07 +00:00
obache
e2956cddb5 Update p5-tokyocabinet to 1.29. 2009-07-07 11:35:16 +00:00
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
obache
60dca0687e Update tokyocabinet to 1.4.22, and perl, ruby and lua bindings.
Changes:
2009-05-21  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcadb.c (tcadbmisc): "sync", "optimize", "vanish" commands were added.

	- Release: 1.4.22

2009-05-10  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tchdbsetdfunit, tchdbdfunit, tchdbdefrag): new functions.

	* tchdb.c (tchdbdefragimpl, tchdbfbptrim, tchdbshiftrec): new functions.

	* tcbdb.c (tcbdbsetdfunit, tcbdbdfunit, tcbdbdefrag): new functions.

	* tctdb.c (tctdbsetdfunit, tctdbdfunit, tctdbdefrag): new functions.

	* tcadb.c (tcadbopen): "dfunit" parameter was added.

	* tcadb.c (tcadbmisc): "defrag" command was added.

	- Release: 1.4.21
2009-05-24 12:37:36 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
obache
99759c45d0 Update tokyocabinet-perl to 1.26, for new tokyocabinet. 2009-05-07 10:56:26 +00:00
obache
a29a43a7fd Update p5-tokyocabinet to 1.24, for tokyocabinet-1.4.10. 2009-03-21 05:33:12 +00:00
obache
fa67eaaaac DISTFILE was replaced silently (db filename extensions in samples were changed).
Bump PKGREVISION.
2009-02-16 11:25:35 +00:00
obache
37a5a36b80 Update p5-tokyocabinet to 1.23, for tokyocabinet-1.4.6. 2009-02-15 08:58:42 +00:00
obache
bd1808df09 Update p5-tokyocabinet to 1.22, for tokyocabinet-1.4.4. 2009-02-07 08:21:53 +00:00
obache
4f4ea5ffdb Update p5-tokyocabinet to 1.20, for tokyocabinet-1.3.24. 2008-12-15 11:16:01 +00:00
obache
30f0d0325a Revision bump for shlib major bumo of tokyocabinet. 2008-12-07 11:40:15 +00:00
obache
2287b67dba Update p5-tokyocabinet to 1.19, for tokyocabinet-1.3.20. 2008-11-24 01:14:33 +00:00
obache
1d7df43c2e Update p5-tokyocabinet to 1.18.
Changes is empty...
2008-10-26 10:48:27 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
obache
509d1d327a Update p5-tokyocabinet to 1.17.
ChangeLog: empty...
2008-10-13 05:55:08 +00:00
obache
e71f03f9a7 Import p5-tokyocabinet-1.16 as databases/p5-tokyocabinet.
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, B+ tree, or
fixed-length array.

This package provides Perl binding of Tokyo Cabinet.
2008-09-04 12:11:00 +00:00