From root@undeliverable.renatasystems.org  Tue Mar  2 01:35:15 2010
Return-Path: <root@undeliverable.renatasystems.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 20A8B106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 Mar 2010 01:35:15 +0000 (UTC)
	(envelope-from root@undeliverable.renatasystems.org)
Received: from hs-9.renatasystems.org (hs-9.renatasystems.org [83.222.5.149])
	by mx1.freebsd.org (Postfix) with SMTP id 47AF08FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 Mar 2010 01:35:13 +0000 (UTC)
Received: (qmail 16847 invoked by uid 0); 2 Mar 2010 04:35:11 +0300
Message-Id: <20100302013511.16846.qmail@hs-9.renatasystems.org>
Date: 2 Mar 2010 04:35:11 +0300
From: Alexey V.Degtyarev <alexey@renatasystems.org>
Reply-To: Alexey V.Degtyarev <alexey@renatasystems.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: devel/p5-Proc-WaitStat - interpret and act on wait() status values.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         144409
>Category:       ports
>Synopsis:       New port: devel/p5-Proc-WaitStat - interpret and act on wait() status values.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 02 01:40:04 UTC 2010
>Closed-Date:    Tue Mar 02 05:52:11 UTC 2010
>Last-Modified:  Tue Mar 02 05:52:11 UTC 2010
>Originator:     Alexey V. Degtyarev
>Release:        FreeBSD 8.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD renatasystems.org 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
This Perl module contains functions for interpreting and acting on wait()
status values. Some more details can be found at
http://www.argon.org/~roderick/

The module mainly need for mail/mime-construct program I'll submit just after
this one. Both are developed by the same author (Roderick Schertler).
>How-To-Repeat:
	
>Fix:

	

--- p5-Proc-WaitStat.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-Proc-WaitStat
#	p5-Proc-WaitStat/Makefile
#	p5-Proc-WaitStat/distinfo
#	p5-Proc-WaitStat/pkg-descr
#	p5-Proc-WaitStat/pkg-plist
#
echo c - p5-Proc-WaitStat
mkdir -p p5-Proc-WaitStat > /dev/null 2>&1
echo x - p5-Proc-WaitStat/Makefile
sed 's/^X//' >p5-Proc-WaitStat/Makefile << '39bf49a92996c7cfe04cd0dc985be2fc'
X# New ports collection makefile for:	p5-Proc-WaitStat
X# Date created:				Tue 02 Mar 2010
X# Whom:					Alexey V. Degtyarev <alexey@renatasystems.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Proc-WaitStat
XPORTVERSION=	1.00
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	alexey@renatasystems.org
XCOMMENT=	Proc::WaitStat - Interpret and act on wait() status values
X
XBUILD_DEPENDS=	p5-IPC-Signal>=0:${PORTSDIR}/devel/p5-IPC-Signal
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Proc::WaitStat.3
X
X.include <bsd.port.mk>
39bf49a92996c7cfe04cd0dc985be2fc
echo x - p5-Proc-WaitStat/distinfo
sed 's/^X//' >p5-Proc-WaitStat/distinfo << 'c2f11ee6895b6ce2b01d49a0ef9084be'
XMD5 (Proc-WaitStat-1.00.tar.gz) = b911bd579b6b142391b21de1efa30c95
XSHA256 (Proc-WaitStat-1.00.tar.gz) = d07563f5e787909d16e7390241e877f49ab739b1de9d0e2ea1a41bd0bf4474bc
XSIZE (Proc-WaitStat-1.00.tar.gz) = 3223
c2f11ee6895b6ce2b01d49a0ef9084be
echo x - p5-Proc-WaitStat/pkg-descr
sed 's/^X//' >p5-Proc-WaitStat/pkg-descr << '2a8ab9369c17528eae315fe15f21a1b6'
XProc::WaitStat - Interpret and act on wait() status values
X
XThis module contains functions for interpreting and acting on wait status
Xvalues.
X
XWWW: http://search.cpan.org/dist/Proc-WaitStat/
2a8ab9369c17528eae315fe15f21a1b6
echo x - p5-Proc-WaitStat/pkg-plist
sed 's/^X//' >p5-Proc-WaitStat/pkg-plist << '75c64737d671b259d64a6e18073a5a68'
X%%SITE_PERL%%/Proc/WaitStat.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/WaitStat/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/WaitStat
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc
X@dirrmtry %%SITE_PERL%%/Proc
75c64737d671b259d64a6e18073a5a68
exit
--- p5-Proc-WaitStat.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: wen 
Responsible-Changed-When: Tue Mar 2 03:41:20 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144409: commit references a PR
Date: Tue,  2 Mar 2010 05:46:40 +0000 (UTC)

 wen         2010-03-02 05:46:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Proc-WaitStat Makefile distinfo pkg-descr pkg-plist 
   Log:
   Proc::WaitStat contains functions for interpreting and acting on
   wait status values.
   
   WWW: http://search.cpan.org/dist/Proc-WaitStat/
   
   PR:             ports/144409
   Submitted by:   Alexey V.Degtyarev <alexey@renatasystems.org>
   Feature safe:   yes
   
   Revision  Changes    Path
   1.3825    +1 -0      ports/devel/Makefile
   1.1       +24 -0     ports/devel/p5-Proc-WaitStat/Makefile (new)
   1.1       +3 -0      ports/devel/p5-Proc-WaitStat/distinfo (new)
   1.1       +4 -0      ports/devel/p5-Proc-WaitStat/pkg-descr (new)
   1.1       +5 -0      ports/devel/p5-Proc-WaitStat/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Tue Mar 2 05:52:10 UTC 2010 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144409 
>Unformatted:
