From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 18 17:00:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B89B16A420 for ; Mon, 18 Feb 2008 17:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E395E13C458 for ; Mon, 18 Feb 2008 17:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1IH03R2078768 for ; Mon, 18 Feb 2008 17:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1IH03CY078767; Mon, 18 Feb 2008 17:00:03 GMT (envelope-from gnats) Resent-Date: Mon, 18 Feb 2008 17:00:03 GMT Resent-Message-Id: <200802181700.m1IH03CY078767@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, Felippe de Meirelles Motta Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FEBC16A419 for ; Mon, 18 Feb 2008 16:55:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 90D7713C4EA for ; Mon, 18 Feb 2008 16:55:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1IGqnnJ012913 for ; Mon, 18 Feb 2008 16:52:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1IGqnGG012912; Mon, 18 Feb 2008 16:52:49 GMT (envelope-from nobody) Message-Id: <200802181652.m1IGqnGG012912@www.freebsd.org> Date: Mon, 18 Feb 2008 16:52:49 GMT From: Felippe de Meirelles Motta To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/120812: [NEW PORT] devel/p5-Test-Distribution X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 17:00:04 -0000 >Number: 120812 >Category: ports >Synopsis: [NEW PORT] devel/p5-Test-Distribution >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: Mon Feb 18 17:00:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Felippe de Meirelles Motta >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008 lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC >Description: When using this module in a test script, it goes through all the modules in your distribution, checks their POD, checks that they compile ok and checks that they all define a $VERSION. WWW: http://search.cpan.org/dist/Test-Distribution/ >How-To-Repeat: >Fix: Patch attached with submission follows: # 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-Distribution # p5-Test-Distribution/pkg-descr # p5-Test-Distribution/Makefile # p5-Test-Distribution/pkg-plist # p5-Test-Distribution/distinfo # echo c - p5-Test-Distribution mkdir -p p5-Test-Distribution > /dev/null 2>&1 echo x - p5-Test-Distribution/pkg-descr sed 's/^X//' >p5-Test-Distribution/pkg-descr << 'END-of-p5-Test-Distribution/pkg-descr' XWhen using this module in a test script, it goes through all the modules Xin your distribution, checks their POD, checks that they compile ok and Xchecks that they all define a $VERSION. X XWWW: http://search.cpan.org/dist/Test-Distribution/ END-of-p5-Test-Distribution/pkg-descr echo x - p5-Test-Distribution/Makefile sed 's/^X//' >p5-Test-Distribution/Makefile << 'END-of-p5-Test-Distribution/Makefile' X# New ports collection makefile for: p5-Test-Distribution X# Date created: 2008-02-11 X# Whom: Felippe de Meirelles Motta X# X# $FreeBSD$ X# X XPORTNAME= Test-Distribution XPORTVERSION= 2.00 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= lippemail@gmail.com XCOMMENT= Test::Distribution - Perform tests on all modules of a distribution X XBUILD_DEPENDS+= ${SITE_PERL}/ExtUtils/Manifest.pm:${PORTSDIR}/devel/p5-ExtUtils-Manifest \ X ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \ X ${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList \ X ${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \ X ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ X ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ X ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage XRUN_DEPENDS+= ${BUILD_DEPENDS} X XPERL_MODBUILD= yes X XMAN3= Test::Distribution.3 X X.include END-of-p5-Test-Distribution/Makefile echo x - p5-Test-Distribution/pkg-plist sed 's/^X//' >p5-Test-Distribution/pkg-plist << 'END-of-p5-Test-Distribution/pkg-plist' X%%SITE_PERL%%/Test/Distribution.pm X@dirrmtry %%SITE_PERL%%/Test END-of-p5-Test-Distribution/pkg-plist echo x - p5-Test-Distribution/distinfo sed 's/^X//' >p5-Test-Distribution/distinfo << 'END-of-p5-Test-Distribution/distinfo' XMD5 (Test-Distribution-2.00.tar.gz) = 7b7f905605f60a786f2ece2d76230fd1 XSHA256 (Test-Distribution-2.00.tar.gz) = 50ecd07fb6cab7b2b2a73b5526ee43b90e77734c9bcec95ce8822b9c0a912b68 XSIZE (Test-Distribution-2.00.tar.gz) = 11326 END-of-p5-Test-Distribution/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: