View | Details | Raw Unified | Return to bug 142032
Collapse All | Expand All

(-)Makefile (-5 / +5 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	tokyocabinet
8
PORTNAME=	tokyocabinet
9
PORTVERSION=	1.4.30
9
PORTVERSION=	1.4.41
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	SF
11
MASTER_SITES=	http://1978th.net/tokyocabinet/
12
12
13
MAINTAINER=	pgollucci@FreeBSD.org
13
MAINTAINER=	pgollucci@FreeBSD.org
14
COMMENT=	A modern implementation of DBM
14
COMMENT=	A modern implementation of DBM
Lines 24-30 Link Here
24
EXTRA_PATCHES=	${FILESDIR}/extra-patch-Makefile.in
24
EXTRA_PATCHES=	${FILESDIR}/extra-patch-Makefile.in
25
.endif
25
.endif
26
26
27
MAN1=		tcamgr.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \
27
MAN1=		tcamgr.1 tcamttest.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \
28
		tcfmgr.1 tcfmttest.1 tcftest.1 \
28
		tcfmgr.1 tcfmttest.1 tcftest.1 \
29
		tchmgr.1 tchmttest.1 tchtest.1 tcucodec.1 tcumttest.1 \
29
		tchmgr.1 tchmttest.1 tchtest.1 tcucodec.1 tcumttest.1 \
30
		tcutest.1 tctmgr.1 tctmttest.1 tcttest.1
30
		tcutest.1 tctmgr.1 tctmttest.1 tcttest.1
Lines 83-90 Link Here
83
CONFIGURE_ARGS+=	--disable-shared
83
CONFIGURE_ARGS+=	--disable-shared
84
.endif
84
.endif
85
85
86
SHLIB_VER=	8.21.0
86
SHLIB_VER=	9.4.0
87
SHLIB_VER_MAJ=	8
87
SHLIB_VER_MAJ=	9
88
88
89
PLIST_SUB+=	SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ}
89
PLIST_SUB+=	SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ}
90
90
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (tokyocabinet-1.4.30.tar.gz) = 9db239bf12c7a76f068a4e38b5575ee7
1
MD5 (tokyocabinet-1.4.41.tar.gz) = f5cbcb55286df6bbdedd165f33fdfb5d
2
SHA256 (tokyocabinet-1.4.30.tar.gz) = 5c44f831e0f64ffbcc3ce668e128672aed2f9fbe10e73ae98f95dfcee41e8312
2
SHA256 (tokyocabinet-1.4.41.tar.gz) = 567bd9a05608474776a44849fca866fbbc0de69278531af5c9332c7bb6c24391
3
SIZE (tokyocabinet-1.4.30.tar.gz) = 945988
3
SIZE (tokyocabinet-1.4.41.tar.gz) = 991669
(-)pkg-descr (-1 / +1 lines)
Lines 5-8 Link Here
5
a value. There is neither concept of data tables nor data types.
5
a value. There is neither concept of data tables nor data types.
6
Records are organized in hash table or B+ tree.
6
Records are organized in hash table or B+ tree.
7
7
8
WWW:	http://tokyocabinet.sourceforge.net/
8
WWW:	http://1978th.net/tokyocabinet/
(-)pkg-plist (-3 / +4 lines)
Lines 1-5 Link Here
1
@comment $FreeBSD: ports/databases/tokyocabinet/pkg-plist,v 1.10 2009/01/26 18:03:16 pgollucci Exp $
1
@comment $FreeBSD: ports/databases/tokyocabinet/pkg-plist,v 1.10 2009/01/26 18:03:16 pgollucci Exp $
2
bin/tcamgr
2
bin/tcamgr
3
bin/tcamttest
3
bin/tcatest
4
bin/tcatest
4
bin/tcbmgr
5
bin/tcbmgr
5
bin/tcbmttest
6
bin/tcbmttest
Lines 10-21 Link Here
10
bin/tchmgr
11
bin/tchmgr
11
bin/tchmttest
12
bin/tchmttest
12
bin/tchtest
13
bin/tchtest
13
bin/tcucodec
14
bin/tcumttest
15
bin/tcutest
16
bin/tctmgr
14
bin/tctmgr
17
bin/tctmttest
15
bin/tctmttest
18
bin/tcttest
16
bin/tcttest
17
bin/tcucodec
18
bin/tcumttest
19
bin/tcutest
19
include/tcadb.h
20
include/tcadb.h
20
include/tcbdb.h
21
include/tcbdb.h
21
include/tcfdb.h
22
include/tcfdb.h

Return to bug 142032