From root@lastamericanempire.com  Tue Dec 27 14:22:54 2005
Return-Path: <root@lastamericanempire.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DEDE416A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Dec 2005 14:22:54 +0000 (GMT)
	(envelope-from root@lastamericanempire.com)
Received: from darwin.lastamericanempire.com (lastamericanempire.com [66.134.56.226])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 71F4743D58
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 Dec 2005 14:22:54 +0000 (GMT)
	(envelope-from root@lastamericanempire.com)
Received: by darwin.lastamericanempire.com (Postfix, from userid 0)
	id 611A733C3A; Tue, 27 Dec 2005 07:22:54 -0700 (MST)
Message-Id: <20051227142254.611A733C3A@darwin.lastamericanempire.com>
Date: Tue, 27 Dec 2005 07:22:54 -0700 (MST)
From: Zach Thompson <hideo@lastamericanempire.com>
Reply-To: Zach Thompson <hideo@lastamericanempire.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: devel/p5-Test-Strict - Test coverage of strict/warnings pragmas	
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         90981
>Category:       ports
>Synopsis:       New port: devel/p5-Test-Strict - Test coverage of strict/warnings pragmas
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 27 14:30:07 GMT 2005
>Closed-Date:    Tue Dec 27 18:41:53 CET 2005
>Last-Modified:  Tue Dec 27 18:41:53 CET 2005
>Originator:     hideo
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD darwin.lastamericanempire.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Wed Dec 7 20:49:31 MST 2005 hideo@darwin.lastamericanempire.com:/usr/obj/usr/src/sys/darwin amd64


	
>Description:
Test::Strict tests and reports on the coverage of the use strict/warnings pragmas
>How-To-Repeat:
	
>Fix:

	

--- p5-Test-Strict 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-Test-Strict
#	p5-Test-Strict/Makefile
#	p5-Test-Strict/distinfo
#	p5-Test-Strict/pkg-plist
#	p5-Test-Strict/pkg-descr
#
echo c - p5-Test-Strict
mkdir -p p5-Test-Strict > /dev/null 2>&1
echo x - p5-Test-Strict/Makefile
sed 's/^X//' >p5-Test-Strict/Makefile << 'END-of-p5-Test-Strict/Makefile'
X# New ports collection makefile for:	p5-Test-Strict
X# Date Created:				27 Dec 2005
X# Whom:					Zach Thompson <hideo@lastamericanempire.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Test-Strict
XPORTVERSION=	0.07
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR= Test
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	hideo@lastamericanempire.com
XCOMMENT=	Test and report on use strict/warnings coverage
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Devel/Cover.pm:${PORTSDIR}/devel/p5-Devel-Cover
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Test::Strict.3
X
X.include <bsd.port.mk>
END-of-p5-Test-Strict/Makefile
echo x - p5-Test-Strict/distinfo
sed 's/^X//' >p5-Test-Strict/distinfo << 'END-of-p5-Test-Strict/distinfo'
XMD5 (Test-Strict-0.07.tar.gz) = 22022dd7f79f6a23679be06104a704d8
XSHA256 (Test-Strict-0.07.tar.gz) = 93623f4797ad33075a41a0e81869d607f9e6cd7b88992ddaffd6a3ad0aaf9caf
XSIZE (Test-Strict-0.07.tar.gz) = 6556
END-of-p5-Test-Strict/distinfo
echo x - p5-Test-Strict/pkg-plist
sed 's/^X//' >p5-Test-Strict/pkg-plist << 'END-of-p5-Test-Strict/pkg-plist'
X%%SITE_PERL%%/Test/Strict.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Strict/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Strict
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Test 2>/dev/null || true
END-of-p5-Test-Strict/pkg-plist
echo x - p5-Test-Strict/pkg-descr
sed 's/^X//' >p5-Test-Strict/pkg-descr << 'END-of-p5-Test-Strict/pkg-descr'
XTest and report on the coverage of the strict/warnings pragmas.
X
XWWW: http://search.cpan.org/dist/Test-Strict/ 
END-of-p5-Test-Strict/pkg-descr
exit
--- p5-Test-Strict ends here ---


>Release-Note:
>Audit-Trail:

From: Anton Berezin <tobez@FreeBSD.org>
To: Zach Thompson <hideo@lastamericanempire.com>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/90981: New port: devel/p5-Test-Strict - Test coverage of strict/warnings pragmas
Date: Tue, 27 Dec 2005 15:40:12 +0100

 On Tue, Dec 27, 2005 at 07:22:54AM -0700, Zach Thompson wrote:
 
 > XPORTNAME=	Test-Strict
 > XPORTVERSION=	0.07
 
 > X.include <bsd.port.mk>
 
 Mind if I add perl > 5.6.0 as the requirement (p5-Devel-Cover wants it)?
 
 \Anton.
 -- 
 An undefined problem has an infinite number of solutions.
 -- Robert A. Humphrey

From: Zach Thompson <hideo@lastamericanempire.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/90981: New port: devel/p5-Test-Strict - Test coverage of strict/warnings pragmas
Date: Tue, 27 Dec 2005 09:43:59 -0700

 Anton,
 
 Works for me. Thank you for doing that.
 
 Zach
State-Changed-From-To: open->closed 
State-Changed-By: tobez 
State-Changed-When: Tue Dec 27 18:41:51 CET 2005 
State-Changed-Why:  
New port has been added. Thank you for your submission. 

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