Sun Dec 7 11:34:53 2008 UTC ()
Update tokyotyrant to 1.1.9.

2008-12-02  Mikio Hirabayashi

	* tcrdb.c (tcrdbputshl): new function instead of "tcrdbputrtt".

	* scrext.c (serv_isect, serv_union): new functions.

	- Release: 1.1.9

2008-10-30  Mikio Hirabayashi

	* scrext.c (serv_lock, serv_unlock): new functions.

	* usherette.lua: new file.

	- Release: 1.1.8


(obache)
diff -r1.4 -r1.5 pkgsrc/databases/tokyotyrant/Makefile
diff -r1.4 -r1.5 pkgsrc/databases/tokyotyrant/distinfo
diff -r1.5 -r1.6 pkgsrc/databases/tokyotyrant/PLIST

cvs diff -r1.4 -r1.5 pkgsrc/databases/tokyotyrant/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/tokyotyrant/Makefile 2008/10/26 11:38:37 1.4
+++ pkgsrc/databases/tokyotyrant/Makefile 2008/12/07 11:34:52 1.5
@@ -1,33 +1,34 @@ @@ -1,33 +1,34 @@
1# $NetBSD: Makefile,v 1.4 2008/10/26 11:38:37 obache Exp $ 1# $NetBSD: Makefile,v 1.5 2008/12/07 11:34:52 obache Exp $
2# 2#
3 3
4DISTNAME= tokyotyrant-1.1.7 4DISTNAME= tokyotyrant-1.1.9
5CATEGORIES= databases net 5CATEGORIES= databases net
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/}
7 7
8MAINTAINER= obache@NetBSD.org 8MAINTAINER= obache@NetBSD.org
9HOMEPAGE= http://tokyocabinet.sourceforge.net/ 9HOMEPAGE= http://tokyocabinet.sourceforge.net/
10COMMENT= Network interface of Tokyo Cabinet 10COMMENT= Network interface of Tokyo Cabinet
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_TOOLS+= gmake pkg-config 15USE_TOOLS+= gmake pkg-config
16 16
17PKGCONFIG_OVERRIDE+= tokyotyrant.pc.in 17PKGCONFIG_OVERRIDE+= tokyotyrant.pc.in
18 18
19TEST_TARGET= check 19TEST_TARGET= check
20 20
21.include "options.mk" 21.include "options.mk"
22 22
 23BUILDLINK_API_DEPENDS.tokyocabinet+= tokyocabinet>=1.3.23
23.include "../../databases/tokyocabinet/buildlink3.mk" 24.include "../../databases/tokyocabinet/buildlink3.mk"
24.include "../../devel/zlib/buildlink3.mk" 25.include "../../devel/zlib/buildlink3.mk"
25PTHREAD_AUTO_VARS= yes 26PTHREAD_AUTO_VARS= yes
26.include "../../mk/pthread.buildlink3.mk" 27.include "../../mk/pthread.buildlink3.mk"
27.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none" 28.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none"
28SUBST_CLASSES+= pthread 29SUBST_CLASSES+= pthread
29SUBST_STAGE.pthread= pre-configure 30SUBST_STAGE.pthread= pre-configure
30SUBST_FILES.pthread= configure 31SUBST_FILES.pthread= configure
31SUBST_SED.pthread= -e 's|-lpthread|${PTHREAD_LIBS}|' 32SUBST_SED.pthread= -e 's|-lpthread|${PTHREAD_LIBS}|'
32.endif 33.endif
33.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/databases/tokyotyrant/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/tokyotyrant/distinfo 2008/10/26 11:38:37 1.4
+++ pkgsrc/databases/tokyotyrant/distinfo 2008/12/07 11:34:53 1.5
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.4 2008/10/26 11:38:37 obache Exp $ 1$NetBSD: distinfo,v 1.5 2008/12/07 11:34:53 obache Exp $
2 2
3SHA1 (tokyotyrant-1.1.7.tar.gz) = 28ca8718363011cf66d6ec572a1d7cff60a4e247 3SHA1 (tokyotyrant-1.1.9.tar.gz) = a07fcec354f9be28fa3b60850667cc3778147325
4RMD160 (tokyotyrant-1.1.7.tar.gz) = c8eebee92bf46b5b677ddcc1f2c925f6d0ce4ec4 4RMD160 (tokyotyrant-1.1.9.tar.gz) = 7b390727c6585ee128e3a858ac605a80b9f99a4f
5Size (tokyotyrant-1.1.7.tar.gz) = 181609 bytes 5Size (tokyotyrant-1.1.9.tar.gz) = 144390 bytes
6SHA1 (patch-aa) = 94d950d5ddee5520cc1637f7026270ce0b5e1af5 6SHA1 (patch-aa) = 94d950d5ddee5520cc1637f7026270ce0b5e1af5
7SHA1 (patch-ab) = 0358a2b058eaac5a05e55de5ef352ecffa39014b 7SHA1 (patch-ab) = 0358a2b058eaac5a05e55de5ef352ecffa39014b

