diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-11-29 19:19:12 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-11-29 19:19:12 +0000 |
commit | 114d556e969bd7ae7a051e6849dd97726b0a364d (patch) | |
tree | 908800b696e0701c0473a50e009317e56cc28973 /databases/tdb/PLIST | |
parent | 5dabc911cffa965e784cc8146f239beb7e5ba7f3 (diff) | |
download | pkgsrc-114d556e969bd7ae7a051e6849dd97726b0a364d.tar.gz |
Initial import of tdb, version 1.0.6. Description follows:
TDB is a Trivial Database. In concept, it is very much like GDBM,
and BSD's DB except that it allows multiple simultaneous writers
and uses locking internally to keep writers from trampling on
each other. TDB is also extremely small.
Approved by wiz.
This closes my own PR 18122.
Diffstat (limited to 'databases/tdb/PLIST')
-rw-r--r-- | databases/tdb/PLIST | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/tdb/PLIST b/databases/tdb/PLIST new file mode 100644 index 00000000000..ae651e72c27 --- /dev/null +++ b/databases/tdb/PLIST @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/29 19:19:12 jmmv Exp $ +bin/tdbdump +bin/tdbtool +include/tdb.h +lib/libtdb.a +lib/libtdb.la +lib/libtdb.so +lib/libtdb.so.1 +lib/libtdb.so.1.0 +man/man3/tdb.3 +man/man3/tdb_chainlock.3 +man/man3/tdb_close.3 +man/man3/tdb_delete.3 +man/man3/tdb_error.3 +man/man3/tdb_exists.3 +man/man3/tdb_fetch.3 +man/man3/tdb_firstkey.3 +man/man3/tdb_open.3 +man/man3/tdb_store.3 +man/man3/tdb_traverse.3 |