From clsung@going04.iis.sinica.edu.tw  Thu Oct 12 05:38:57 2006
Return-Path: <clsung@going04.iis.sinica.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C9D0616A403
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <clsung@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/p5-reaper: Perl module for reaping child processes via $SIG{CHLD}
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 12 05:40:20 GMT 2006
>Closed-Date:    Mon Nov 06 14:36:52 GMT 2006
>Last-Modified:  Mon Nov  6 14:40:22 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Oct 16 12:33:26 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104321 
Responsible-Changed-From-To: miwi->clsung 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Nov 5 21:41:37 UTC 2006 
Responsible-Changed-Why:  
Submitter has GNATS access. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104321 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Mon Nov 6 14:36:51 UTC 2006 
State-Changed-Why:  
New port added. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104321 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104321: commit references a PR
Date: Mon,  6 Nov 2006 14:30:49 +0000 (UTC)

 clsung      2006-11-06 14:30:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-reaper      Makefile distinfo pkg-descr pkg-plist 
   Log:
   Add p5-reaper 0.03, perl module for reaping child processes via
   $SIG{CHLD}.
   
   PR:             ports/104321
   Submitted by:   Cheng-Lung Sung <clsung at FreeBSD.org>
   
   Revision  Changes    Path
   1.2503    +1 -0      ports/devel/Makefile
   1.1       +28 -0     ports/devel/p5-reaper/Makefile (new)
   1.1       +3 -0      ports/devel/p5-reaper/distinfo (new)
   1.1       +8 -0      ports/devel/p5-reaper/pkg-descr (new)
   1.1       +3 -0      ports/devel/p5-reaper/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
