summaryrefslogtreecommitdiff
path: root/databases/java-tokyocabinet
AgeCommit message (Collapse)AuthorFilesLines
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2014-12-16jnilib file will be installed on Darwin.obache1-0/+2
PR pkg/49474 by Sevan Janiyan.
2013-10-27Update java-tokyocabinet to 1.24.obache2-6/+6
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-08-06Update HOMEPAGE location.obache1-2/+2
2010-06-18Update java-tokyocabinet to 1.23.obache2-7/+6
document fix. (previous version is not available anymore)
2010-03-12move MASTER_SITES to new location.obache1-2/+2
2010-01-17Bump PKGREVISION from tokyocabinet shlib bump.obache1-2/+2
2009-12-19Introduce PKG_OPTIONS for database/tokyocabinet to select compression supportobache1-1/+2
(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-11-30Pass down includedir, guessing that they want to look for tokyocabinet.joerg1-1/+3
2009-11-25TokyoCabinet related HOMEPAGEs have been moved.obache1-2/+2
2009-07-20Update java-tokyocabinet to 1.22.obache2-6/+6
2009-07-18Update java-tokyocabinet to 1.21.obache3-10/+10
2009-07-09Update java-tokyocabinet to 1.20.obache3-12/+12
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-24Import java-tokyocabinet-1.19 as databases/java-tokyocabinet.obache6-0/+106
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 Java binding of Tokyo Cabinet.