diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-08-06 22:49:44 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-08-06 22:49:44 +0000 |
commit | a024da7b980f24fed768137b97076a9f41178df0 (patch) | |
tree | 8f384280073486131b694c1690d12a5b78a2b37b /databases/py-cdb/PLIST | |
parent | 5b996d8c4e1411e6f7ee112bd54e466ccaaa13cb (diff) | |
download | pkgsrc-a024da7b980f24fed768137b97076a9f41178df0.tar.gz |
Import py-cdb-0.34 as databases/py-cdb from wip/py-cdb
D. J. Bernstein's constant database library adapted as a python
extension module. Like GDBM and kin, cdb files map keys to values.
The file format boasts wickedly fast lookups and atomic updates.
Diffstat (limited to 'databases/py-cdb/PLIST')
-rw-r--r-- | databases/py-cdb/PLIST | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/py-cdb/PLIST b/databases/py-cdb/PLIST new file mode 100644 index 00000000000..69dd028a27c --- /dev/null +++ b/databases/py-cdb/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/06 22:49:44 ryoon Exp $ +${PYSITELIB}/cdbmodule.so |