./databases/java-tokyocabinet, Java binding of Tokyo Cabinet

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.24, Package name: java-tokyocabinet-1.24, Maintainer: pkgsrc-users

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.


Required to run:
[databases/tokyocabinet] [lang/openjdk8]

Master sites:

Filesize: 176.208 KB

Version history: (Expand)


CVS history: (Expand)


   2022-04-02 13:51:22 by Nia Alarie | Files touched by this commit (1)
Log message:
java-tokyocabinet: require a slightly older JVM for 1.4 compat
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2019-07-11 11:25:26 by Nia Alarie | Files touched by this commit (15)
Log message:
Use https for fallabs.com.
   2016-02-02 21:32:18 by Filip Hajny | Files touched by this commit (1)
Log message:
__EXTENSIONS__ needs on SunOS, fixes build
   2015-11-03 02:56:36 by Alistair G. Crooks | Files touched by this commit (368)
Log message:
Add SHA512 digests for distfiles for databases category

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.
   2015-03-15 20:42:34 by Hiramatsu Yoshifumi | Files touched by this commit (12)
Log message:
Set MAINTAINER to pkgsrc-users.
   2014-12-16 07:24:05 by OBATA Akio | Files touched by this commit (1)
Log message:
jnilib file will be installed on Darwin.
PR pkg/49474 by Sevan Janiyan.