diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-11-22 12:18:12 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-11-22 12:18:12 +0000 |
commit | f3b13872a23ff7b4db2e71f976578e75c4e566a7 (patch) | |
tree | 4f2b22a71b0e128a52ad525e6652d3907a49fa81 /net/p5-URI | |
parent | 17a564386df1ff079f7aa22fa40e87e84d385d1e (diff) | |
download | ports-f3b13872a23ff7b4db2e71f976578e75c4e566a7.tar.gz ports-f3b13872a23ff7b4db2e71f976578e75c4e566a7.zip |
Notes
Diffstat (limited to 'net/p5-URI')
-rw-r--r-- | net/p5-URI/Makefile | 7 | ||||
-rw-r--r-- | net/p5-URI/distinfo | 6 | ||||
-rw-r--r-- | net/p5-URI/pkg-descr | 5 | ||||
-rw-r--r-- | net/p5-URI/pkg-plist | 3 |
4 files changed, 14 insertions, 7 deletions
diff --git a/net/p5-URI/Makefile b/net/p5-URI/Makefile index f71e600b23d6..a0cca3413e59 100644 --- a/net/p5-URI/Makefile +++ b/net/p5-URI/Makefile @@ -6,12 +6,12 @@ # PORTNAME= URI -PORTVERSION= 1.40 +PORTVERSION= 1.50 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sahil@tandon.net COMMENT= Perl5 interface to Uniform Resource Identifier (URI) references PERL_CONFIGURE= yes @@ -25,6 +25,7 @@ MAN3= URI.3 \ URI::WithBase.3 \ URI::data.3 \ URI::file.3 \ - URI::ldap.3 + URI::ldap.3 \ + URI::_punycode.3 .include <bsd.port.mk> diff --git a/net/p5-URI/distinfo b/net/p5-URI/distinfo index 481b402190f5..016f986e9385 100644 --- a/net/p5-URI/distinfo +++ b/net/p5-URI/distinfo @@ -1,3 +1,3 @@ -MD5 (URI-1.40.tar.gz) = 626cc85f1939a89981f82aae43497b53 -SHA256 (URI-1.40.tar.gz) = 7104e9c602083066967c6fbfd06c2648f839fedb866e9bc77ae6c263d3f42fbf -SIZE (URI-1.40.tar.gz) = 97180 +MD5 (URI-1.50.tar.gz) = 03b88ba9b7eaf4edd025fb4bc430e597 +SHA256 (URI-1.50.tar.gz) = 5b10974a91a084646dc1cfe47041e20d8e9cb826fbd925876103db3208493095 +SIZE (URI-1.50.tar.gz) = 78616 diff --git a/net/p5-URI/pkg-descr b/net/p5-URI/pkg-descr index 552eaf2bf79a..c50ce8b1b455 100644 --- a/net/p5-URI/pkg-descr +++ b/net/p5-URI/pkg-descr @@ -1,6 +1,9 @@ This package contains the URI.pm module with friends. The module implements the URI class. Objects of this class represent Uniform -Resource Identifier (URI) references as specified in RFC 2396. +Resource Identifier (URI) references as specified in RFC 2396 and +updated by RFC 2732. Release 1.50 includes the initial attempt at +providing support to IRIs. URI objects now support the 'as_iri' +and 'ihost' methods. URI objects can be used to access and manipulate the various components that make up these strings. There are also methods to diff --git a/net/p5-URI/pkg-plist b/net/p5-URI/pkg-plist index 5d609a32540d..400449afb255 100644 --- a/net/p5-URI/pkg-plist +++ b/net/p5-URI/pkg-plist @@ -3,12 +3,15 @@ %%SITE_PERL%%/URI/Heuristic.pm %%SITE_PERL%%/URI/QueryParam.pm %%SITE_PERL%%/URI/Split.pm +%%SITE_PERL%%/URI/IRI.pm %%SITE_PERL%%/URI/URL.pm %%SITE_PERL%%/URI/WithBase.pm %%SITE_PERL%%/URI/_foreign.pm %%SITE_PERL%%/URI/_generic.pm +%%SITE_PERL%%/URI/_idna.pm %%SITE_PERL%%/URI/_ldap.pm %%SITE_PERL%%/URI/_login.pm +%%SITE_PERL%%/URI/_punycode.pm %%SITE_PERL%%/URI/_query.pm %%SITE_PERL%%/URI/_segment.pm %%SITE_PERL%%/URI/_server.pm |