Commit graph

19 commits

Author SHA1 Message Date
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
63ff8e5222 Update ruby-tokyocabinet to 1.29. 2009-07-20 02:57:13 +00:00
obache
74023fcf80 Update ruby-tokyocabinet to 1.28. 2009-07-18 01:41:53 +00:00
obache
16d89e0b3e Update ruby-tokyocabinet to 1.27. 2009-07-09 11:29:10 +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
84fb522ad4 Update tokyocabinet-ruby to 1.23, for new tokyocabinet. 2009-05-07 10:57:41 +00:00
obache
a39d2c951b Update ruby-tokyocabinet to 1.21, for tokyocabinet-1.4.10. 2009-03-21 05:33:56 +00:00
obache
7cf5f15a35 DISTFILE was replaced silently (db filename extensions in samples were changed).
Bump PKGREVISION.
2009-02-16 11:26:40 +00:00
obache
bb403d53c0 Update ruby-tokyocabinet to 1.20, for tokyocabinet-1.4.6. 2009-02-15 08:59:26 +00:00
obache
da7d1150c2 Update ruby-tokyocabinet to 1.19, for tokyocabinet-1.4.4. 2009-02-09 08:12:41 +00:00
obache
99e47f2630 Update ruby-tokyocabinet to 1.18, for tokyocabinet-1.3.24. 2008-12-15 11:16:34 +00:00
obache
30f0d0325a Revision bump for shlib major bumo of tokyocabinet. 2008-12-07 11:40:15 +00:00
obache
4fa68002a5 Update ruby-tokyocabinet to 1.17, for tokyocabinet-1.3.20. 2008-11-24 01:15:33 +00:00
obache
e1307add12 Update ruby-tokyocabinet to 1.16.
Changes is empty...
2008-10-26 10:49:14 +00:00
obache
f670585fb4 Update ruby-tokyocabinet to 1.15.
ChangeLog: empty...
2008-10-13 05:56:11 +00:00
obache
f4f4169c45 Import ruby-tokyocabinet-1.14 as databases/ruby-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 Ruby binding of Tokyo Cabinet.
2008-09-04 12:11:41 +00:00