From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 12 09:00:27 2006 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 520D216A4DE for ; Wed, 12 Jul 2006 09:00:27 +0000 (UTC) (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 3AE6243D58 for ; Wed, 12 Jul 2006 09:00:23 +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 k6C90NTp056035 for ; Wed, 12 Jul 2006 09:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6C90NLj056034; Wed, 12 Jul 2006 09:00:23 GMT (envelope-from gnats) Resent-Date: Wed, 12 Jul 2006 09:00:23 GMT Resent-Message-Id: <200607120900.k6C90NLj056034@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, tjs Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B6E116A4DE for ; Wed, 12 Jul 2006 08:54:27 +0000 (UTC) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id E09E843D45 for ; Wed, 12 Jul 2006 08:54:26 +0000 (GMT) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (localhost [127.0.0.1]) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6) with ESMTP id k6C8sMSP095872 for ; Wed, 12 Jul 2006 16:54:22 +0800 (CST) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: (from root@localhost) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6/Submit) id k6C8sM5x095871; Wed, 12 Jul 2006 16:54:22 +0800 (CST) (envelope-from tjs) Message-Id: <200607120854.k6C8sM5x095871@Pluto.CDPA.nsysu.edu.tw> Date: Wed, 12 Jul 2006 16:54:22 +0800 (CST) From: tjs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100154: New port: devel/p5-Test-Dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tjs List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 09:00:27 -0000 >Number: 100154 >Category: ports >Synopsis: New port: devel/p5-Test-Dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 12 09:00:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jin-Shan Tseng >Release: FreeBSD 6.1-STABLE i386 >Organization: NCHC >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Jul 11 22:29:47 CST 2006 tjs@Pluto.CDPA.nsysu.edu.tw:/usr/obj/usr/src/sys/Pluto i386 >Description: Makes sure that all of the modules that are 'use'd are listed in the Makefile.PL as dependencies. WWW: http://search.cpan.org/dist/Test-Dependencies/ >How-To-Repeat: >Fix: --- p5-Test-Dependencies.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-Test-Dependencies # p5-Test-Dependencies/Makefile # p5-Test-Dependencies/distinfo # p5-Test-Dependencies/pkg-descr # p5-Test-Dependencies/pkg-plist # echo c - p5-Test-Dependencies mkdir -p p5-Test-Dependencies > /dev/null 2>&1 echo x - p5-Test-Dependencies/Makefile sed 's/^X//' >p5-Test-Dependencies/Makefile << 'END-of-p5-Test-Dependencies/Makefile' X# New ports collection makefile for: p5-Test-Dependencies X# Date created: 2006-07-12 X# Whom: Jin-Shan Tseng X# X# $FreeBSD$ X# X XPORTNAME= Test-Dependencies XPORTVERSION= 0.03 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Test XPKGNAMEPREFIX= p5- X XMAINTAINER= tjs@cdpa.nsysu.edu.tw XCOMMENT= Ensure that your Makefile.PL specifies all module dependencies X XBUILD_DEPENDS= ${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}/B/PerlReq.pm:${PORTSDIR}/devel/p5-rpm-build-perl \ X ${SITE_PERL}/PerlReq/Utils.pm:${PORTSDIR}/devel/p5-rpm-build-perl \ X ${SITE_PERL}/Test/Builder/Module.pm:${PORTSDIR}/devel/p5-Test-Simple XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Test::Dependencies.3 X X.include END-of-p5-Test-Dependencies/Makefile echo x - p5-Test-Dependencies/distinfo sed 's/^X//' >p5-Test-Dependencies/distinfo << 'END-of-p5-Test-Dependencies/distinfo' XMD5 (Test-Dependencies-0.03.tar.gz) = 573d2e3177b53cf759dc5fe6f9cf8cc0 XSHA256 (Test-Dependencies-0.03.tar.gz) = 610be5d62d4699ed90a04d5f4d361bdc5e93a6fe0b4c3aa69998181eade5d37b XSIZE (Test-Dependencies-0.03.tar.gz) = 20783 END-of-p5-Test-Dependencies/distinfo echo x - p5-Test-Dependencies/pkg-descr sed 's/^X//' >p5-Test-Dependencies/pkg-descr << 'END-of-p5-Test-Dependencies/pkg-descr' XMakes sure that all of the modules that are 'use'd are listed Xin the Makefile.PL as dependencies. X XWWW: http://search.cpan.org/dist/Test-Dependencies/ XAuthor: Zev Benjamin END-of-p5-Test-Dependencies/pkg-descr echo x - p5-Test-Dependencies/pkg-plist sed 's/^X//' >p5-Test-Dependencies/pkg-plist << 'END-of-p5-Test-Dependencies/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dependencies/.packlist X%%SITE_PERL%%/Test/Dependencies.pm X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dependencies X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test X@dirrmtry %%SITE_PERL%%/Test END-of-p5-Test-Dependencies/pkg-plist exit --- p5-Test-Dependencies.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: