From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 12 05:40:21 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 EAC1716A416 for ; Thu, 12 Oct 2006 05:40:21 +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 30BE043D5C for ; Thu, 12 Oct 2006 05:40:21 +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 k9C5eK9p054376 for ; Thu, 12 Oct 2006 05:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9C5eKtj054375; Thu, 12 Oct 2006 05:40:20 GMT (envelope-from gnats) Resent-Date: Thu, 12 Oct 2006 05:40:20 GMT Resent-Message-Id: <200610120540.k9C5eKtj054375@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, Cheng-Lung Sung Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9D0616A403 for ; Thu, 12 Oct 2006 05:38:57 +0000 (UTC) (envelope-from clsung@going04.iis.sinica.edu.tw) Received: from going04.iis.sinica.edu.tw (going04.iis.sinica.edu.tw [140.109.19.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A9FD43D46 for ; Thu, 12 Oct 2006 05:38:57 +0000 (GMT) (envelope-from clsung@going04.iis.sinica.edu.tw) Received: by going04.iis.sinica.edu.tw (Postfix, from userid 1002) id 8E64F284EC; Thu, 12 Oct 2006 13:40:23 +0800 (CST) Message-Id: <20061012054023.8E64F284EC@going04.iis.sinica.edu.tw> Date: Thu, 12 Oct 2006 13:40:23 +0800 (CST) From: Cheng-Lung Sung To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/104321: [NEW PORT] devel/p5-reaper: Perl module for reaping child processes via $SIG{CHLD} 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: Thu, 12 Oct 2006 05:40:22 -0000 >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 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 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 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: