svn commit: r310364 - in head/devel: . p5-Test-PerlTidy
Jun Kuriyama
kuriyama at FreeBSD.org
Mon Jan 14 09:18:10 UTC 2013
Author: kuriyama
Date: Mon Jan 14 09:18:08 2013
New Revision: 310364
URL: http://svnweb.freebsd.org/changeset/ports/310364
Log:
Test::PerlTidy - check that all your files are tidy.
WWW: http://search.cpan.org/dist/Test-PerlTidy/
Added:
head/devel/p5-Test-PerlTidy/
head/devel/p5-Test-PerlTidy/Makefile (contents, props changed)
head/devel/p5-Test-PerlTidy/distinfo (contents, props changed)
head/devel/p5-Test-PerlTidy/pkg-descr (contents, props changed)
head/devel/p5-Test-PerlTidy/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Jan 14 08:57:46 2013 (r310363)
+++ head/devel/Makefile Mon Jan 14 09:18:08 2013 (r310364)
@@ -2740,6 +2740,7 @@
SUBDIR += p5-Test-POE-Client-TCP
SUBDIR += p5-Test-POE-Server-TCP
SUBDIR += p5-Test-Parser
+ SUBDIR += p5-Test-PerlTidy
SUBDIR += p5-Test-Pod
SUBDIR += p5-Test-Pod-Coverage
SUBDIR += p5-Test-Pod-Coverage-Permissive
Added: head/devel/p5-Test-PerlTidy/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Test-PerlTidy/Makefile Mon Jan 14 09:18:08 2013 (r310364)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= Test-PerlTidy
+PORTVERSION= 20130104
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama at FreeBSD.org
+COMMENT= Perl extension to check that all your files are tidy
+
+RUN_DEPENDS= \
+ p5-File-Finder>0:${PORTSDIR}/devel/p5-File-Finder \
+ p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
+ perltidy>=20121207:${PORTSDIR}/devel/perltidy \
+ p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Test::PerlTidy.3
+
+.include <bsd.port.mk>
Added: head/devel/p5-Test-PerlTidy/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Test-PerlTidy/distinfo Mon Jan 14 09:18:08 2013 (r310364)
@@ -0,0 +1,2 @@
+SHA256 (Test-PerlTidy-20130104.tar.gz) = 3f15d9f3f4811e348594620312258d75095237925b491ada623fa73ac9d2b9c8
+SIZE (Test-PerlTidy-20130104.tar.gz) = 7499
Added: head/devel/p5-Test-PerlTidy/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Test-PerlTidy/pkg-descr Mon Jan 14 09:18:08 2013 (r310364)
@@ -0,0 +1,3 @@
+Test::PerlTidy - check that all your files are tidy.
+
+WWW: http://search.cpan.org/dist/Test-PerlTidy/
Added: head/devel/p5-Test-PerlTidy/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Test-PerlTidy/pkg-plist Mon Jan 14 09:18:08 2013 (r310364)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/PerlTidy/.packlist
+%%SITE_PERL%%/Test/PerlTidy.pm
+ at dirrmtry %%SITE_PERL%%/Test
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/PerlTidy
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
More information about the svn-ports-head
mailing list