Update to 2.103

PR:		93506
Submitted by:	aaron
This commit is contained in:
Erwin Lansing 2006-02-18 17:33:46 +00:00
parent 3ed811c912
commit ab6a4d1a13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156311
3 changed files with 43 additions and 15 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= Test-Inline
PORTVERSION= 0.16
PORTREVISION= 1
PORTVERSION= 2.103
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
@ -17,13 +16,35 @@ MAINTAINER= erwin@FreeBSD.org
COMMENT= Test::Inline - Inlining your tests next to the code being tested
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny \
${SITE_PERL}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \
${SITE_PERL}/Algorithm/Dependency.pm:${PORTSDIR}/devel/p5-Algorithm-Dependency \
${SITE_PERL}/File/Flat.pm:${PORTSDIR}/devel/p5-File-Flat \
${SITE_PERL}/Pod/Tests.pm:${PORTSDIR}/devel/p5-Pod-Tests
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= pod2test.1
MAN3= Pod::Tests.3 Pod::Tests::Tutorial.3 Test::Inline.3 Test::Inline::Tutorial.3
MAN1= inline2test.1
MAN3= Test::Inline.3 \
Test::Inline::Content.3 \
Test::Inline::Content::Default.3 \
Test::Inline::Content::Legacy.3 \
Test::Inline::Content::Simple.3 \
Test::Inline::Extract.3 \
Test::Inline::IO::File.3 \
Test::Inline::Script.3 \
Test::Inline::Section.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl5.6 due to dependencies
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,4 @@
MD5 (Test-Inline-0.16.tar.gz) = 91296ea0606489b1bc2d62bbf08e44eb
SHA256 (Test-Inline-0.16.tar.gz) = 77b361285e6d09a9eebcbda54c605829365f5aff73a7e3e63a2b100130ea1fd2
MD5 (Test-Inline-2.103.tar.gz) = 1d57bc056a0906bdf349700a6899c93e
SHA256 (Test-Inline-2.103.tar.gz) = 78b67b7e50bf4bf6df3ae2fd25cf101d0f33a90bb7ac996fdc05521c104e4737
SIZE (Test-Inline-2.103.tar.gz) = 58511
SIZE (Test-Inline-0.16.tar.gz) = 15434

View File

@ -1,12 +1,18 @@
bin/pod2test
%%SITE_PERL%%/Test/Inline/Tutorial.pod
bin/inline2test
%%SITE_PERL%%/Test/Inline.pm
%%SITE_PERL%%/Pod/Tests.pm
%%SITE_PERL%%/Pod/Tests/Tutorial.pod
%%SITE_PERL%%/Test/Inline/Content.pm
%%SITE_PERL%%/Test/Inline/Content/Default.pm
%%SITE_PERL%%/Test/Inline/Content/Legacy.pm
%%SITE_PERL%%/Test/Inline/Content/Simple.pm
%%SITE_PERL%%/Test/Inline/Extract.pm
%%SITE_PERL%%/Test/Inline/IO/File.pm
%%SITE_PERL%%/Test/Inline/Script.pm
%%SITE_PERL%%/Test/Inline/Section.pm
%%SITE_PERL%%/Test/Inline/Util.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Inline/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Inline
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrm %%SITE_PERL%%/Test/Inline/IO
@dirrm %%SITE_PERL%%/Test/Inline/Content
@dirrm %%SITE_PERL%%/Test/Inline
@dirrmtry %%SITE_PERL%%/Test
@dirrm %%SITE_PERL%%/Pod/Tests
@dirrmtry %%SITE_PERL%%/Pod