diff options
author | tj <tj@FreeBSD.org> | 2013-06-19 01:32:36 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2013-06-19 01:32:36 +0800 |
commit | e46eda479871be468b91042559092efa8a487e7e (patch) | |
tree | c57ee1da138ddf43ce01e3e28cf4e708e703ca91 /www | |
parent | 5b04a64cb4b8c96997c8cb159d937fbf1e764234 (diff) | |
download | freebsd-ports-gnome-e46eda479871be468b91042559092efa8a487e7e.tar.gz freebsd-ports-gnome-e46eda479871be468b91042559092efa8a487e7e.tar.zst freebsd-ports-gnome-e46eda479871be468b91042559092efa8a487e7e.zip |
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/
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Any-URI-Escape/Makefile | 22 | ||||
-rw-r--r-- | www/p5-Any-URI-Escape/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Any-URI-Escape/pkg-descr | 5 | ||||
-rw-r--r-- | www/p5-Any-URI-Escape/pkg-plist | 7 |
5 files changed, 37 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index addd64275393..2a14c8979e52 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-Any-URI-Escape/Makefile b/www/p5-Any-URI-Escape/Makefile new file mode 100644 index 000000000000..eaec6036cedd --- /dev/null +++ b/www/p5-Any-URI-Escape/Makefile @@ -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> diff --git a/www/p5-Any-URI-Escape/distinfo b/www/p5-Any-URI-Escape/distinfo new file mode 100644 index 000000000000..791dc535c8a3 --- /dev/null +++ b/www/p5-Any-URI-Escape/distinfo @@ -0,0 +1,2 @@ +SHA256 (Any-URI-Escape-0.01.tar.gz) = e3813cec9f108fa5c0be66e08c1986bfba4d242151b0f9f4ec5e0c5e17108c4c +SIZE (Any-URI-Escape-0.01.tar.gz) = 1819 diff --git a/www/p5-Any-URI-Escape/pkg-descr b/www/p5-Any-URI-Escape/pkg-descr new file mode 100644 index 000000000000..1735745db5c3 --- /dev/null +++ b/www/p5-Any-URI-Escape/pkg-descr @@ -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/ diff --git a/www/p5-Any-URI-Escape/pkg-plist b/www/p5-Any-URI-Escape/pkg-plist new file mode 100644 index 000000000000..c14526db2a7b --- /dev/null +++ b/www/p5-Any-URI-Escape/pkg-plist @@ -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 |