summaryrefslogtreecommitdiff
path: root/databases/java-tokyocabinet/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-10-27Update java-tokyocabinet to 1.24.obache1-4/+4
2010-06-18Update java-tokyocabinet to 1.23.obache1-4/+4
document fix. (previous version is not available anymore)
2009-07-20Update java-tokyocabinet to 1.22.obache1-4/+4
2009-07-18Update java-tokyocabinet to 1.21.obache1-5/+5
2009-07-09Update java-tokyocabinet to 1.20.obache1-5/+5
2009-05-24Import java-tokyocabinet-1.19 as databases/java-tokyocabinet.obache1-0/+7
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.