From owner-svn-ports-head@FreeBSD.ORG Wed May 8 16:37:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 528C43DB; Wed, 8 May 2013 16:37:45 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 446D5E5D; Wed, 8 May 2013 16:37:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r48Gbjtx089600; Wed, 8 May 2013 16:37:45 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r48Gbir8089590; Wed, 8 May 2013 16:37:44 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201305081637.r48Gbir8089590@svn.freebsd.org> From: Frederic Culot Date: Wed, 8 May 2013 16:37:44 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2013 16:37:45 -0000 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 +# $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 + +.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 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