mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
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/
This commit is contained in:
parent
2c89497bf3
commit
e64dd5e302
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264771
@ -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
|
||||
|
25
net/p5-Rose-URI/Makefile
Normal file
25
net/p5-Rose-URI/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Rose-URI
|
||||
# Date created: 18 Nov, 2010
|
||||
# Whom: Wen Heping <wen@FreeBSD.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
2
net/p5-Rose-URI/distinfo
Normal file
2
net/p5-Rose-URI/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Rose-URI-1.00.tar.gz) = 4425d60b4cb5355f290ea108ab6e5fbb4cb831857f19010011796793e8b361a3
|
||||
SIZE (Rose-URI-1.00.tar.gz) = 9260
|
7
net/p5-Rose-URI/pkg-descr
Normal file
7
net/p5-Rose-URI/pkg-descr
Normal file
@ -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/
|
5
net/p5-Rose-URI/pkg-plist
Normal file
5
net/p5-Rose-URI/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user