Index: head/net/p5-URI/Makefile =================================================================== --- head/net/p5-URI/Makefile (revision 244645) +++ head/net/p5-URI/Makefile (revision 244646) @@ -1,30 +1,31 @@ # New ports collection makefile for: p5-URI # Date created: 1999/04/07 # Whom: ache # # $FreeBSD$ # 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 MAN3= URI.3 \ URI::Escape.3 \ URI::Heuristic.3 \ URI::QueryParam.3 \ URI::Split.3 \ URI::URL.3 \ URI::WithBase.3 \ URI::data.3 \ URI::file.3 \ - URI::ldap.3 + URI::ldap.3 \ + URI::_punycode.3 .include Property changes on: head/net/p5-URI/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/net/p5-URI/distinfo =================================================================== --- head/net/p5-URI/distinfo (revision 244645) +++ head/net/p5-URI/distinfo (revision 244646) @@ -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 Property changes on: head/net/p5-URI/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.32 \ No newline at end of property +1.33 \ No newline at end of property Index: head/net/p5-URI/pkg-descr =================================================================== --- head/net/p5-URI/pkg-descr (revision 244645) +++ head/net/p5-URI/pkg-descr (revision 244646) @@ -1,14 +1,17 @@ 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 combine URIs in various ways. The URI class replaces the URI::URL class that used to be distributed with libwww-perl. This package contains an emulation of the old URI::URL interface. The emulated URI::URL implements both the old and the new interface. WWW: http://search.cpan.org/dist/URI/ Property changes on: head/net/p5-URI/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/p5-URI/pkg-plist =================================================================== --- head/net/p5-URI/pkg-plist (revision 244645) +++ head/net/p5-URI/pkg-plist (revision 244646) @@ -1,54 +1,57 @@ %%SITE_PERL%%/URI.pm %%SITE_PERL%%/URI/Escape.pm %%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 %%SITE_PERL%%/URI/_userpass.pm %%SITE_PERL%%/URI/data.pm %%SITE_PERL%%/URI/file.pm %%SITE_PERL%%/URI/file/Base.pm %%SITE_PERL%%/URI/file/FAT.pm %%SITE_PERL%%/URI/file/Mac.pm %%SITE_PERL%%/URI/file/OS2.pm %%SITE_PERL%%/URI/file/QNX.pm %%SITE_PERL%%/URI/file/Unix.pm %%SITE_PERL%%/URI/file/Win32.pm %%SITE_PERL%%/URI/ftp.pm %%SITE_PERL%%/URI/gopher.pm %%SITE_PERL%%/URI/http.pm %%SITE_PERL%%/URI/https.pm %%SITE_PERL%%/URI/ldap.pm %%SITE_PERL%%/URI/ldapi.pm %%SITE_PERL%%/URI/ldaps.pm %%SITE_PERL%%/URI/mailto.pm %%SITE_PERL%%/URI/mms.pm %%SITE_PERL%%/URI/news.pm %%SITE_PERL%%/URI/nntp.pm %%SITE_PERL%%/URI/pop.pm %%SITE_PERL%%/URI/rlogin.pm %%SITE_PERL%%/URI/rsync.pm %%SITE_PERL%%/URI/rtsp.pm %%SITE_PERL%%/URI/rtspu.pm %%SITE_PERL%%/URI/sip.pm %%SITE_PERL%%/URI/sips.pm %%SITE_PERL%%/URI/snews.pm %%SITE_PERL%%/URI/ssh.pm %%SITE_PERL%%/URI/telnet.pm %%SITE_PERL%%/URI/tn3270.pm %%SITE_PERL%%/URI/urn.pm %%SITE_PERL%%/URI/urn/isbn.pm %%SITE_PERL%%/URI/urn/oid.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI @dirrm %%SITE_PERL%%/URI/file @dirrm %%SITE_PERL%%/URI/urn @dirrm %%SITE_PERL%%/URI Property changes on: head/net/p5-URI/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property