From svysh@cryptocom.ru  Mon Sep 18 16:32:40 2006
Return-Path: <svysh@cryptocom.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7814216A492
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Sep 2006 16:32:40 +0000 (UTC)
	(envelope-from svysh@cryptocom.ru)
Received: from mx.cryptocom.ru (mx.cryptocom.ru [194.85.185.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6F4E343D5A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Sep 2006 16:32:34 +0000 (GMT)
	(envelope-from svysh@cryptocom.ru)
Received: by mx.cryptocom.ru (Postfix, from userid 500)
	id C91B7F413; Mon, 18 Sep 2006 20:32:32 +0400 (MSD)
Received: from panther.lan.cryptocom.ru (panther.lan.cryptocom.ru [10.51.17.209])
	by mx.cryptocom.ru (Postfix) with ESMTP id 723BEF410
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Sep 2006 20:32:32 +0400 (MSD)
Received: from panther.lan.cryptocom.ru (localhost [127.0.0.1])
	by panther.lan.cryptocom.ru (8.13.6/8.13.6) with ESMTP id k8IGXEBF015755
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Sep 2006 20:33:14 +0400 (MSD)
	(envelope-from svysh@panther.lan.cryptocom.ru)
Received: (from svysh@localhost)
	by panther.lan.cryptocom.ru (8.13.6/8.13.6/Submit) id k8IGXD2F015754;
	Mon, 18 Sep 2006 20:33:13 +0400 (MSD)
	(envelope-from svysh)
Message-Id: <200609181633.k8IGXD2F015754@panther.lan.cryptocom.ru>
Date: Mon, 18 Sep 2006 20:33:13 +0400 (MSD)
From: Sergei Vyshenski <svysh@cryptocom.ru>
Reply-To: Sergei Vyshenski <svysh@cryptocom.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [New port] devel/p5-Sys-SigAction
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         103364
>Category:       ports
>Synopsis:       [New port] devel/p5-Sys-SigAction
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 18 16:40:21 GMT 2006
>Closed-Date:    Mon Sep 18 18:24:38 GMT 2006
>Last-Modified:  Mon Sep 18 18:30:18 GMT 2006
>Originator:     Sergei Vyshenski
>Release:        FreeBSD 6.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD panther.lan.cryptocom.ru 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri Aug 11 19:43:40 MSD 2006 root@panther.lan.cryptocom.ru:/usr/obj/usr/src/sys/PANTHER amd64


	
>Description:
	[New port] devel/p5-Sys-SigAction is needed as a dependency for the next version of 
	the existing port security/p5-openxpki
>How-To-Repeat:
	
>Fix:

	


# 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:
#
#	devel/p5-Sys-SigAction
#	devel/p5-Sys-SigAction/distinfo
#	devel/p5-Sys-SigAction/pkg-descr
#	devel/p5-Sys-SigAction/Makefile
#	devel/p5-Sys-SigAction/pkg-plist
#
echo c - devel/p5-Sys-SigAction
mkdir -p devel/p5-Sys-SigAction > /dev/null 2>&1
echo x - devel/p5-Sys-SigAction/distinfo
sed 's/^X//' >devel/p5-Sys-SigAction/distinfo << 'END-of-devel/p5-Sys-SigAction/distinfo'
XMD5 (Sys-SigAction-0.06.tar.gz) = 388847720377789d68417ec5f28ce677
XSHA256 (Sys-SigAction-0.06.tar.gz) = 8df87180a1fe321b1d4df26c22e68a7dd3af4387b615a5bb8b05255237731815
XSIZE (Sys-SigAction-0.06.tar.gz) = 13127
END-of-devel/p5-Sys-SigAction/distinfo
echo x - devel/p5-Sys-SigAction/pkg-descr
sed 's/^X//' >devel/p5-Sys-SigAction/pkg-descr << 'END-of-devel/p5-Sys-SigAction/pkg-descr'
XSys::SigAction - Perl extension for Consistent Signal Handling.
XWith the use of this module, the signal handling behavior 
Xcan be coded in a way that does not change from one perl version 
Xto the next, and thus using POSIX::sigaction() becomes a little easier.
X
XWWW: http://search.cpan.org/dist/Sys-SigAction/
END-of-devel/p5-Sys-SigAction/pkg-descr
echo x - devel/p5-Sys-SigAction/Makefile
sed 's/^X//' >devel/p5-Sys-SigAction/Makefile << 'END-of-devel/p5-Sys-SigAction/Makefile'
X# New ports collection makefile for:	p5-Sys-SigAction
X# Date created:				18 Sep 2006
X# Whom:					svysh
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Sys-SigAction
XPORTVERSION=	0.06
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Sys
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	svysh@cryptocom.ru
XCOMMENT=	Perl extension for Consistent Signal Handling
X
XBUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Sys::SigAction.3
X
X.include <bsd.port.mk>
END-of-devel/p5-Sys-SigAction/Makefile
echo x - devel/p5-Sys-SigAction/pkg-plist
sed 's/^X//' >devel/p5-Sys-SigAction/pkg-plist << 'END-of-devel/p5-Sys-SigAction/pkg-plist'
x%%SITE_PERL%%/Sys/SigAction.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/SigAction/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/SigAction
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys
X@dirrmtry %%SITE_PERL%%/Sys
END-of-devel/p5-Sys-SigAction/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Mon Sep 18 18:24:32 UTC 2006 
State-Changed-Why:  
Port added, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103364: commit references a PR
Date: Mon, 18 Sep 2006 18:25:29 +0000 (UTC)

 erwin       2006-09-18 18:24:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Sys-SigAction Makefile distinfo pkg-descr pkg-plist 
   Log:
   Sys::SigAction - Perl extension for Consistent Signal Handling.
   With the use of this module, the signal handling behavior
   can be coded in a way that does not change from one perl version
   to the next, and thus using POSIX::sigaction() becomes a little easier.
   
   WWW: http://search.cpan.org/dist/Sys-SigAction/
   
   PR:             ports/103364
   Submitted by:   Sergei Vyshenski <svysh@cryptocom.ru>
   
   Revision  Changes    Path
   1.2452    +1 -0      ports/devel/Makefile
   1.1       +25 -0     ports/devel/p5-Sys-SigAction/Makefile (new)
   1.1       +3 -0      ports/devel/p5-Sys-SigAction/distinfo (new)
   1.1       +6 -0      ports/devel/p5-Sys-SigAction/pkg-descr (new)
   1.1       +5 -0      ports/devel/p5-Sys-SigAction/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:
