From e64dd5e30215e6490c497ebf3c05ee19f62b5893 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Thu, 18 Nov 2010 14:02:45 +0000 Subject: [PATCH] Rose::URI is an alternative to URI. It provides a rich set of query string manipulation methods. Query parameters can be added, removed, and checked for their existence. URI allows the entire query to be set or returned as a whole via the query_form or query methods, and the URI::QueryParam module provides a few more methods for query string manipulation. WWW: http://search.cpan.org/dist/Rose-URI/ --- net/Makefile | 1 + net/p5-Rose-URI/Makefile | 25 +++++++++++++++++++++++++ net/p5-Rose-URI/distinfo | 2 ++ net/p5-Rose-URI/pkg-descr | 7 +++++++ net/p5-Rose-URI/pkg-plist | 5 +++++ 5 files changed, 40 insertions(+) create mode 100644 net/p5-Rose-URI/Makefile create mode 100644 net/p5-Rose-URI/distinfo create mode 100644 net/p5-Rose-URI/pkg-descr create mode 100644 net/p5-Rose-URI/pkg-plist diff --git a/net/Makefile b/net/Makefile index bdde4b433bb7..7b035183d935 100644 --- a/net/Makefile +++ b/net/Makefile @@ -700,6 +700,7 @@ SUBDIR += p5-RPC-XML SUBDIR += p5-ResourcePool-Resource-Net-LDAP SUBDIR += p5-ResourcePool-Resource-SOAP-Lite + SUBDIR += p5-Rose-URI SUBDIR += p5-S3 SUBDIR += p5-SOAP SUBDIR += p5-SOAP-Amazon-S3 diff --git a/net/p5-Rose-URI/Makefile b/net/p5-Rose-URI/Makefile new file mode 100644 index 000000000000..a320b36cd515 --- /dev/null +++ b/net/p5-Rose-URI/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Rose-URI +# Date created: 18 Nov, 2010 +# Whom: Wen Heping +# +# $FreeBSD$ +# + +PORTNAME= Rose-URI +PORTVERSION= 1.00 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= Easy and efficient manipulation of URI components + +RUN_DEPENDS= p5-Rose-Object>=0.854:${PORTSDIR}/devel/p5-Rose-Object \ + p5-URI>0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Rose::URI.3 + +.include diff --git a/net/p5-Rose-URI/distinfo b/net/p5-Rose-URI/distinfo new file mode 100644 index 000000000000..452ce2251fd1 --- /dev/null +++ b/net/p5-Rose-URI/distinfo @@ -0,0 +1,2 @@ +SHA256 (Rose-URI-1.00.tar.gz) = 4425d60b4cb5355f290ea108ab6e5fbb4cb831857f19010011796793e8b361a3 +SIZE (Rose-URI-1.00.tar.gz) = 9260 diff --git a/net/p5-Rose-URI/pkg-descr b/net/p5-Rose-URI/pkg-descr new file mode 100644 index 000000000000..944604bf2f75 --- /dev/null +++ b/net/p5-Rose-URI/pkg-descr @@ -0,0 +1,7 @@ +Rose::URI is an alternative to URI. It provides a rich set of query string +manipulation methods. Query parameters can be added, removed, and checked +for their existence. URI allows the entire query to be set or returned as +a whole via the query_form or query methods, and the URI::QueryParam module +provides a few more methods for query string manipulation. + +WWW: http://search.cpan.org/dist/Rose-URI/ diff --git a/net/p5-Rose-URI/pkg-plist b/net/p5-Rose-URI/pkg-plist new file mode 100644 index 000000000000..1a17cf98a654 --- /dev/null +++ b/net/p5-Rose-URI/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Rose/URI.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/URI/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/URI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose +@dirrmtry %%SITE_PERL%%/Rose