pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-URI Update to 1.51, set LICENSE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea8387a01b43
branches:  trunk
changeset: 568551:ea8387a01b43
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 15 13:36:16 2009 +0000

description:
Update to 1.51, set LICENSE.

2009-11-23   Gisle Aas <gisle%ActiveState.com@localhost>

   Release 1.51

   Fixup a test that was broken on Windows




2009-11-21   Gisle Aas <gisle%ActiveState.com@localhost>

   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]

diffstat:

 www/p5-URI/Makefile |  5 +++--
 www/p5-URI/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 1218c298e7ac -r ea8387a01b43 www/p5-URI/Makefile
--- a/www/p5-URI/Makefile       Tue Dec 15 13:34:53 2009 +0000
+++ b/www/p5-URI/Makefile       Tue Dec 15 13:36:16 2009 +0000
@@ -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 @@
 MAINTAINER=    heinz%NetBSD.org@localhost
 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 -r 1218c298e7ac -r ea8387a01b43 www/p5-URI/distinfo
--- a/www/p5-URI/distinfo       Tue Dec 15 13:34:53 2009 +0000
+++ b/www/p5-URI/distinfo       Tue Dec 15 13:36:16 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index