svn commit: r301270 - in head/devel: . p5-Acme-Comment
Frederic Culot
culot at FreeBSD.org
Sat Jul 21 09:51:22 UTC 2012
Author: culot
Date: Sat Jul 21 09:51:21 2012
New Revision: 301270
URL: http://svn.freebsd.org/changeset/ports/301270
Log:
Acme::Comment allows multi-line comments which are filtered out.
Unlike the pseudo multi-line comment if (0) {}, the code being
commented out need not be syntactically valid.
WWW: http://search.cpan.org/dist/Acme-Comment/
PR: ports/169956
Submitted by: Marcello Silva Coutinho <marcellocoutinho at gmail.com>
Added:
head/devel/p5-Acme-Comment/
head/devel/p5-Acme-Comment/Makefile (contents, props changed)
head/devel/p5-Acme-Comment/distinfo (contents, props changed)
head/devel/p5-Acme-Comment/pkg-descr (contents, props changed)
head/devel/p5-Acme-Comment/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Jul 21 09:17:05 2012 (r301269)
+++ head/devel/Makefile Sat Jul 21 09:51:21 2012 (r301270)
@@ -1249,6 +1249,7 @@
SUBDIR += p4web
SUBDIR += p5-AI-Pathfinding-AStar
SUBDIR += p5-AI-Prolog
+ SUBDIR += p5-Acme-Comment
SUBDIR += p5-Acme-Damn
SUBDIR += p5-Acme-MetaSyntactic
SUBDIR += p5-Agent
Added: head/devel/p5-Acme-Comment/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Acme-Comment/Makefile Sat Jul 21 09:51:21 2012 (r301270)
@@ -0,0 +1,31 @@
+# New ports collection makefile for: devel/p5-Acme-Comment
+# Date created: 2012-07-18
+# Whom: Marcello Coutinho <marcellocoutinho at gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Acme-Comment
+PORTVERSION= 1.04
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= marcellocoutinho at gmail.com
+COMMENT= Allow multi-line comments which are filtered out
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+PERL_CONFIGURE= yes
+
+MAN3= Acme::Comment.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501001
+BUILD_DEPENDS+= p5-Text-Balanced>=1.99:${PORTSDIR}/textproc/p5-Text-Balanced
+RUN_DEPENDS+= p5-Text-Balanced>=1.99:${PORTSDIR}/textproc/p5-Text-Balanced
+.endif
+
+.include <bsd.port.post.mk>
Added: head/devel/p5-Acme-Comment/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Acme-Comment/distinfo Sat Jul 21 09:51:21 2012 (r301270)
@@ -0,0 +1,2 @@
+SHA256 (Acme-Comment-1.04.tar.gz) = a52fd985da35475bc077fbd070dbaab0bf26f4243c829846e7130cd04dd0bd6f
+SIZE (Acme-Comment-1.04.tar.gz) = 16423
Added: head/devel/p5-Acme-Comment/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Acme-Comment/pkg-descr Sat Jul 21 09:51:21 2012 (r301270)
@@ -0,0 +1,5 @@
+Acme::Comment allows multi-line comments which are filtered out.
+Unlike the pseudo multi-line comment if (0) {}, the code being
+commented out need not be syntactically valid.
+
+WWW: http://search.cpan.org/dist/Acme-Comment/
Added: head/devel/p5-Acme-Comment/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Acme-Comment/pkg-plist Sat Jul 21 09:51:21 2012 (r301270)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Acme/Comment.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme/Comment/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme/Comment
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme
+ at dirrmtry %%SITE_PERL%%/Acme
More information about the svn-ports-head
mailing list