From 136ffd3537b0eb37ce47170a318afa6799bd99dd Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 15 Dec 2009 13:36:16 +0000 Subject: Update to 1.51, set LICENSE. 2009-11-23 Gisle Aas Release 1.51 Fixup a test that was broken on Windows 2009-11-21 Gisle Aas Release 1.50 The main news in this release is the initial attempt at providing support to IRIs. URI objects now support the 'as_iri' and 'ihost' methods. Gisle Aas (28): Added more tests for setting IPv6 addresses using the host method Document how the host methods deal with IPv6 addresses A "test case" to start IDNA prototype from Escape IDNA hostnames Introduce the as_unicode method Make as_unicode undo punycode for server URLs An IRI class might be helpful (RFC 3987) Must punycode each part of the domain name separately Include initial private Punycode module Get URI::_punycode working punycode of plain ascii should not edit with "-" Some more tests from RFC 3492 Add private URI::_idna module based on encodings/idna.py Start using URI::_idna for encoding of URIs Avoid various use of undef warnings Fix test affected by IDNA Keep reference to IDNA::Punycode in the URI::_punycode docs Ensure upgraded strings as input Update manifest with the new idna/punycode files Rename as_unicde to as_iri draft-duerst-iri-bis-07: The proposed RFC 3987 update Load Encode when its used Rename host_unicode as ihost Add basic iri test Hack to make as_iri turn A-labels into U-labels Make as_iri leave escapes not forming valid UTF-8 sequences Merge branch 'iri' Don't include RFCs in the cpan tarball Michael G. Schwern (3): Fix != overloading to match == Note that mailto does not contain a host() and this is not a bug. Strip brackets off IPv6 hosts [RT#34309] --- www/p5-URI/Makefile | 5 +++-- www/p5-URI/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'www/p5-URI') diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index 769ad411d45..3b722c80d59 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2009/08/18 14:32:40 sno Exp $ +# $NetBSD: Makefile,v 1.38 2009/12/15 13:36:16 wiz Exp $ # -DISTNAME= URI-1.40 +DISTNAME= URI-1.51 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uri CATEGORIES= www net perl5 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/URI/ COMMENT= Perl5 Uniform Resource Identifiers class (URI, RFC 2396) +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/www/p5-URI/distinfo b/www/p5-URI/distinfo index 47b8123e4b6..7b813b9fcbb 100644 --- a/www/p5-URI/distinfo +++ b/www/p5-URI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2009/08/18 14:32:40 sno Exp $ +$NetBSD: distinfo,v 1.17 2009/12/15 13:36:16 wiz Exp $ -SHA1 (URI-1.40.tar.gz) = ab9be3e2f5f207aff17dff9b532788274002a719 -RMD160 (URI-1.40.tar.gz) = dac75a96f799b3bb9cd198523632024f22fb63e8 -Size (URI-1.40.tar.gz) = 97180 bytes +SHA1 (URI-1.51.tar.gz) = 33331b4ffb9d61d86507dae007850676fafefd26 +RMD160 (URI-1.51.tar.gz) = 4414705b11d0389050d1ea78918ad1536abb5575 +Size (URI-1.51.tar.gz) = 78597 bytes -- cgit v1.2.3