summaryrefslogtreecommitdiff
path: root/databases/tdb/PLIST
diff options
context:
space:
mode:
authorjmmv <jmmv>2002-11-29 19:19:12 +0000
committerjmmv <jmmv>2002-11-29 19:19:12 +0000
commit06d510057adb2285ddc7ab9c39cc98c62f8e7661 (patch)
tree908800b696e0701c0473a50e009317e56cc28973 /databases/tdb/PLIST
parentff342607497ee65b252fa2414a6e8b5674d8b1e2 (diff)
downloadpkgsrc-06d510057adb2285ddc7ab9c39cc98c62f8e7661.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/PLIST20
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