diff options
author | minskim <minskim> | 2005-10-23 19:01:56 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-23 19:01:56 +0000 |
commit | 82ba5ae266d197bd4a655b0d5fc3286ee30bcdfa (patch) | |
tree | 99679c25986ab6b0f02c2f33b5834abdbc0ca9ac /databases/qdbm/PLIST | |
parent | 18754a9df2218e9008bb50ccb32229e1278e9080 (diff) | |
download | pkgsrc-82ba5ae266d197bd4a655b0d5fc3286ee30bcdfa.tar.gz |
Import qdbm from pkgsrc-wip. Packaged by OBATA Akio.
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 includes APIs for C, C++, and Java. CGI scripts are also
contained. APIs for Perl and Ruby should be installed with a source
package.
Diffstat (limited to 'databases/qdbm/PLIST')
-rw-r--r-- | databases/qdbm/PLIST | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/databases/qdbm/PLIST b/databases/qdbm/PLIST new file mode 100644 index 00000000000..dcd17d998a0 --- /dev/null +++ b/databases/qdbm/PLIST @@ -0,0 +1,70 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/23 19:01:56 minskim Exp $ +bin/dpmgr +bin/dptest +bin/dptsv +bin/crmgr +bin/crtest +bin/crtsv +bin/rlmgr +bin/rltest +bin/hvmgr +bin/hvtest +bin/cbtest +bin/cbcodec +bin/vlmgr +bin/vltest +bin/vltsv +bin/odmgr +bin/odtest +bin/odidx +include/depot.h +include/curia.h +include/relic.h +include/hovel.h +include/cabin.h +include/villa.h +include/vista.h +include/odeum.h +lib/libqdbm.a +lib/libqdbm.so +lib/libqdbm.so.11 +lib/libqdbm.so.11.5.0 +lib/pkgconfig/qdbm.pc +man/man1/dpmgr.1 +man/man1/dptest.1 +man/man1/dptsv.1 +man/man1/crmgr.1 +man/man1/crtest.1 +man/man1/crtsv.1 +man/man1/rlmgr.1 +man/man1/rltest.1 +man/man1/hvmgr.1 +man/man1/hvtest.1 +man/man1/cbtest.1 +man/man1/cbcodec.1 +man/man1/vlmgr.1 +man/man1/vltest.1 +man/man1/vltsv.1 +man/man1/odmgr.1 +man/man1/odtest.1 +man/man1/odidx.1 +man/man3/qdbm.3 +man/man3/depot.3 +man/man3/dpopen.3 +man/man3/curia.3 +man/man3/cropen.3 +man/man3/relic.3 +man/man3/hovel.3 +man/man3/cabin.3 +man/man3/villa.3 +man/man3/vlopen.3 +man/man3/vista.3 +man/man3/odeum.3 +man/man3/odopen.3 +share/doc/qdbm/spex.html +share/doc/qdbm/spex-ja.html +share/doc/qdbm/COPYING +share/doc/qdbm/ChangeLog +share/doc/qdbm/NEWS +share/doc/qdbm/THANKS +@dirrm share/doc/qdbm |