diff options
author | obache <obache> | 2009-02-05 15:36:34 +0000 |
---|---|---|
committer | obache <obache> | 2009-02-05 15:36:34 +0000 |
commit | e0999e2aab94fbb83c58f5834914e90db23ada91 (patch) | |
tree | 207d4c0c84788ee1cff23e95b9d957bc9dc5527d /databases/tokyocabinet/PLIST | |
parent | c9e999a4124d854b01153f195db0f52be49a8d1e (diff) | |
download | pkgsrc-e0999e2aab94fbb83c58f5834914e90db23ada91.tar.gz |
Update TokyoCabinet to 1.4.4.
Changes:
2009-01-29 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tcutil.c (tcmapputproc, tctreeputproc, tcmdbputproc, tcndbputproc): new functions.
* tchdb.c (tchdbputproc): new function.
* tchdb.c (TDBTHREADYIELD): "sched_yield" is now used instead of "pthread_yield".
* tcbdb.c (tcbdbputproc): new function.
* tcbdb.c (tcbdbcurkey, tcbdbcurval): the type of the return value was modified.
* tcfdb.c (tcfdbputproc): new function.
* tcadb.c (tcadbputproc): new function.
* tcadb.c (tcadbmisc): sub funcitons "put", "out", and "get" were added.
* tcadb.c (tcstrisnum): new function.
- Release: 1.4.4
Diffstat (limited to 'databases/tokyocabinet/PLIST')
-rw-r--r-- | databases/tokyocabinet/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tokyocabinet/PLIST b/databases/tokyocabinet/PLIST index 8785dfb0889..3bc81aaff47 100644 --- a/databases/tokyocabinet/PLIST +++ b/databases/tokyocabinet/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2009/01/27 09:19:06 obache Exp $ +@comment $NetBSD: PLIST,v 1.20 2009/02/05 15:36:34 obache Exp $ bin/tcamgr bin/tcatest bin/tcbmgr @@ -25,7 +25,7 @@ include/tcutil.h lib/libtokyocabinet.a lib/libtokyocabinet.so lib/libtokyocabinet.so.7 -lib/libtokyocabinet.so.7.8.0 +lib/libtokyocabinet.so.7.9.0 lib/pkgconfig/tokyocabinet.pc libexec/tcawmgr.cgi man/man1/tcamgr.1 |