diff options
author | obache <obache@pkgsrc.org> | 2009-05-07 10:55:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-05-07 10:55:06 +0000 |
commit | cf6fda56f60c9b9540ae8db48a37e0693fea1e6e (patch) | |
tree | 62e71e0b2d39d060bd85559a05960f815596dee1 /databases | |
parent | d3005b6302b9bd6663102158f8cdf2d021b594e3 (diff) | |
download | pkgsrc-cf6fda56f60c9b9540ae8db48a37e0693fea1e6e.tar.gz |
Update tokyocabinet to 1.4.19.
Changes:
2009-04-30 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tctdb.c (tctdbidxhash, tctdbqryproc2, tctdbqrysearchout2): new functions.
* tctdb.c (tctdbsearchimpl, tctdbidxput, tctdbidxout): the index format was modified.
* tcadb.c (tcadbmisc): the "out" option of the "search" command became non-atomic.
- Release: 1.4.19
2009-04-25 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tcutil.c (tcatoih): new function.
* tcbdb.c (tcbdbputimpl): cache adjustment on the putkeep mode was added.
* tcadb.c (tcadbsetskel): new function.
- Release: 1.4.18
2009-04-23 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tcutil.c (tcmapput, tcmapout, tcmapget): memory usage was reduced.
* tcutil.c (tcsysinfo): new function.
* tcutil.c (tcatoix): "strtold" was replaced by own implementation.
* tctdb.c (tctdbqryidxfetch): new function.
- Release: 1.4.17
2009-04-20 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tcbdb.c (tcbdbcuroutimpl): shift mechanism of cursors on deleted leaves was added.
* tcbdb.c (tcbdbleafcheck): new function.
- Release: 1.4.16
2009-04-08 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tcutil.c (tcsleep): new function.
* tchdb.c (tchdbtranbegin): locking algorithm was modified.
* tchdb.c (tchdblocktran, tchdbunlocktran): abolished.
* tcbdb.c (tcbdbtranbegin): locking algorithm was modified.
* tcbdb.c (tcbdbcurjumpimpl): a bug related to cursor initialization was fixed.
* tcfdb.c (tcbdbtranbegin): locking algorithm was modified.
* tcfdb.c (tcfdblocktran, tcfdbunlocktran): abolished.
* tctdb.c (tctdbqryallcondmatch): a bug related to handling null value was fixed.
* tcadb.c (tcadboptimize, tcadbpath): new functions.
- Release: 1.4.15
2009-04-07 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tcbdb.c (tcbdbputimpl, tcbdbcurputimpl): page size limitation was added.
* tcbdb.c (tcbdbleafdatasize): removed.
* tctdb.c (tctdbsetindeximpl): inner indexes were tuned.
- Release: 1.4.14
2009-04-02 Mikio Hirabayashi <mikio@users.sourceforge.net>
* configure.in: a bug related to support for traditional shells was fixed.
* tcfdb.c (tcfdbtranbegin, tcfdbtrancommit, tcfdbtranabort): new functions.
* tcadb.c (tcadbtranbegin, tcadbtrancommit, tcadbtranabort): new functions.
- Release: 1.4.13
2009-03-21 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tctdb.c (tctdbqrycount): new function.
* tcadb.c (tcadbmisc): "count" option was added.
- Release: 1.4.12
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tokyocabinet/Makefile | 6 | ||||
-rw-r--r-- | databases/tokyocabinet/PLIST | 4 | ||||
-rw-r--r-- | databases/tokyocabinet/distinfo | 10 | ||||
-rw-r--r-- | databases/tokyocabinet/patches/patch-aa | 42 |
4 files changed, 14 insertions, 48 deletions
diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index 22f885d1af4..0a113248059 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2009/03/21 05:32:04 obache Exp $ +# $NetBSD: Makefile,v 1.25 2009/05/07 10:55:06 obache Exp $ # -DISTNAME= tokyocabinet-1.4.11 +DISTNAME= tokyocabinet-1.4.19 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/} @@ -9,6 +9,8 @@ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://tokyocabinet.sourceforge.net/ COMMENT= Modern implementation of DBM +LICENSE= gnu-lgpl-v2.1 + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes diff --git a/databases/tokyocabinet/PLIST b/databases/tokyocabinet/PLIST index 85cdaed6477..f6d619f59f4 100644 --- a/databases/tokyocabinet/PLIST +++ b/databases/tokyocabinet/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2009/03/21 05:32:04 obache Exp $ +@comment $NetBSD: PLIST,v 1.25 2009/05/07 10:55:06 obache Exp $ bin/tcamgr bin/tcatest bin/tcbmgr @@ -25,7 +25,7 @@ include/tcutil.h lib/libtokyocabinet.a lib/libtokyocabinet.so lib/libtokyocabinet.so.8 -lib/libtokyocabinet.so.8.2.0 +lib/libtokyocabinet.so.8.10.0 lib/pkgconfig/tokyocabinet.pc libexec/tcawmgr.cgi man/man1/tcamgr.1 diff --git a/databases/tokyocabinet/distinfo b/databases/tokyocabinet/distinfo index 70526e72fc5..1f2ed7cf953 100644 --- a/databases/tokyocabinet/distinfo +++ b/databases/tokyocabinet/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2009/03/21 05:32:04 obache Exp $ +$NetBSD: distinfo,v 1.26 2009/05/07 10:55:06 obache Exp $ -SHA1 (tokyocabinet-1.4.11.tar.gz) = d655d9d2a3d348c19273486515ffce20310c3d6a -RMD160 (tokyocabinet-1.4.11.tar.gz) = 0f0fb54a00f644dd99b349cf429143c462858da9 -Size (tokyocabinet-1.4.11.tar.gz) = 873772 bytes -SHA1 (patch-aa) = 8d1dcf75066a6a5a26104c6961d0194f4af39c2a +SHA1 (tokyocabinet-1.4.19.tar.gz) = 41a13ae1fdcd1863896bbf128f4fdc73b391d62f +RMD160 (tokyocabinet-1.4.19.tar.gz) = 83ca4d7f6e1597abdcee0979417665a38c69a1a4 +Size (tokyocabinet-1.4.19.tar.gz) = 902454 bytes +SHA1 (patch-aa) = f81f4ff8d80f632e0b06e2aad6050b95a4819c97 diff --git a/databases/tokyocabinet/patches/patch-aa b/databases/tokyocabinet/patches/patch-aa index e89b1d1ed11..2b5cad3e083 100644 --- a/databases/tokyocabinet/patches/patch-aa +++ b/databases/tokyocabinet/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.9 2009/03/21 05:32:04 obache Exp $ +$NetBSD: patch-aa,v 1.10 2009/05/07 10:55:07 obache Exp $ ---- configure.orig 2009-03-14 10:48:48.000000000 +0000 +--- configure.orig 2009-04-30 09:20:57.000000000 +0000 +++ configure -@@ -1744,22 +1744,19 @@ MYDOCUMENTFILES="COPYING ChangeLog THANK +@@ -1853,22 +1853,19 @@ MYDOCUMENTFILES="COPYING ChangeLog THANK MYPCFILES="tokyocabinet.pc" # Building flags @@ -28,39 +28,3 @@ $NetBSD: patch-aa,v 1.9 2009/03/21 05:32:04 obache Exp $ export PATH CPATH LIBRARY_PATH LD_LIBRARY_PATH PKG_CONFIG_PATH -@@ -4191,7 +4188,7 @@ _ACEOF - fi - - fi --if test "$enable_exlzma" == "yes" -+if test "$enable_exlzma" = "yes" - then - - { echo "$as_me:$LINENO: checking for main in -llzma" >&5 -@@ -4259,7 +4256,7 @@ _ACEOF - fi - - fi --if test "$enable_exlzo" == "yes" -+if test "$enable_exlzo" = "yes" - then - - { echo "$as_me:$LINENO: checking for main in -llzo2" >&5 -@@ -5604,7 +5601,7 @@ fi - - - fi --if test "$enable_exlzma" == "yes" -+if test "$enable_exlzma" = "yes" - then - if test "${ac_cv_header_lzmalib_h+set}" = set; then - { echo "$as_me:$LINENO: checking for lzmalib.h" >&5 -@@ -5741,7 +5738,7 @@ fi - - - fi --if test "$enable_exlzo" == "yes" -+if test "$enable_exlzo" = "yes" - then - if test "${ac_cv_header_lzo_lzo1x_h+set}" = set; then - { echo "$as_me:$LINENO: checking for lzo/lzo1x.h" >&5 |