From gslin@ccreader.NCTU.edu.tw  Sat Dec 22 12:19:54 2007
Return-Path: <gslin@ccreader.NCTU.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 918F716A418
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Dec 2007 12:19:54 +0000 (UTC)
	(envelope-from gslin@ccreader.NCTU.edu.tw)
Received: from ccreader.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.freebsd.org (Postfix) with ESMTP id 4690913C457
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Dec 2007 12:19:54 +0000 (UTC)
	(envelope-from gslin@ccreader.NCTU.edu.tw)
Received: by ccreader.NCTU.edu.tw (Postfix, from userid 1000)
	id 8DD951CC1D; Sat, 22 Dec 2007 20:19:52 +0800 (CST)
Message-Id: <20071222121952.8DD951CC1D@ccreader.NCTU.edu.tw>
Date: Sat, 22 Dec 2007 20:19:52 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] databases/tokyocabinet: A modern implementation of DBM
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         118947
>Category:       ports
>Synopsis:       [NEW PORT] databases/tokyocabinet: A modern implementation of DBM
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 22 12:20:00 UTC 2007
>Closed-Date:    Tue Dec 25 03:07:06 UTC 2007
>Last-Modified:  Tue Dec 25 03:10:01 UTC 2007
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.3-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD ccreader.NCTU.edu.tw 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #2: Thu Oct 25 05:54:55 CST 2007
>Description:
Tokyo Cabinet is a library of routines for managing a database. The
database is a simple data file containing records, each is a pair of a
key and a value. Every key and value is serial bytes with variable
length. Both binary data and character string can be used as a key and
a value. There is neither concept of data tables nor data types.
Records are organized in hash table or B+ tree.

WWW:	http://tokyocabinet.sourceforge.net/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- tokyocabinet-1.1.6.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	tokyocabinet
#	tokyocabinet/pkg-descr
#	tokyocabinet/Makefile
#	tokyocabinet/pkg-plist
#	tokyocabinet/distinfo
#
echo c - tokyocabinet
mkdir -p tokyocabinet > /dev/null 2>&1
echo x - tokyocabinet/pkg-descr
sed 's/^X//' >tokyocabinet/pkg-descr << 'END-of-tokyocabinet/pkg-descr'
XTokyo Cabinet is a library of routines for managing a database. The
Xdatabase is a simple data file containing records, each is a pair of a
Xkey and a value. Every key and value is serial bytes with variable
Xlength. Both binary data and character string can be used as a key and
Xa value. There is neither concept of data tables nor data types.
XRecords are organized in hash table or B+ tree.
X
XWWW:	http://tokyocabinet.sourceforge.net/
END-of-tokyocabinet/pkg-descr
echo x - tokyocabinet/Makefile
sed 's/^X//' >tokyocabinet/Makefile << 'END-of-tokyocabinet/Makefile'
X# New ports collection makefile for:	tokyocabinet
X# Date created:		2007-12-22
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tokyocabinet
XPORTVERSION=	1.1.6
XCATEGORIES=	databases
XMASTER_SITES=	SF
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	A modern implementation of DBM
X
XCONFIGURE_ARGS=	--enable-off64
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_LDCONFIG=	yes
X
XMAN1=		tcbmgr.1 tcbmttest.1 tcbtest.1 tchmgr.1 tchmttest.1 \
X		tchtest.1 tcucodec.1 tcumttest.1 tcutest.1
XMAN3=		tcbdb.3 tchdb.3 tcutil.3 tokyocabinet.3
X
X# Because gnomehack use "(libdir)" and it doesn't work, we need to patch
X# it manually.
Xpost-patch:
X	${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|' \
X		${WRKSRC}/Makefile.in
X
X.include <bsd.port.mk>
END-of-tokyocabinet/Makefile
echo x - tokyocabinet/pkg-plist
sed 's/^X//' >tokyocabinet/pkg-plist << 'END-of-tokyocabinet/pkg-plist'
X@comment $FreeBSD$
X%%DATADIR%%/COPYING
X%%DATADIR%%/ChangeLog
X%%DATADIR%%/THANKS
X%%DATADIR%%/doc/benchmark.pdf
X%%DATADIR%%/doc/common.css
X%%DATADIR%%/doc/icon16.png
X%%DATADIR%%/doc/index.html
X%%DATADIR%%/doc/index.ja.html
X%%DATADIR%%/doc/logo-ja.png
X%%DATADIR%%/doc/logo.png
X%%DATADIR%%/doc/spex-en.html
X%%DATADIR%%/doc/spex-ja.html
Xbin/tcbmgr
Xbin/tcbmttest
Xbin/tcbtest
Xbin/tchmgr
Xbin/tchmttest
Xbin/tchtest
Xbin/tcucodec
Xbin/tcumttest
Xbin/tcutest
Xinclude/tcbdb.h
Xinclude/tchdb.h
Xinclude/tcutil.h
Xlib/libtokyocabinet.a
Xlib/libtokyocabinet.so
Xlib/libtokyocabinet.so.1
Xlib/libtokyocabinet.so.1.25.0
Xlibdata/pkgconfig/tokyocabinet.pc
X@dirrmtry %%DATADIR%%/doc
X@dirrmtry %%DATADIR%%
END-of-tokyocabinet/pkg-plist
echo x - tokyocabinet/distinfo
sed 's/^X//' >tokyocabinet/distinfo << 'END-of-tokyocabinet/distinfo'
XMD5 (tokyocabinet-1.1.6.tar.gz) = 25b86778713ef89d13570b2787815ea3
XSHA256 (tokyocabinet-1.1.6.tar.gz) = 188cecb014935de2fd11aa2e9ca13487378a3f18e35a4a9546489a85f8effa1a
XSIZE (tokyocabinet-1.1.6.tar.gz) = 312557
END-of-tokyocabinet/distinfo
exit
--- tokyocabinet-1.1.6.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Dec 22 12:20:08 UTC 2007 
Responsible-Changed-Why:  
clsung@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118947 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Tue Dec 25 03:07:06 UTC 2007 
State-Changed-Why:  
New port added. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118947 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118947: commit references a PR
Date: Tue, 25 Dec 2007 03:06:48 +0000 (UTC)

 clsung      2007-12-25 03:06:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases            Makefile 
   Added files:
     databases/tokyocabinet Makefile distinfo pkg-descr pkg-plist 
   Log:
   Tokyo Cabinet is a library of routines for managing a database. The
   database is a simple data file containing records, each is a pair of a
   key and a value. Every key and value is serial bytes with variable
   length. Both binary data and character string can be used as a key and
   a value. There is neither concept of data tables nor data types.
   Records are organized in hash table or B+ tree.
   
   WWW:    http://tokyocabinet.sourceforge.net/
   
   PR:             ports/118947
   Submitted by:   Gea-Suan Lin <gslin at gslin.org>
   
   Revision  Changes    Path
   1.657     +1 -0      ports/databases/Makefile
   1.1       +32 -0     ports/databases/tokyocabinet/Makefile (new)
   1.1       +3 -0      ports/databases/tokyocabinet/distinfo (new)
   1.1       +8 -0      ports/databases/tokyocabinet/pkg-descr (new)
   1.1       +32 -0     ports/databases/tokyocabinet/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
