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.35:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8314853597ca
branches:  trunk
changeset: 488738:8314853597ca
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 07 15:56:04 2005 +0000

description:
Update to 1.35:

2004-11-05   Gisle Aas

   Release 1.35

   Documentation update.

   Simplified uri_escape_utf8 implementation.  No need to load the
   Encode module.  Contributed by Alexey Tourbin.

   Work around bug in perl-5.6.0 that made t/query.t fail.



2004-10-05   Gisle Aas

   Release 1.34

   URI->canonical will now always unescape any escaped unreserved
   chars.  Previously this only happened for the http and https scheme.
   Patch contributed by Eric Promislow



2004-09-19   Gisle Aas

   Release 1.33

   URI::file->canonical will now try to change the 'authority'
   to the default one.

   Fix heuristic test.  Apparently www.perl.co.uk is no more.



2004-09-07   Gisle Aas

   Release 1.32

   Introduce $URI::file::DEFAULT_AUTHORITY which control what
   authority string to use for absolute file URIs.  Its value
   default to "" which produce file URIs that better interoperates
   with other implementations.  The old mapping behaviour can be
   requested by setting this variable to undef.



2004-06-08   Gisle Aas

   Release 1.31

   Added uri_escape_utf8() function to URI::Escape module.

   Fixed abs/rel behaviour for sip: URIs.  Fixed by
   Ville Skyttä

   Avoid croaking on code like $u->query_form(a => { foo => 1 }).
   It will still not really do anything useful.

diffstat:

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

diffs (27 lines):

diff -r e8c036b04a2f -r 8314853597ca www/p5-URI/Makefile
--- a/www/p5-URI/Makefile       Mon Feb 07 15:54:04 2005 +0000
+++ b/www/p5-URI/Makefile       Mon Feb 07 15:56:04 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2004/12/20 11:31:14 grant Exp $
+# $NetBSD: Makefile,v 1.27 2005/02/07 15:56:04 wiz Exp $
 #
 
-DISTNAME=      URI-1.30
+DISTNAME=      URI-1.35
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5uri
-PKGREVISION=   1
 CATEGORIES=    www net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=URI/}
 
diff -r e8c036b04a2f -r 8314853597ca www/p5-URI/distinfo
--- a/www/p5-URI/distinfo       Mon Feb 07 15:54:04 2005 +0000
+++ b/www/p5-URI/distinfo       Mon Feb 07 15:56:04 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2004/01/18 22:21:14 heinz Exp $
+$NetBSD: distinfo,v 1.11 2005/02/07 15:56:04 wiz Exp $
 
-SHA1 (URI-1.30.tar.gz) = 5138d641c4e3162d182bc542261aed4de64ed52d
-Size (URI-1.30.tar.gz) = 93379 bytes
+SHA1 (URI-1.35.tar.gz) = e385446f95bbf12ea55e002cf594c85a73e85e7b
+Size (URI-1.35.tar.gz) = 96050 bytes



Home | Main Index | Thread Index | Old Index