diff options
author | obache <obache> | 2008-12-15 11:15:05 +0000 |
---|---|---|
committer | obache <obache> | 2008-12-15 11:15:05 +0000 |
commit | b24f8db268bb88bf8df424e1da4f899fdb46e281 (patch) | |
tree | 9812700f7be1bdc3c22b10c53fd145adf9f30826 /databases/tokyocabinet/Makefile | |
parent | 9bd08d02e8af0869883d2b43a886ea9463c9adf9 (diff) | |
download | pkgsrc-b24f8db268bb88bf8df424e1da4f899fdb46e281.tar.gz |
Update TokyoCabinet to 1.3.24.
Changes:
2008-12-08 Mikio Hirabayashi
* tcutil.c (tcmdbforeach, tcmdbforeachimpl): new functions.
* tcutil.c (tcndbforeach, tcndbforeachimpl): new functions.
* tcutil.c (tctreenew2, tcndbnew2): type of the comparison function was modified.
* tcutil.c (tcstrdist, tcstrdistutf): maximum memory usage was limited.
* tchdb.c (tchdbforeach, tchdbforeachimpl): new functions.
* tchdb.c (tchdboptimizeimpl): performance was improved.
* tcbdb.c (tcbdbforeach, tcbdbforeachimpl): new functions.
* tcbdb.c (tcbdbsetcmpfunc): BDBCMP was changed to TCCMP.
* tcbdb.c (tcbdbcmplexical, tcbdbcmpdecimal, tcbdbcmpint32, tcbdbcmpint64): removed.
* tcfdb.c (tcfdbforeach, tcfdbforeachimpl): new functions.
* tcadb.c (tcadbomode, tcadbreveal): new functions.
- Release: 1.3.24
Diffstat (limited to 'databases/tokyocabinet/Makefile')
-rw-r--r-- | databases/tokyocabinet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index 126aa8e649b..997d7fe34f4 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2008/12/07 11:31:21 obache Exp $ +# $NetBSD: Makefile,v 1.14 2008/12/15 11:15:05 obache Exp $ # -DISTNAME= tokyocabinet-1.3.23 +DISTNAME= tokyocabinet-1.3.24 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/} |