Date: Sat, 21 Nov 2009 21:11:45 -0500 (EST) From: Sahil Tandon <sahil@tandon.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: perl@FreeBSD.org Subject: ports/140762: [PATCH] net/p5-URI: update to 1.50 + adopt port Message-ID: <20091122021145.1E77617081@spartan.hamla.org> Resent-Message-ID: <200911220220.nAM2K1DX092808@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140762 >Category: ports >Synopsis: [PATCH] net/p5-URI: update to 1.50 + adopt port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 22 02:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - Update to 1.50 - Assume maintainership - Changes: support for IRIs and several other changes: http://cpansearch.perl.org/src/GAAS/URI-1.50/Changes >How-To-Repeat: >Fix: --- p5-URI.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-URI/Makefile,v retrieving revision 1.45 diff -u -r1.45 Makefile --- Makefile 16 Aug 2009 18:11:50 -0000 1.45 +++ Makefile 22 Nov 2009 02:08:00 -0000 @@ -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 @@ URI::WithBase.3 \ URI::data.3 \ URI::file.3 \ - URI::ldap.3 + URI::ldap.3 \ + URI::_punycode.3 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-URI/distinfo,v retrieving revision 1.32 diff -u -r1.32 distinfo --- distinfo 16 Aug 2009 18:11:50 -0000 1.32 +++ distinfo 22 Nov 2009 02:08:00 -0000 @@ -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 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/net/p5-URI/pkg-descr,v retrieving revision 1.4 diff -u -r1.4 pkg-descr --- pkg-descr 21 Sep 2005 19:31:15 -0000 1.4 +++ pkg-descr 22 Nov 2009 02:08:00 -0000 @@ -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 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/p5-URI/pkg-plist,v retrieving revision 1.10 diff -u -r1.10 pkg-plist --- pkg-plist 2 Jan 2004 11:24:04 -0000 1.10 +++ pkg-plist 22 Nov 2009 02:08:00 -0000 @@ -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 --- p5-URI.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091122021145.1E77617081>