diff options
author | obache <obache> | 2010-03-12 10:43:07 +0000 |
---|---|---|
committer | obache <obache> | 2010-03-12 10:43:07 +0000 |
commit | f9bb38c1ed196b38b216c81ee01306ede17b281a (patch) | |
tree | 6c7db27374f7cb6107936ce2361f18be9a9fcd1f /databases | |
parent | 226c1966dda428562e2522e4d215e5450c9348b2 (diff) | |
download | pkgsrc-f9bb38c1ed196b38b216c81ee01306ede17b281a.tar.gz |
Update tokyocabinet to 1.4.43.
2010-01-26 Mikio Hirabayashi <hirarin@gmail.com>
* tcutil.c (tcmapout): a useless condition was fixed.
* tchdb.h, tcbdb.h: some members have volatile flag now.
- Release: 1.4.43
2010-01-01 Mikio Hirabayashi <hirarin@gmail.com>
* tchdb.c (tchdbnew, tchdbsetmutex): a useless lock object was removed.
* tcutil.c (tcsysinfo): CPU information was added.
* tchmgr.c (runput, procput): addint and adddouble ouput the result now.
* tcbmgr.c (runput, procput): addint and adddouble ouput the result now.
* tcfmgr.c (runput, procput): addint and adddouble ouput the result now.
- Release: 1.4.42
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tokyocabinet/Makefile | 4 | ||||
-rw-r--r-- | databases/tokyocabinet/PLIST | 5 | ||||
-rw-r--r-- | databases/tokyocabinet/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index 288c7a21017..e09608b99a0 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2010/01/17 02:45:00 obache Exp $ +# $NetBSD: Makefile,v 1.38 2010/03/12 10:43:07 obache Exp $ # -DISTNAME= tokyocabinet-1.4.41 +DISTNAME= tokyocabinet-1.4.43 CATEGORIES= databases MASTER_SITES= ${HOMEPAGE} diff --git a/databases/tokyocabinet/PLIST b/databases/tokyocabinet/PLIST index 5ab84917bc8..a9ec1f5f4da 100644 --- a/databases/tokyocabinet/PLIST +++ b/databases/tokyocabinet/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.35 2010/01/17 02:45:00 obache Exp $ +@comment $NetBSD: PLIST,v 1.36 2010/03/12 10:43:07 obache Exp $ bin/tcamgr bin/tcamttest bin/tcatest @@ -26,7 +26,7 @@ include/tcutil.h lib/libtokyocabinet.a lib/libtokyocabinet.so lib/libtokyocabinet.so.9 -lib/libtokyocabinet.so.9.4.0 +lib/libtokyocabinet.so.9.6.0 lib/pkgconfig/tokyocabinet.pc libexec/tcawmgr.cgi man/man1/tcamgr.1 @@ -74,3 +74,4 @@ share/tokyocabinet/doc/spex-en.html share/tokyocabinet/doc/spex-ja.html share/tokyocabinet/doc/tokyoproducts.pdf share/tokyocabinet/doc/tokyoproducts.ppt +share/tokyocabinet/tokyocabinet.idl diff --git a/databases/tokyocabinet/distinfo b/databases/tokyocabinet/distinfo index ebeba3018c5..f008e1dae0c 100644 --- a/databases/tokyocabinet/distinfo +++ b/databases/tokyocabinet/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.35 2010/01/17 02:45:00 obache Exp $ +$NetBSD: distinfo,v 1.36 2010/03/12 10:43:08 obache Exp $ -SHA1 (tokyocabinet-1.4.41.tar.gz) = aefd98f86cd86141254978574e10ca58228902a6 -RMD160 (tokyocabinet-1.4.41.tar.gz) = 104f3e3c83caf7f510a64537e8815a7e41fd8e24 -Size (tokyocabinet-1.4.41.tar.gz) = 991669 bytes +SHA1 (tokyocabinet-1.4.43.tar.gz) = 80af9c05d767d9d4347172526087a667eea6ada0 +RMD160 (tokyocabinet-1.4.43.tar.gz) = 8efbcc718e49127e37e94f6df39a41cc3f29653d +Size (tokyocabinet-1.4.43.tar.gz) = 991665 bytes SHA1 (patch-aa) = da66f5289c3e3e5fcbc306422ca69fb46c90b9dd |