Date: Mon, 17 Jul 2006 10:11:08 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/100417: [NEW PORT] devel/p5-IPC-Mmap-Share: Safely share structures among processes using anonymous mmap Message-ID: <20060717021108.B860EB5@netnews.NCTU.edu.tw> Resent-Message-ID: <200607170220.k6H2KCD5018153@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100417 >Category: ports >Synopsis: [NEW PORT] devel/p5-IPC-Mmap-Share: Safely share structures among processes using anonymous mmap >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 Jul 17 02:20:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Tinderbox log: http://tb.gslin.org/logs/4.11-FreeBSD-Perl58/p5-IPC-Mmap-Share-0.03.log http://tb.gslin.org/logs/5.5-FreeBSD/p5-IPC-Mmap-Share-0.03.log http://tb.gslin.org/logs/6-STABLE/p5-IPC-Mmap-Share-0.03.log The IPC::Mmap::Share was born out of the need to share structures among processes that come from the same ancestor. It tries to do so in a very simple and straightforward manner. Just create an IPC::Mmap::Share object, and use set to store your data and get to get it back. WWW: http://search.cpan.org/dist/IPC-Mmap-Share/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-IPC-Mmap-Share-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-IPC-Mmap-Share # p5-IPC-Mmap-Share/pkg-descr # p5-IPC-Mmap-Share/Makefile # p5-IPC-Mmap-Share/pkg-plist # p5-IPC-Mmap-Share/distinfo # echo c - p5-IPC-Mmap-Share mkdir -p p5-IPC-Mmap-Share > /dev/null 2>&1 echo x - p5-IPC-Mmap-Share/pkg-descr sed 's/^X//' >p5-IPC-Mmap-Share/pkg-descr << 'END-of-p5-IPC-Mmap-Share/pkg-descr' XThe IPC::Mmap::Share was born out of the need to share structures Xamong processes that come from the same ancestor. It tries to do so in Xa very simple and straightforward manner. Just create an XIPC::Mmap::Share object, and use set to store your data and get to get Xit back. X XWWW: http://search.cpan.org/dist/IPC-Mmap-Share/ END-of-p5-IPC-Mmap-Share/pkg-descr echo x - p5-IPC-Mmap-Share/Makefile sed 's/^X//' >p5-IPC-Mmap-Share/Makefile << 'END-of-p5-IPC-Mmap-Share/Makefile' X# New ports collection makefile for: p5-IPC-Mmap-Share X# Date created: 2006-07-17 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= IPC-Mmap-Share XPORTVERSION= 0.03 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= IPC XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Safely share structures among processes using anonymous mmap X XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IPC/Mmap.pm:${PORTSDIR}/devel/p5-IPC-Mmap XBUILD_DEPENDS= ${RUN_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= IPC::Mmap::Share.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500800 # Inherited from devel/p5-IPC-Mmap XIGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again X.endif X X.include <bsd.port.post.mk> END-of-p5-IPC-Mmap-Share/Makefile echo x - p5-IPC-Mmap-Share/pkg-plist sed 's/^X//' >p5-IPC-Mmap-Share/pkg-plist << 'END-of-p5-IPC-Mmap-Share/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Mmap/Share/.packlist X%%SITE_PERL%%/IPC/Mmap/Share.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Mmap/Share X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Mmap X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC X@dirrmtry %%SITE_PERL%%/IPC/Mmap X@dirrmtry %%SITE_PERL%%/IPC END-of-p5-IPC-Mmap-Share/pkg-plist echo x - p5-IPC-Mmap-Share/distinfo sed 's/^X//' >p5-IPC-Mmap-Share/distinfo << 'END-of-p5-IPC-Mmap-Share/distinfo' XMD5 (IPC-Mmap-Share-0.03.tar.gz) = 3da7999876994b764e6c68f7433351ad XSHA256 (IPC-Mmap-Share-0.03.tar.gz) = 06fc0a22915da747dfc83bbbeb48916e49e4c94d09ee4174d08a95ef9fd34f41 XSIZE (IPC-Mmap-Share-0.03.tar.gz) = 12054 END-of-p5-IPC-Mmap-Share/distinfo exit --- p5-IPC-Mmap-Share-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?20060717021108.B860EB5>