diff options
author | obache <obache> | 2009-07-07 11:41:23 +0000 |
---|---|---|
committer | obache <obache> | 2009-07-07 11:41:23 +0000 |
commit | 7b2e392f0b01f2c0a7e2b73b095f0c6090da0c97 (patch) | |
tree | 202b7a4e214ec85e4e56da07671b53bfa3e8f550 /databases/tokyotyrant | |
parent | 31e48bc7b736ccae171e2dc07557ec84d9c0eb8a (diff) | |
download | pkgsrc-7b2e392f0b01f2c0a7e2b73b095f0c6090da0c97.tar.gz |
Update tokyotyrant to 1.1.30.
Changes:
2009-07-05 Mikio Hirabayashi
* scrext.c (scrextkill): new function.
* scrext.c (serv_lock, serv_unlock): lock mechanism was modified with TCMDB.
- Release: 1.1.30
2009-05-28 Mikio Hirabayashi
* ttserver.c (do_http_options): new function.
* tcrtest.c (proctable): a test of full-text search was added.
- Release: 1.1.29
Diffstat (limited to 'databases/tokyotyrant')
-rw-r--r-- | databases/tokyotyrant/Makefile | 6 | ||||
-rw-r--r-- | databases/tokyotyrant/PLIST | 5 | ||||
-rw-r--r-- | databases/tokyotyrant/distinfo | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/databases/tokyotyrant/Makefile b/databases/tokyotyrant/Makefile index 7748ed63e05..180718bb463 100644 --- a/databases/tokyotyrant/Makefile +++ b/databases/tokyotyrant/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2009/05/29 08:18:12 obache Exp $ +# $NetBSD: Makefile,v 1.21 2009/07/07 11:41:23 obache Exp $ # -DISTNAME= tokyotyrant-1.1.28 +DISTNAME= tokyotyrant-1.1.30 CATEGORIES= databases net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/} @@ -21,7 +21,7 @@ TEST_TARGET= check .include "options.mk" -BUILDLINK_API_DEPENDS.tokyocabinet+= tokyocabinet>=1.4.21 +BUILDLINK_API_DEPENDS.tokyocabinet+= tokyocabinet>=1.4.29 .include "../../databases/tokyocabinet/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" PTHREAD_AUTO_VARS= yes diff --git a/databases/tokyotyrant/PLIST b/databases/tokyotyrant/PLIST index 193d7daf682..532bfec0b25 100644 --- a/databases/tokyotyrant/PLIST +++ b/databases/tokyotyrant/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2009/06/14 17:43:26 joerg Exp $ +@comment $NetBSD: PLIST,v 1.20 2009/07/07 11:41:23 obache Exp $ bin/tcrmgr bin/tcrmttest bin/tcrtest @@ -11,7 +11,7 @@ include/ttutil.h lib/libtokyotyrant.a lib/libtokyotyrant.so lib/libtokyotyrant.so.3 -lib/libtokyotyrant.so.3.11.0 +lib/libtokyotyrant.so.3.13.0 lib/ttskeldir.so lib/ttskelmock.so lib/ttskelnull.so @@ -33,5 +33,6 @@ share/tokyotyrant/ChangeLog share/tokyotyrant/THANKS share/tokyotyrant/doc/index.html share/tokyotyrant/ext/mapreduce.lua +share/tokyotyrant/ext/queue.lua share/tokyotyrant/ext/senatus.lua share/tokyotyrant/ext/usherette.lua diff --git a/databases/tokyotyrant/distinfo b/databases/tokyotyrant/distinfo index 9e3b578c82c..2ced56c33f2 100644 --- a/databases/tokyotyrant/distinfo +++ b/databases/tokyotyrant/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2009/05/29 08:18:12 obache Exp $ +$NetBSD: distinfo,v 1.19 2009/07/07 11:41:23 obache Exp $ -SHA1 (tokyotyrant-1.1.28.tar.gz) = 9787afb05f46677bd594be42e564ee577d8dc9af -RMD160 (tokyotyrant-1.1.28.tar.gz) = 6ff718f243883e338968daf11e512c95d4ee2c69 -Size (tokyotyrant-1.1.28.tar.gz) = 181804 bytes +SHA1 (tokyotyrant-1.1.30.tar.gz) = 4190c85c73d649ddbc94494f918b4bee3d779962 +RMD160 (tokyotyrant-1.1.30.tar.gz) = 1445ad628a5e138b8721a2cfb4254a1d90d1a734 +Size (tokyotyrant-1.1.30.tar.gz) = 182161 bytes SHA1 (patch-aa) = d1c6aa7e3197b33a1988320ca5ad865ae3fa23c4 SHA1 (patch-ab) = c263651729d1b8ce4fccb877869cc577577b260e SHA1 (patch-ac) = b9b7b2f523f38984b59a04030b7b1ba28a96916e |