Date: Tue, 18 Jun 2013 17:32:36 +0000 (UTC) From: Tom Judge <tj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321206 - in head/www: . p5-Any-URI-Escape Message-ID: <201306181732.r5IHWa4m045044@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tj Date: Tue Jun 18 17:32:36 2013 New Revision: 321206 URL: http://svnweb.freebsd.org/changeset/ports/321206 Log: New port for www/p5-Any-URI-Escape URI::Escape is great, but URI::Escape::XS is faster. This module loads URI::Escape::XS and imports the two most common methods if XS is installed. WWW: http://search.cpan.org/dist/Any-URI-Escape/ Added: head/www/p5-Any-URI-Escape/ head/www/p5-Any-URI-Escape/Makefile (contents, props changed) head/www/p5-Any-URI-Escape/distinfo (contents, props changed) head/www/p5-Any-URI-Escape/pkg-descr (contents, props changed) head/www/p5-Any-URI-Escape/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Jun 18 17:23:00 2013 (r321205) +++ head/www/Makefile Tue Jun 18 17:32:36 2013 (r321206) @@ -611,6 +611,7 @@ SUBDIR += p5-Amon2-Plugin-LogDispatch SUBDIR += p5-Amon2-Plugin-Web-MobileAgent SUBDIR += p5-Any-Template + SUBDIR += p5-Any-URI-Escape SUBDIR += p5-AnyEvent-HTTP SUBDIR += p5-AnyEvent-HTTP-LWP-UserAgent SUBDIR += p5-AnyEvent-HTTPD Added: head/www/p5-Any-URI-Escape/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Any-URI-Escape/Makefile Tue Jun 18 17:32:36 2013 (r321206) @@ -0,0 +1,22 @@ +# Created by: Tom Judge <tj@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Any-URI-Escape +PORTVERSION= 0.01 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tj@FreeBSD.org +COMMENT= Load URI::Escape::XS preferentially over URI::Escape + +RUN_DEPENDS:= p5-URI-Escape-XS>=0:${PORTSDIR}/www/p5-URI-Escape-XS + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +PERL_CONFIGURE= yes + +MAN3= Any::URI::Escape.3 + +.include <bsd.port.mk> Added: head/www/p5-Any-URI-Escape/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Any-URI-Escape/distinfo Tue Jun 18 17:32:36 2013 (r321206) @@ -0,0 +1,2 @@ +SHA256 (Any-URI-Escape-0.01.tar.gz) = e3813cec9f108fa5c0be66e08c1986bfba4d242151b0f9f4ec5e0c5e17108c4c +SIZE (Any-URI-Escape-0.01.tar.gz) = 1819 Added: head/www/p5-Any-URI-Escape/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Any-URI-Escape/pkg-descr Tue Jun 18 17:32:36 2013 (r321206) @@ -0,0 +1,5 @@ +URI::Escape is great, but URI::Escape::XS is faster. +This module loads URI::Escape::XS and imports the two +most common methods if XS is installed. + +WWW: http://search.cpan.org/dist/Any-URI-Escape/ Added: head/www/p5-Any-URI-Escape/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Any-URI-Escape/pkg-plist Tue Jun 18 17:32:36 2013 (r321206) @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Any/URI/Escape.pm +%%SITE_PERL%%/mach/auto/Any/URI/Escape/.packlist +@dirrm %%SITE_PERL%%/mach/auto/Any/URI/Escape +@dirrmtry %%SITE_PERL%%/mach/auto/Any/URI +@dirrmtry %%SITE_PERL%%/mach/auto/Any +@dirrmtry %%SITE_PERL%%/Any/URI +@dirrmtry %%SITE_PERL%%/Any
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306181732.r5IHWa4m045044>