aboutsummaryrefslogtreecommitdiffstats
path: root/databases/kyotocabinet
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-09-10 12:16:57 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-09-10 12:16:57 +0800
commitc32e2ca82ed1d366663046365e3ea4ad8e4f71e0 (patch)
tree29ee46d9b36b243dcc5fc1cbb2d8f0e612c3b796 /databases/kyotocabinet
parent293e4532039434bfde9365ce5deaa28f6100d4fb (diff)
downloadfreebsd-ports-gnome-c32e2ca82ed1d366663046365e3ea4ad8e4f71e0.tar.gz
freebsd-ports-gnome-c32e2ca82ed1d366663046365e3ea4ad8e4f71e0.tar.zst
freebsd-ports-gnome-c32e2ca82ed1d366663046365e3ea4ad8e4f71e0.zip
- Update to 1.2.7
- MASTER_SITES udated - MAN1 list updated - THANKS removed from list of docs added to DOCSDIR (not present in vendor's archive anymore) - files/patch-Makefile.in updated - pkg-descr and pkg-plist updated PR: ports/149876 Submitted by: Frederic Culot <frederic@culot.org> Approved by: maintainer timeout (knu ; 19 days)
Diffstat (limited to 'databases/kyotocabinet')
-rw-r--r--databases/kyotocabinet/Makefile11
-rw-r--r--databases/kyotocabinet/distinfo6
-rw-r--r--databases/kyotocabinet/files/patch-Makefile.in8
-rw-r--r--databases/kyotocabinet/pkg-descr11
-rw-r--r--databases/kyotocabinet/pkg-plist12
5 files changed, 30 insertions, 18 deletions
diff --git a/databases/kyotocabinet/Makefile b/databases/kyotocabinet/Makefile
index fbc403080ca4..1a6055a2ad19 100644
--- a/databases/kyotocabinet/Makefile
+++ b/databases/kyotocabinet/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= kyotocabinet
-PORTVERSION= 1.0.1
+PORTVERSION= 1.2.7
CATEGORIES= databases
-MASTER_SITES= http://1978th.net/kyotocabinet/
+MASTER_SITES= http://fallabs.com/kyotocabinet/
MAINTAINER= knu@FreeBSD.org
COMMENT= A straightforward implementation of DBM
@@ -36,6 +36,11 @@ PORTDOCS= *
.endif
MAN1= kccachetest.1 \
+ kcdirmgr.1 \
+ kcdirtest.1 \
+ kcforestmgr.1 \
+ kcforesttest.1 \
+ kcgrasstest.1 \
kchashmgr.1 \
kchashtest.1 \
kclangctest.1 \
@@ -55,7 +60,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/kyotocabinet.idl ${DATADIR}/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${COPYTREE_SHARE} "COPYING ChangeLog THANKS doc" ${DOCSDIR}/
+ cd ${WRKSRC} && ${COPYTREE_SHARE} "COPYING ChangeLog doc" ${DOCSDIR}/
.endif
.if exists(${PKGMESSAGE})
@${CAT} ${PKGMESSAGE}
diff --git a/databases/kyotocabinet/distinfo b/databases/kyotocabinet/distinfo
index 42902c08ad95..4779d70c2b45 100644
--- a/databases/kyotocabinet/distinfo
+++ b/databases/kyotocabinet/distinfo
@@ -1,3 +1,3 @@
-MD5 (kyotocabinet-1.0.1.tar.gz) = 9112fac8cea88fd7f12f7fc409f2524e
-SHA256 (kyotocabinet-1.0.1.tar.gz) = 4d30b82d64219786bf2c87f192c2bf5fcf62d62bdca1dee2c431b1b132f53d06
-SIZE (kyotocabinet-1.0.1.tar.gz) = 638814
+MD5 (kyotocabinet-1.2.7.tar.gz) = 857b23eb09521ded384768c8dd0a67a7
+SHA256 (kyotocabinet-1.2.7.tar.gz) = 770b8917a883f85ccf8a0b3544eb78b5f64c1b828de6f3f37acf1f4e4fa2fe80
+SIZE (kyotocabinet-1.2.7.tar.gz) = 796721
diff --git a/databases/kyotocabinet/files/patch-Makefile.in b/databases/kyotocabinet/files/patch-Makefile.in
index b66b20a915e4..2a6736b99091 100644
--- a/databases/kyotocabinet/files/patch-Makefile.in
+++ b/databases/kyotocabinet/files/patch-Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig 2010-05-30 08:51:42.000000000 +0900
-+++ Makefile.in 2010-06-08 11:05:38.570093000 +0900
+--- Makefile.in.orig 2010-08-22 13:27:43.835019488 +0200
++++ Makefile.in 2010-08-22 13:28:40.491750162 +0200
@@ -117,13 +117,13 @@
cp -Rf $(LIBRARYFILES) $(DESTDIR)$(LIBDIR)
mkdir -p $(DESTDIR)$(BINDIR)
@@ -12,8 +12,8 @@
cd man && cp -Rf $(MAN1FILES) $(DESTDIR)$(MAN1DIR)
mkdir -p $(DESTDIR)$(PCDIR)
cp -Rf $(PCFILES) $(DESTDIR)$(PCDIR)
-- [ "$$UID" = 0 ] && ldconfig || true
-+# [ "$$UID" = 0 ] && ldconfig || true
+- -[ "$$UID" = 0 ] && PATH=/sbin:/usr/sbin:$(PATH) ldconfig 2>/dev/null || true
++# -[ "$$UID" = 0 ] && PATH=/sbin:/usr/sbin:$(PATH) ldconfig 2>/dev/null || true
@printf '\n'
@printf '#================================================================\n'
@printf '# Thanks for using Kyoto Cabinet.\n'
diff --git a/databases/kyotocabinet/pkg-descr b/databases/kyotocabinet/pkg-descr
index f4c6aa1a097c..f5c5ec38c77b 100644
--- a/databases/kyotocabinet/pkg-descr
+++ b/databases/kyotocabinet/pkg-descr
@@ -15,9 +15,10 @@ of Kyoto Cabinet is great. The database size can be up to 8EB (9.22e18
bytes).
Kyoto Cabinet is written in the C++ language, and provided as API of
-C++, C, and Ruby. Kyoto Cabinet is available on platforms which have
-API conforming to C++03 with the TR1 library extensions. Kyoto Cabinet
-is a free software licensed under the GNU General Public License.
+C++, C, Java, Python, Ruby, Perl, and Lua. Kyoto Cabinet is available
+on platforms which have API conforming to C++03 with the TR1 library
+extensions. Kyoto Cabinet is a free software licensed under the GNU
+General Public License.
-Author: Mikio Hirabayashi <hirarin@gmail.com>
-WWW: http://1978th.net/kyotocabinet/
+Author: FAL Labs <info@fallabs.com>
+WWW: http://fallabs.com/kyotocabinet/
diff --git a/databases/kyotocabinet/pkg-plist b/databases/kyotocabinet/pkg-plist
index 29822900b613..226d5bd9bf00 100644
--- a/databases/kyotocabinet/pkg-plist
+++ b/databases/kyotocabinet/pkg-plist
@@ -1,4 +1,9 @@
bin/kccachetest
+bin/kcdirmgr
+bin/kcdirtest
+bin/kcforestmgr
+bin/kcforesttest
+bin/kcgrasstest
bin/kchashmgr
bin/kchashtest
bin/kclangctest
@@ -14,19 +19,20 @@ include/kccommon.h
include/kccompare.h
include/kccompress.h
include/kcdb.h
+include/kcdirdb.h
include/kcfile.h
include/kchashdb.h
include/kclangc.h
include/kcmap.h
+include/kcplantdb.h
include/kcpolydb.h
include/kcprotodb.h
include/kcthread.h
-include/kctreedb.h
include/kcutil.h
lib/libkyotocabinet.a
lib/libkyotocabinet.so
-lib/libkyotocabinet.so.2
-lib/libkyotocabinet.so.2.23.0
+lib/libkyotocabinet.so.4
+lib/libkyotocabinet.so.4.8.0
libdata/pkgconfig/kyotocabinet.pc
%%DATADIR%%/kyotocabinet.idl
@dirrm %%DATADIR%%