diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-01-22 00:54:02 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-01-22 00:54:02 +0000 |
commit | 83895a5f978f784ed3525c5f657879304cd4310f (patch) | |
tree | 00cf9002e6b39396dd0af4b78e78c32c764781a2 | |
parent | aa2658cfcff9e45c11ab2a4c05bbc85ea9da3328 (diff) | |
download | ports-83895a5f978f784ed3525c5f657879304cd4310f.tar.gz ports-83895a5f978f784ed3525c5f657879304cd4310f.zip |
Notes
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-URI-Template-Restrict/Makefile | 30 | ||||
-rw-r--r-- | net/p5-URI-Template-Restrict/distinfo | 3 | ||||
-rw-r--r-- | net/p5-URI-Template-Restrict/pkg-descr | 7 | ||||
-rw-r--r-- | net/p5-URI-Template-Restrict/pkg-plist | 13 |
5 files changed, 54 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index d705f11efda9..47cd7ca39bcb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -632,6 +632,7 @@ SUBDIR += p5-URI-OpenURL SUBDIR += p5-URI-SmartURI SUBDIR += p5-URI-Template + SUBDIR += p5-URI-Template-Restrict SUBDIR += p5-Validate-Net SUBDIR += p5-What SUBDIR += p5-X500-DN diff --git a/net/p5-URI-Template-Restrict/Makefile b/net/p5-URI-Template-Restrict/Makefile new file mode 100644 index 000000000000..7c6049fd02c0 --- /dev/null +++ b/net/p5-URI-Template-Restrict/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: URI::Template::Restrict +# Date created: 22 Jan 2009 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= URI-Template-Restrict +PORTVERSION= 0.02 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for restricted URI Templates handler + +RUN_DEPENDS= \ + p5-Mouse>=0.14:${PORTSDIR}/devel/p5-Mouse \ + p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean \ + p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Regexp-Assemble>0:${PORTSDIR}/devel/p5-Regexp-Assemble \ + p5-Unicode-Normalize>0:${PORTSDIR}/textproc/p5-Unicode-Normalize \ + p5-URI>0:${PORTSDIR}/net/p5-URI + +PERL_CONFIGURE= yes + +MAN3= URI::Template::Restrict.3 \ + URI::Template::Restrict::Expansion.3 + +.include <bsd.port.mk> diff --git a/net/p5-URI-Template-Restrict/distinfo b/net/p5-URI-Template-Restrict/distinfo new file mode 100644 index 000000000000..dffc607242c7 --- /dev/null +++ b/net/p5-URI-Template-Restrict/distinfo @@ -0,0 +1,3 @@ +MD5 (URI-Template-Restrict-0.02.tar.gz) = c081c0501a2e5255fad9b9f0c0730955 +SHA256 (URI-Template-Restrict-0.02.tar.gz) = 9e0f2bdd55901288497cb60120ce7ab941ce6fb4827dfa24444c06555aed851f +SIZE (URI-Template-Restrict-0.02.tar.gz) = 51531 diff --git a/net/p5-URI-Template-Restrict/pkg-descr b/net/p5-URI-Template-Restrict/pkg-descr new file mode 100644 index 000000000000..83875da84ba8 --- /dev/null +++ b/net/p5-URI-Template-Restrict/pkg-descr @@ -0,0 +1,7 @@ +This is a restricted URI Templates handler. URI Templates is described +at http://bitworking.org/projects/URI-Templates/. + +This module supports draft-gregorio-uritemplate-03 except -opt and +-neg operators. + +WWW: http://search.cpan.org/dist/URI-Template-Restrict/ diff --git a/net/p5-URI-Template-Restrict/pkg-plist b/net/p5-URI-Template-Restrict/pkg-plist new file mode 100644 index 000000000000..464c371eccdc --- /dev/null +++ b/net/p5-URI-Template-Restrict/pkg-plist @@ -0,0 +1,13 @@ +%%SITE_PERL%%/URI/Template/Restrict/Expansion/__subst__.pm +%%SITE_PERL%%/URI/Template/Restrict/Expansion/list.pm +%%SITE_PERL%%/URI/Template/Restrict/Expansion/join.pm +%%SITE_PERL%%/URI/Template/Restrict/Expansion/suffix.pm +%%SITE_PERL%%/URI/Template/Restrict/Expansion/prefix.pm +%%SITE_PERL%%/URI/Template/Restrict/Expansion.pm +%%SITE_PERL%%/URI/Template/Restrict.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Template/Restrict/.packlist +@dirrm %%SITE_PERL%%/URI/Template/Restrict/Expansion +@dirrm %%SITE_PERL%%/URI/Template/Restrict +@dirrmtry %%SITE_PERL%%/URI/Template +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Template/Restrict +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Template |