- New port request for devel/p5-syntax, based on this port, we can introduce more module to make coding fun. This module activates community provided syntax extensions to Perl. You pass it a feature name, and optionally a scalar with arguments, and the dispatching system will load and install the extension in your package. The import arguments are parsed with Data::OptList(3). There are no standardised options. Please consult the documentation for the specific syntax feature to find out about possible configuration options. WWW: http://search.cpan.org/dist/syntax/
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: swills Date: Mon Jan 14 03:31:31 2013 New Revision: 310357 URL: http://svnweb.freebsd.org/changeset/ports/310357 Log: Add p5-syntax 0.004, activate syntax extensions in Perl. PR: ports/175160 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Added: head/devel/p5-syntax/ head/devel/p5-syntax/Makefile (contents, props changed) head/devel/p5-syntax/distinfo (contents, props changed) head/devel/p5-syntax/pkg-descr (contents, props changed) head/devel/p5-syntax/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jan 14 02:05:04 2013 (r310356) +++ head/devel/Makefile Mon Jan 14 03:31:31 2013 (r310357) @@ -2937,6 +2937,7 @@ SUBDIR += p5-strictures SUBDIR += p5-subatom SUBDIR += p5-subversion + SUBDIR += p5-syntax SUBDIR += p5-threads SUBDIR += p5-threads-shared SUBDIR += p5-true Added: head/devel/p5-syntax/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-syntax/Makefile Mon Jan 14 03:31:31 2013 (r310357) @@ -0,0 +1,25 @@ +# Created by: Po-Chien Lin <linpc@cs.nctu.edu.tw> +# $FreeBSD$ + +PORTNAME= syntax +PORTVERSION= 0.004 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PHAYLON +PKGNAMEPREFIX= p5- + +MAINTAINER= linpc@cs.nctu.edu.tw +COMMENT= Activate syntax extensions in Perl + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Data-OptList>=0.104:${PORTSDIR}/devel/p5-Data-OptList \ + p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= syntax.3 + +.include <bsd.port.mk> Added: head/devel/p5-syntax/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-syntax/distinfo Mon Jan 14 03:31:31 2013 (r310357) @@ -0,0 +1,2 @@ +SHA256 (syntax-0.004.tar.gz) = fe19b6da8a8f43a5aa2ee571441bc0e339fb156d0081c157a1a24e9812c7d365 +SIZE (syntax-0.004.tar.gz) = 11759 Added: head/devel/p5-syntax/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-syntax/pkg-descr Mon Jan 14 03:31:31 2013 (r310357) @@ -0,0 +1,9 @@ +This module activates community provided syntax extensions to Perl. You pass +it a feature name, and optionally a scalar with arguments, and the +dispatching system will load and install the extension in your package. + +The import arguments are parsed with Data::OptList(3). There are no +standardised options. Please consult the documentation for the specific syntax +feature to find out about possible configuration options. + +WWW: http://search.cpan.org/dist/syntax/ Added: head/devel/p5-syntax/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-syntax/pkg-plist Mon Jan 14 03:31:31 2013 (r310357) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/syntax/.packlist +%%SITE_PERL%%/syntax.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/syntax _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!