Date: Thu, 12 Oct 2006 13:40:23 +0800 (CST) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/104321: [NEW PORT] devel/p5-reaper: Perl module for reaping child processes via $SIG{CHLD} Message-ID: <20061012054023.8E64F284EC@going04.iis.sinica.edu.tw> Resent-Message-ID: <200610120540.k9C5eKtj054375@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104321 >Category: ports >Synopsis: [NEW PORT] devel/p5-reaper: Perl module for reaping child processes via $SIG{CHLD} >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: Thu Oct 12 05:40:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD going04.iis.sinica.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #21: Wed Sep 13 17:54:15 CST 2006 >Description: The reaper module provides a $SIG{CHLD} handler that can be installed globally as well as locally. It also supports chaining of signal handlers, meaning it will not just replace an existing $SIG{CHLD} handler. It still requires applications to do the right thing in using this module and not installing their own versions. At least it provides a consistent implementation that can be shared between various modules. WWW: http://search.cpan.org/dist/reaper/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-reaper-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-reaper # p5-reaper/pkg-descr # p5-reaper/Makefile # p5-reaper/pkg-plist # p5-reaper/distinfo # echo c - p5-reaper mkdir -p p5-reaper > /dev/null 2>&1 echo x - p5-reaper/pkg-descr sed 's/^X//' >p5-reaper/pkg-descr << 'END-of-p5-reaper/pkg-descr' XThe reaper module provides a $SIG{CHLD} handler that can be installed Xglobally as well as locally. It also supports chaining of signal handlers, Xmeaning it will not just replace an existing $SIG{CHLD} handler. It still Xrequires applications to do the right thing in using this module and not Xinstalling their own versions. At least it provides a consistent Ximplementation that can be shared between various modules. X XWWW: http://search.cpan.org/dist/reaper/ END-of-p5-reaper/pkg-descr echo x - p5-reaper/Makefile sed 's/^X//' >p5-reaper/Makefile << 'END-of-p5-reaper/Makefile' X# New ports collection makefile for: p5-reaper X# Date created: 2006-10-12 X# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> X# X# $FreeBSD$ X# X XPORTNAME= reaper XPORTVERSION= 0.03 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/J/JG/JGS/reaper XPKGNAMEPREFIX= p5- X XMAINTAINER= clsung@FreeBSD.org XCOMMENT= Perl module for reaping child processes via $$SIG{CHLD} X XPERL_CONFIGURE= yes X XMAN3= reaper.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500600 XIGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again X.endif X X.include <bsd.port.post.mk> END-of-p5-reaper/Makefile echo x - p5-reaper/pkg-plist sed 's/^X//' >p5-reaper/pkg-plist << 'END-of-p5-reaper/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/reaper/.packlist X%%SITE_PERL%%/reaper.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/reaper END-of-p5-reaper/pkg-plist echo x - p5-reaper/distinfo sed 's/^X//' >p5-reaper/distinfo << 'END-of-p5-reaper/distinfo' XMD5 (reaper-0.03.tar.gz) = 704710a7cb03166727106d89b7411ed9 XSHA256 (reaper-0.03.tar.gz) = 1d91f26b9758827f059d3fe54ef396d3daa4096e6fc4d9df04b3d9e9e04a48eb XSIZE (reaper-0.03.tar.gz) = 3293 END-of-p5-reaper/distinfo exit --- p5-reaper-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?20061012054023.8E64F284EC>