From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 27 14:30:10 2005 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 0BB0716A41F for ; Tue, 27 Dec 2005 14:30:10 +0000 (GMT) (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 D063443D67 for ; Tue, 27 Dec 2005 14:30:08 +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 jBREU8dH040312 for ; Tue, 27 Dec 2005 14:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBREU7w5040311; Tue, 27 Dec 2005 14:30:07 GMT (envelope-from gnats) Resent-Date: Tue, 27 Dec 2005 14:30:07 GMT Resent-Message-Id: <200512271430.jBREU7w5040311@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, Zach Thompson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEDE416A41F for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/90981: New port: devel/p5-Test-Strict - Test coverage of strict/warnings pragmas X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zach Thompson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 14:30:10 -0000 >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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 27 14:30:07 GMT 2005 >Closed-Date: >Last-Modified: >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 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 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: >Unformatted: