summaryrefslogtreecommitdiff
path: root/databases/java-qdbm
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2009-05-25Marked as LICENS=gnu-lgpl-v2.1.obache1-1/+2
2008-02-08This package is DESTDIR ready.obache1-1/+3
2007-10-16Update qdbm to 1.8.76.obache1-2/+1
Changes: 2007-03-07 - The hash function of on-memory map was optimized. - A bug related to large object was fixed. - Release: 1.8.76
2007-05-06Import java-qdbm version 1.0.0.1.8.75 from pkgsrc-wip.obache3-0/+71
QDBM is an embeded database library compatible with GDBM and NDBM. It features hash database and B+ tree database and is developed referring to GDBM for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. This package provides the Java interface of QDBM.