Date: Sun, 13 Apr 2008 22:37:37 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/122722: [NEW PORT] databases/sharedance: A daemon to centralize keys and associated data Message-ID: <20080413143737.7948B1CC3D@ccreader.NCTU.edu.tw> Resent-Message-ID: <200804131440.m3DEe2xs053483@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122722 >Category: ports >Synopsis: [NEW PORT] databases/sharedance: A daemon to centralize keys and associated data >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: Sun Apr 13 14:40:01 UTC 2008 >Closed-Date: >Last-Modified: >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 #3: Tue Jan 15 11:22:08 CST 2008 >Description: Sharedance is a high-performance server that centralize ephemeral key/data pairs on remote hosts, without the overhead and the complexity of an SQL database. WWW: http://sharedance.pureftpd.org/project/sharedance Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- sharedance-0.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: # # sharedance # sharedance/pkg-descr # sharedance/Makefile # sharedance/pkg-plist # sharedance/distinfo # echo c - sharedance mkdir -p sharedance > /dev/null 2>&1 echo x - sharedance/pkg-descr sed 's/^X//' >sharedance/pkg-descr << 'END-of-sharedance/pkg-descr' XSharedance is a high-performance server that centralize ephemeral Xkey/data pairs on remote hosts, without the overhead and the Xcomplexity of an SQL database. X XWWW: http://sharedance.pureftpd.org/project/sharedance END-of-sharedance/pkg-descr echo x - sharedance/Makefile sed 's/^X//' >sharedance/Makefile << 'END-of-sharedance/Makefile' X# New ports collection makefile for: sharedance X# Date created: 2008-04-13 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= sharedance XPORTVERSION= 0.6 XCATEGORIES= databases XMASTER_SITES= http://download.pureftpd.org/pub/sharedance/ X XMAINTAINER= gslin@gslin.org XCOMMENT= A daemon to centralize keys and associated data X XCONFIGURE_ARGS= --with-largefile XGNU_CONFIGURE= yes XUSE_BZIP2= yes X Xpost-install: X ${MKDIR} ${DATADIR} X ${INSTALL_SCRIPT} ${WRKSRC}/php/*.php ${DATADIR} X X.include <bsd.port.mk> END-of-sharedance/Makefile echo x - sharedance/pkg-plist sed 's/^X//' >sharedance/pkg-plist << 'END-of-sharedance/pkg-plist' X@comment $FreeBSD$ X%%DATADIR%%/session_handler.php X%%DATADIR%%/sharedance.php X%%DATADIR%%/test_session.php X%%DATADIR%%/test_sharedance.php Xsbin/sharedanced X@dirrmtry %%DATADIR%% END-of-sharedance/pkg-plist echo x - sharedance/distinfo sed 's/^X//' >sharedance/distinfo << 'END-of-sharedance/distinfo' XMD5 (sharedance-0.6.tar.bz2) = 73e60374cc04a825090530e90ce3e2ba XSHA256 (sharedance-0.6.tar.bz2) = ed7df7c1b204027f992689cbca87420c21c3e2fc0b07169c1cb43e11ed634d05 XSIZE (sharedance-0.6.tar.bz2) = 88571 END-of-sharedance/distinfo exit --- sharedance-0.6.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?20080413143737.7948B1CC3D>