cvs diff -r1.5 -r1.6 pkgsrc/databases/tokyotyrant/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/tokyotyrant/PLIST 2008/10/26 11:38:37 1.5
+++ pkgsrc/databases/tokyotyrant/PLIST 2008/12/07 11:34:53 1.6
@@ -1,33 +1,34 @@ @@ -1,33 +1,34 @@
1@comment $NetBSD: PLIST,v 1.5 2008/10/26 11:38:37 obache Exp $ 1@comment $NetBSD: PLIST,v 1.6 2008/12/07 11:34:53 obache Exp $
2bin/tcrmgr 2bin/tcrmgr
3bin/tcrmttest 3bin/tcrmttest
4bin/tcrtest 4bin/tcrtest
5bin/ttserver 5bin/ttserver
6bin/ttulmgr 6bin/ttulmgr
7bin/ttultest 7bin/ttultest
8include/tcrdb.h 8include/tcrdb.h
9include/tculog.h 9include/tculog.h
10include/ttutil.h 10include/ttutil.h
11lib/libtokyotyrant.a 11lib/libtokyotyrant.a
12lib/libtokyotyrant.so 12lib/libtokyotyrant.so
13lib/libtokyotyrant.so.1 13lib/libtokyotyrant.so.2
14lib/libtokyotyrant.so.1.25.0 14lib/libtokyotyrant.so.2.1.0
15lib/pkgconfig/tokyotyrant.pc 15lib/pkgconfig/tokyotyrant.pc
16man/man1/tcrmgr.1 16man/man1/tcrmgr.1
17man/man1/tcrmttest.1 17man/man1/tcrmttest.1
18man/man1/tcrtest.1 18man/man1/tcrtest.1
19man/man1/ttserver.1 19man/man1/ttserver.1
20man/man1/ttulmgr.1 20man/man1/ttulmgr.1
21man/man1/ttultest.1 21man/man1/ttultest.1
22man/man3/tcrdb.3 22man/man3/tcrdb.3
23man/man3/tculog.3 23man/man3/tculog.3
24man/man3/ttutil.3 24man/man3/ttutil.3
25man/man8/ttservctl.8 25man/man8/ttservctl.8
26sbin/ttservctl 26sbin/ttservctl
27share/tokyotyrant/COPYING 27share/tokyotyrant/COPYING
28share/tokyotyrant/ChangeLog 28share/tokyotyrant/ChangeLog
29share/tokyotyrant/THANKS 29share/tokyotyrant/THANKS
30share/tokyotyrant/doc/index.html 30share/tokyotyrant/doc/index.html
31share/tokyotyrant/senatus.lua 31share/tokyotyrant/senatus.lua
 32share/tokyotyrant/usherette.lua
32@dirrm share/tokyotyrant/doc 33@dirrm share/tokyotyrant/doc
33@dirrm share/tokyotyrant 34@dirrm share/tokyotyrant