Date: Wed, 8 May 2013 16:37:44 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317700 - in head/textproc: . p5-Text-TestBase Message-ID: <201305081637.r48Gbir8089590@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Wed May 8 16:37:43 2013 New Revision: 317700 URL: http://svnweb.freebsd.org/changeset/ports/317700 Log: Text::TestBase is a parser for the Test::Base format. WWW: http://search.cpan.org/dist/Text-TestBase/ Added: head/textproc/p5-Text-TestBase/ head/textproc/p5-Text-TestBase/Makefile (contents, props changed) head/textproc/p5-Text-TestBase/distinfo (contents, props changed) head/textproc/p5-Text-TestBase/pkg-descr (contents, props changed) head/textproc/p5-Text-TestBase/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed May 8 16:30:05 2013 (r317699) +++ head/textproc/Makefile Wed May 8 16:37:43 2013 (r317700) @@ -862,6 +862,7 @@ SUBDIR += p5-Text-TabularDisplay SUBDIR += p5-Text-Tags SUBDIR += p5-Text-Template + SUBDIR += p5-Text-TestBase SUBDIR += p5-Text-Textile SUBDIR += p5-Text-Tmpl SUBDIR += p5-Text-Trac Added: head/textproc/p5-Text-TestBase/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-TestBase/Makefile Wed May 8 16:37:43 2013 (r317700) @@ -0,0 +1,35 @@ +# Created by: Frederic Culot <culot@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Text-TestBase +PORTVERSION= 0.10 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= culot@FreeBSD.org +COMMENT= Parser for Test::Base format + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires + +PERL_MODBUILD= yes + +MAN3= Data::Section::TestBase.3 \ + Test::Base::Less.3 \ + Text::TestBase.3 \ + Text::TestBase::Block.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +BUILD_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> Added: head/textproc/p5-Text-TestBase/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-TestBase/distinfo Wed May 8 16:37:43 2013 (r317700) @@ -0,0 +1,2 @@ +SHA256 (Text-TestBase-0.10.tar.gz) = 9c39207d363267886d516eee2825b1f1eda389b8f11e2a170ab8a7583c614f79 +SIZE (Text-TestBase-0.10.tar.gz) = 14810 Added: head/textproc/p5-Text-TestBase/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-TestBase/pkg-descr Wed May 8 16:37:43 2013 (r317700) @@ -0,0 +1,3 @@ +Text::TestBase is a parser for the Test::Base format. + +WWW: http://search.cpan.org/dist/Text-TestBase/ Added: head/textproc/p5-Text-TestBase/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-TestBase/pkg-plist Wed May 8 16:37:43 2013 (r317700) @@ -0,0 +1,10 @@ +%%SITE_PERL%%/Data/Section/TestBase.pm +%%SITE_PERL%%/Test/Base/Less.pm +%%SITE_PERL%%/Text/TestBase.pm +%%SITE_PERL%%/Text/TestBase/Block.pm +@dirrmtry %%SITE_PERL%%/Data/Section +@dirrmtry %%SITE_PERL%%/Data +@dirrmtry %%SITE_PERL%%/Test/Base +@dirrmtry %%SITE_PERL%%/Test +@dirrm %%SITE_PERL%%/Text/TestBase +@dirrmtry %%SITE_PERL%%/Text
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305081637.r48Gbir8089590>