summaryrefslogtreecommitdiff
path: root/databases/qdbm-plus
AgeCommit message (Collapse)AuthorFilesLines
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-01-12Fix PLIST for update of qdbm.joerg1-2/+1
2005-11-23Import qdbm-plus from pkgsrc-wip. Packaged by OBATA Akio.minskim3-0/+131
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 C++ interface of QDBM.