Date: Tue, 10 Mar 2009 10:35:39 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/132490: [NEW PORT] databases/tokyotyrant: Network interface of Tokyo Cabinet Message-ID: <20090310023539.58E6C7E81B@colo-p.gslin.org> Resent-Message-ID: <200903100240.n2A2e1Nk072081@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132490 >Category: ports >Synopsis: [NEW PORT] databases/tokyotyrant: Network interface of Tokyo Cabinet >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 10 02:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD gslin 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Jan 31 21:46:23 UTC 2009 >Description: Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet. Though the DBM has high performance, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo Cabinet. It is composed of the server process managing a database and its access library for client applications. WWW: http://tokyocabinet.sourceforge.net/tyrantdoc/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- tokyotyrant-1.1.16.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: # # tokyotyrant # tokyotyrant/pkg-descr # tokyotyrant/Makefile # tokyotyrant/pkg-plist # tokyotyrant/distinfo # echo c - tokyotyrant mkdir -p tokyotyrant > /dev/null 2>&1 echo x - tokyotyrant/pkg-descr sed 's/^X//' >tokyotyrant/pkg-descr << '91df971d8b75235ecc04fae2ee60c726' XTokyo Tyrant is a package of network interface to the DBM called XTokyo Cabinet. Though the DBM has high performance, you might bother Xin case that multiple processes share the same database, or remote Xprocesses access the database. Thus, Tokyo Tyrant is provided for Xconcurrent and remote connections to Tokyo Cabinet. It is composed of Xthe server process managing a database and its access library for Xclient applications. X XWWW: http://tokyocabinet.sourceforge.net/tyrantdoc/ 91df971d8b75235ecc04fae2ee60c726 echo x - tokyotyrant/Makefile sed 's/^X//' >tokyotyrant/Makefile << '1870258b906b1626b339f7220e083486' X# New ports collection makefile for: tokyotyrant X# Date created: 2009-03-09 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= tokyotyrant XPORTVERSION= 1.1.16 XCATEGORIES= databases XMASTER_SITES= http://tokyocabinet.sourceforge.net/tyrantpkg/ X XMAINTAINER= gslin@gslin.org XCOMMENT= Network interface of Tokyo Cabinet X XBUILD_DEPENDS= tokyocabinet>=1.4.7:${PORTSDIR}/databases/tokyocabinet XLIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet XRUN_DEPENDS= tokyocabinet>=1.4.7:${PORTSDIR}/databases/tokyocabinet X XGNU_CONFIGURE= yes XUSE_LDCONFIG= yes XUSE_GMAKE= yes X XMAN1= tcrmgr.1 tcrmttest.1 tcrtest.1 ttserver.1 ttulmgr.1 ttultest.1 XMAN3= tcrdb.3 tculog.3 ttutil.3 XMAN8= ttservctl.8 X X# Since gnomehack only works for "(libdir)" case, we need to patch it X# manually. Xpost-patch: X ${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|g' \ X ${WRKSRC}/Makefile.in X X.include <bsd.port.mk> 1870258b906b1626b339f7220e083486 echo x - tokyotyrant/pkg-plist sed 's/^X//' >tokyotyrant/pkg-plist << '7200fa280e2172444677ff1b02a5df69' X@comment $FreeBSD$ X%%DATADIR%%/COPYING X%%DATADIR%%/ChangeLog X%%DATADIR%%/THANKS X%%DATADIR%%/doc/index.html X%%DATADIR%%/ext/senatus.lua X%%DATADIR%%/ext/usherette.lua Xbin/tcrmgr Xbin/tcrmttest Xbin/tcrtest Xbin/ttserver Xbin/ttulmgr Xbin/ttultest Xinclude/tcrdb.h Xinclude/tculog.h Xinclude/ttutil.h Xlib/libtokyotyrant.a Xlib/libtokyotyrant.so Xlib/libtokyotyrant.so.2 Xlib/libtokyotyrant.so.2.7.0 Xlibdata/pkgconfig/tokyotyrant.pc Xsbin/ttservctl X@dirrmtry libdata/pkgconfig X@dirrmtry %%DATADIR%%/ext X@dirrmtry %%DATADIR%%/doc X@dirrmtry %%DATADIR%% 7200fa280e2172444677ff1b02a5df69 echo x - tokyotyrant/distinfo sed 's/^X//' >tokyotyrant/distinfo << '7a06d4a080916c394d3fb3cc09b184e4' XMD5 (tokyotyrant-1.1.16.tar.gz) = bb5897645a61fd9fa28341c24b6508a8 XSHA256 (tokyotyrant-1.1.16.tar.gz) = 17aba25685f710a3cdf1dda4729f9722b6cded28617b6bf6caa8c63f9494c580 XSIZE (tokyotyrant-1.1.16.tar.gz) = 164416 7a06d4a080916c394d3fb3cc09b184e4 exit --- tokyotyrant-1.1.16.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090310023539.58E6C7E81B>