Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2007 19:30:40 +0900 (JST)
From:      TAKAHASHI Kaoru <kaoru@kaisei.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117666: [NEW PORT] devel/p5-Test-UseAllModules: Perl extension to do use_ok() for all modules MANIFESTed
Message-ID:  <20071030103040.B9C908AEC@rave.kaoru.trans-nt.com>
Resent-Message-ID: <200710301040.l9UAe1Ap074699@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117666
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Test-UseAllModules: Perl extension to do use_ok() for all modules MANIFESTed
>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 Oct 30 10:40:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     TAKAHASHI Kaoru
>Release:        FreeBSD 6.2-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD rave.kaoru.trans-nt.com 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:40:53 UTC 2007
>Description:
This Perl module reads MANIFEST to find modules to be tested and does use_ok()
for each of them. Now all you have to do is updating MANIFEST.
You don't have to modify the test any more (hopefully).

WWW:	http://search.cpan.org/dist/Test-UseAllModules/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Test-UseAllModules-0.08.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-UseAllModules
#	p5-Test-UseAllModules/pkg-descr
#	p5-Test-UseAllModules/Makefile
#	p5-Test-UseAllModules/pkg-plist
#	p5-Test-UseAllModules/distinfo
#
echo c - p5-Test-UseAllModules
mkdir -p p5-Test-UseAllModules > /dev/null 2>&1
echo x - p5-Test-UseAllModules/pkg-descr
sed 's/^X//' >p5-Test-UseAllModules/pkg-descr << 'END-of-p5-Test-UseAllModules/pkg-descr'
XThis Perl module reads MANIFEST to find modules to be tested and does use_ok()
Xfor each of them. Now all you have to do is updating MANIFEST.
XYou don't have to modify the test any more (hopefully).
X
XWWW:	http://search.cpan.org/dist/Test-UseAllModules/
END-of-p5-Test-UseAllModules/pkg-descr
echo x - p5-Test-UseAllModules/Makefile
sed 's/^X//' >p5-Test-UseAllModules/Makefile << 'END-of-p5-Test-UseAllModules/Makefile'
X# New ports collection makefile for:	p5-Test-UseAllModules
X# Date created:		2007-10-30
X# Whom:			TAKAHASHI Kaoru <kaoru@kaisei.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Test-UseAllModules
XPORTVERSION=	0.08
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Test
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	kaoru@kaisei.org
XCOMMENT=	Perl extension to do use_ok() for all modules MANIFESTed
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Test::UseAllModules.3
X
X.include <bsd.port.mk>
END-of-p5-Test-UseAllModules/Makefile
echo x - p5-Test-UseAllModules/pkg-plist
sed 's/^X//' >p5-Test-UseAllModules/pkg-plist << 'END-of-p5-Test-UseAllModules/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/UseAllModules/.packlist
X%%SITE_PERL%%/Test/UseAllModules.pm
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/UseAllModules
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
X@dirrmtry %%SITE_PERL%%/Test
END-of-p5-Test-UseAllModules/pkg-plist
echo x - p5-Test-UseAllModules/distinfo
sed 's/^X//' >p5-Test-UseAllModules/distinfo << 'END-of-p5-Test-UseAllModules/distinfo'
XMD5 (Test-UseAllModules-0.08.tar.gz) = 5014e1e5f73aa8365b3c2112e85263de
XSHA256 (Test-UseAllModules-0.08.tar.gz) = bb5921a50f08abe84527b5338490aa22d2cac9e5e1424f66bc1be4d9c3217812
XSIZE (Test-UseAllModules-0.08.tar.gz) = 2952
END-of-p5-Test-UseAllModules/distinfo
exit
--- p5-Test-UseAllModules-0.08.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071030103040.B9C908AEC>