Date: Mon, 19 Dec 2005 15:32:44 +0800 (CST) From: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/90637: [NEW PORT] devel/p5-Tie-ShareLite: Tied hash interface to IPC::ShareLite Message-ID: <20051219073244.9AC6D106@Seattle.tamama.org> Resent-Message-ID: <200512190740.jBJ7e2qZ098435@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 90637 >Category: ports >Synopsis: [NEW PORT] devel/p5-Tie-ShareLite: Tied hash interface to IPC::ShareLite >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: Mon Dec 19 07:40:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jui-Nan Lin >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD Seattle.tamama.org 5.4-STABLE FreeBSD 5.4-STABLE #3: Thu Nov 17 16:14:12 CST 2005 >Description: Tie::ShareLite provides for a tied hash interface to the IPC::ShareLite module that is very similar to the one provided by IPC::Shareable. Only hashes can be tied at this time. The hashes can be of any complexity allowed by the Storable module, however, there are some caveats covered in the REFERENCES section of manpage. WWW: http://search.cpan.org/dist/Tie-ShareLite/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Tie-ShareLite-0.03.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: # # p5-Tie-ShareLite # p5-Tie-ShareLite/Makefile # p5-Tie-ShareLite/distinfo # p5-Tie-ShareLite/pkg-descr # p5-Tie-ShareLite/pkg-plist # echo c - p5-Tie-ShareLite mkdir -p p5-Tie-ShareLite > /dev/null 2>&1 echo x - p5-Tie-ShareLite/Makefile sed 's/^X//' >p5-Tie-ShareLite/Makefile << 'END-of-p5-Tie-ShareLite/Makefile' X# New ports collection makefile for: p5-Tie-ShareLite X# Date created: April 03 2001 X# Whom: vanilla X# X# $FreeBSD$ X# X XPORTNAME= Tie-ShareLite XPORTVERSION= 0.03 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Tie XPKGNAMEPREFIX= p5- X XMAINTAINER= jnlin@csie.nctu.edu.tw XCOMMENT= Tied hash interface to IPC::ShareLite X XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ X ${SITE_PERL}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-IPC-ShareLite X XPERL_CONFIGURE= yes X XMAN3= Tie::ShareLite.3 X X.include <bsd.port.mk> END-of-p5-Tie-ShareLite/Makefile echo x - p5-Tie-ShareLite/distinfo sed 's/^X//' >p5-Tie-ShareLite/distinfo << 'END-of-p5-Tie-ShareLite/distinfo' XMD5 (Tie-ShareLite-0.03.tar.gz) = 6f4830050d63b1b855d7840d2f697809 XSHA256 (Tie-ShareLite-0.03.tar.gz) = 414e518fbf8bf588093bfbd2b688c4f630ab463b4927d14cbc0272950bcd9948 XSIZE (Tie-ShareLite-0.03.tar.gz) = 5017 END-of-p5-Tie-ShareLite/distinfo echo x - p5-Tie-ShareLite/pkg-descr sed 's/^X//' >p5-Tie-ShareLite/pkg-descr << 'END-of-p5-Tie-ShareLite/pkg-descr' XTie::ShareLite provides for a tied hash interface to the XIPC::ShareLite module that is very similar to the one provided Xby IPC::Shareable. Only hashes can be tied at this time. The hashes Xcan be of any complexity allowed by the Storable module, Xhowever, there are some caveats covered in the REFERENCES section of manpage. X XWWW: http://search.cpan.org/dist/Tie-ShareLite/ END-of-p5-Tie-ShareLite/pkg-descr echo x - p5-Tie-ShareLite/pkg-plist sed 's/^X//' >p5-Tie-ShareLite/pkg-plist << 'END-of-p5-Tie-ShareLite/pkg-plist' X%%SITE_PERL%%/Tie/ShareLite.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/ShareLite/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/ShareLite X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Tie 2>/dev/null || true END-of-p5-Tie-ShareLite/pkg-plist exit --- p5-Tie-ShareLite-0.03.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?20051219073244.9AC6D106>