From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 17 02:20:25 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D72E716A4E0 for ; Mon, 17 Jul 2006 02:20:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A25443D5F for ; Mon, 17 Jul 2006 02:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6H2KCU3018154 for ; Mon, 17 Jul 2006 02:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6H2KCD5018153; Mon, 17 Jul 2006 02:20:12 GMT (envelope-from gnats) Resent-Date: Mon, 17 Jul 2006 02:20:12 GMT Resent-Message-Id: <200607170220.k6H2KCD5018153@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F99F16A4DA for ; Mon, 17 Jul 2006 02:11:12 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA1943D64 for ; Mon, 17 Jul 2006 02:11:10 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id B860EB5; Mon, 17 Jul 2006 10:11:08 +0800 (CST) Message-Id: <20060717021108.B860EB5@netnews.NCTU.edu.tw> Date: Mon, 17 Jul 2006 10:11:08 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/100417: [NEW PORT] devel/p5-IPC-Mmap-Share: Safely share structures among processes using anonymous mmap X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 02:20:25 -0000 >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 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 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 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: