Date: Wed, 15 Jan 2014 15:22:05 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339785 - in head/devel: . p5-Test-Name-FromLine Message-ID: <201401151522.s0FFM5q7092042@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Wed Jan 15 15:22:05 2014 New Revision: 339785 URL: http://svnweb.freebsd.org/changeset/ports/339785 QAT: https://qat.redports.org/buildarchive/r339785/ Log: Test::Name::FromLine is test utility that fills test names from its file. Just use this module in test and this module fill test names to all test except named one. WWW: http://search.cpan.org/dist/Test-Name-FromLine/ Added: head/devel/p5-Test-Name-FromLine/ head/devel/p5-Test-Name-FromLine/Makefile (contents, props changed) head/devel/p5-Test-Name-FromLine/distinfo (contents, props changed) head/devel/p5-Test-Name-FromLine/pkg-descr (contents, props changed) head/devel/p5-Test-Name-FromLine/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jan 15 15:20:21 2014 (r339784) +++ head/devel/Makefile Wed Jan 15 15:22:05 2014 (r339785) @@ -2841,6 +2841,7 @@ SUBDIR += p5-Test-Moose-More SUBDIR += p5-Test-More-UTF8 SUBDIR += p5-Test-Most + SUBDIR += p5-Test-Name-FromLine SUBDIR += p5-Test-Net-RabbitMQ SUBDIR += p5-Test-NoTabs SUBDIR += p5-Test-NoWarnings Added: head/devel/p5-Test-Name-FromLine/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Name-FromLine/Makefile Wed Jan 15 15:22:05 2014 (r339785) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= Test-Name-FromLine +PORTVERSION= 0.11 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to fill test names from caller line + +RUN_DEPENDS= \ + p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= modbuild + +.include <bsd.port.mk> Added: head/devel/p5-Test-Name-FromLine/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Name-FromLine/distinfo Wed Jan 15 15:22:05 2014 (r339785) @@ -0,0 +1,2 @@ +SHA256 (Test-Name-FromLine-0.11.tar.gz) = 7cb5d7cd18c0c0e9880777bec3063dbd87ad2aba2d89c78c7b3bbdf6e1311416 +SIZE (Test-Name-FromLine-0.11.tar.gz) = 38240 Added: head/devel/p5-Test-Name-FromLine/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Name-FromLine/pkg-descr Wed Jan 15 15:22:05 2014 (r339785) @@ -0,0 +1,5 @@ +Test::Name::FromLine is test utility that fills test names from its +file. Just use this module in test and this module fill test names to +all test except named one. + +WWW: http://search.cpan.org/dist/Test-Name-FromLine/ Added: head/devel/p5-Test-Name-FromLine/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Name-FromLine/pkg-plist Wed Jan 15 15:22:05 2014 (r339785) @@ -0,0 +1,4 @@ +%%PERL5_MAN3%%/Test::Name::FromLine.3.gz +%%SITE_PERL%%/Test/Name/FromLine.pm +@dirrmtry %%SITE_PERL%%/Test/Name +@dirrmtry %%SITE_PERL%%/Test
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401151522.s0FFM5q7092042>