Add p5-URI-Template-Restrict 0.02, perl extension for restricted URI

Templates handler.
This commit is contained in:
Jun Kuriyama 2009-01-22 00:54:02 +00:00
parent aa2658cfcf
commit 83895a5f97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226645
5 changed files with 54 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -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

View file

@ -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/

View file

@ -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