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

update: www/p5-URI




Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-URI/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	30 Nov 2002 22:09:50 -0000	1.14
+++ Makefile	18 Apr 2004 08:50:21 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=	"library to parse Uniform Resource Identifiers"
 
-VERSION=	1.22
+VERSION=	1.30
 DISTNAME=	URI-${VERSION}
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	www perl5
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-URI/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	30 Nov 2002 22:09:50 -0000	1.3
+++ distinfo	18 Apr 2004 08:50:21 -0000
@@ -1,3 +1,3 @@
-MD5 (URI-1.22.tar.gz) = 94edcf063eb8284946855788dc1e7176
-RMD160 (URI-1.22.tar.gz) = f8af3957b955262663917214465798a66e47f31a
-SHA1 (URI-1.22.tar.gz) = 76d183a485a69097d2c2f9cf7ff1da02da76ee40
+MD5 (URI-1.30.tar.gz) = 4da2adaba686a9409fb1deba3f0bfa04
+RMD160 (URI-1.30.tar.gz) = c4e2546ae4b73f6c89eb938b01d3c0747052bf8e
+SHA1 (URI-1.30.tar.gz) = 5138d641c4e3162d182bc542261aed4de64ed52d
Index: patches/patch-URI_Escape_pm
===================================================================
RCS file: /cvs/ports/www/p5-URI/patches/patch-URI_Escape_pm,v
retrieving revision 1.1
diff -u -r1.1 patch-URI_Escape_pm
--- patches/patch-URI_Escape_pm	28 Feb 2001 03:28:47 -0000	1.1
+++ patches/patch-URI_Escape_pm	18 Apr 2004 08:50:21 -0000
@@ -1,12 +1,12 @@
 $OpenBSD: patch-URI_Escape_pm,v 1.1 2001/02/28 03:28:47 avsm Exp $
---- URI/Escape.pm.orig	Wed Feb 28 02:57:56 2001
-+++ URI/Escape.pm	Wed Feb 28 02:58:05 2001
-@@ -32,7 +32,7 @@ available to Internet users:
- In addition any byte (octet) can be represented in a URI by an escape
- sequence; a triplet consisting of the character "%" followed by two
- hexadecimal digits.  Bytes can also be represented directly by a
--character using the US-ASCII character for that octet (iff the
-+character using the US-ASCII character for that octet (if the
+--- URI/Escape.pm.orig	2004-04-18 01:43:59.000000000 -0700
++++ URI/Escape.pm	2004-04-18 01:44:09.000000000 -0700
+@@ -33,7 +33,7 @@ available to Internet users:
+ In addition, any byte (octet) can be represented in a URI by an escape
+ sequence: a triplet consisting of the character "%" followed by two
+ hexadecimal digits.  A byte can also be represented directly by a
+-character, using the US-ASCII character for that octet (iff the
++character, using the US-ASCII character for that octet (if the
  character is part of C<uric>).
  
  Some of the C<uric> characters are I<reserved> for use as delimiters
Index: patches/patch-URI_QueryParam_pm
===================================================================
RCS file: patches/patch-URI_QueryParam_pm
diff -N patches/patch-URI_QueryParam_pm
--- patches/patch-URI_QueryParam_pm	30 Nov 2002 22:09:50 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,30 +0,0 @@
-$OpenBSD: patch-URI_QueryParam_pm,v 1.1 2002/11/30 22:09:50 margarida Exp $
---- URI/QueryParam.pm.orig	Tue Sep  3 10:31:13 2002
-+++ URI/QueryParam.pm	Sat Nov 30 22:24:47 2002
-@@ -117,7 +117,7 @@ Loading the C<URI::QueryParam> module wi
- URIs that support query methods.  These methods provide an alternative
- interface to the $u->query_form data.
- 
--The provided query_param_* methods on pupose made identical to the
-+The provided query_param_* methods on purpose made identical to the
- interface of the corresponding C<CGI.pm> methods.
- 
- The following additional methods are made available:
-@@ -132,7 +132,7 @@ The following additional methods are mad
- 
- =item $u->query_param( $key, $value,... )
- 
--If $u->query_param is called with no argments it returns all the
-+If $u->query_param is called with no arguments it returns all the
- distinct parameter keys of the URI.  In scalar context it returns the
- number of distinct keys.
- 
-@@ -176,7 +176,7 @@ the equivalent:
- =item $u->query_form_hash( \%new_form )
- 
- This method will return a reference to a hash that represents the
--query form's key/value pairs.  If a key occurs multiple times, then the hash
-+query forms key/value pairs.  If a key occurs multiple times, then the hash
- value will become an array reference.
- 
- Note that sequence information is lost.  It means that:
Index: patches/patch-URI_pm
===================================================================
RCS file: patches/patch-URI_pm
diff -N patches/patch-URI_pm
--- patches/patch-URI_pm	30 Nov 2002 22:09:50 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,39 +0,0 @@
-$OpenBSD: patch-URI_pm,v 1.2 2002/11/30 22:09:50 margarida Exp $
---- URI.pm.orig	Tue Sep  3 10:35:23 2002
-+++ URI.pm	Sat Nov 30 22:22:26 2002
-@@ -400,7 +400,7 @@ argument it will update the correspondin
- returning the old value of the component.  Passing an undefined
- argument will remove the component (if possible).  The description of
- the various accessor methods will tell if the component is passed as
--an escaped or an unescaped string.  Components that can be futher
-+an escaped or an unescaped string.  Components that can be further
- divided into sub-parts are usually passed escaped, as unescaping might
- change its semantics.
- 
-@@ -557,7 +557,7 @@ methods.
- =item $uri->userinfo( [$new_userinfo] )
- 
- This method sets and returns the escaped userinfo part of the
--authority componenent.
-+authority component.
- 
- For some schemes this will be a user name and a password separated by
- a colon.  This practice is not recommended. Embedding passwords in
-@@ -709,7 +709,7 @@ userinfo components: $uri->user and $uri
- 
- =item B<rlogin>:
- 
--An old speficication of the I<rlogin> URI scheme is found in RFC
-+An old specification of the I<rlogin> URI scheme is found in RFC
- 1738. C<URI> objects belonging to the rlogin scheme support the
- common, generic and server methods.
- 
-@@ -876,7 +876,7 @@ Copyright 1995 Martijn Koster.
- This program is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- 
--=head1 AUTHORS / ACKNOWLEDGMENTS
-+=head1 AUTHORS / ACKNOWLEDGEMENTS
- 
- This module is based on the C<URI::URL> module, which in turn was
- (distantly) based on the C<wwwurl.pl> code in the libwww-perl for
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/p5-URI/pkg/PLIST,v
retrieving revision 1.6
diff -u -r1.6 PLIST
--- pkg/PLIST	20 Dec 2003 19:51:26 -0000	1.6
+++ pkg/PLIST	18 Apr 2004 08:50:21 -0000
@@ -4,11 +4,12 @@
 @comment ${P5SITE}/URI/Escape.pm.orig
 ${P5SITE}/URI/Heuristic.pm
 ${P5SITE}/URI/QueryParam.pm
-_(_at_)_comment ${P5SITE}/URI/QueryParam.pm.orig
+${P5SITE}/URI/Split.pm
 ${P5SITE}/URI/URL.pm
 ${P5SITE}/URI/WithBase.pm
 ${P5SITE}/URI/_foreign.pm
 ${P5SITE}/URI/_generic.pm
+${P5SITE}/URI/_ldap.pm
 ${P5SITE}/URI/_login.pm
 ${P5SITE}/URI/_query.pm
 ${P5SITE}/URI/_segment.pm
@@ -28,7 +29,10 @@
 ${P5SITE}/URI/http.pm
 ${P5SITE}/URI/https.pm
 ${P5SITE}/URI/ldap.pm
+${P5SITE}/URI/ldapi.pm
+${P5SITE}/URI/ldaps.pm
 ${P5SITE}/URI/mailto.pm
+${P5SITE}/URI/mms.pm
 ${P5SITE}/URI/news.pm
 ${P5SITE}/URI/nntp.pm
 ${P5SITE}/URI/pop.pm
@@ -41,6 +45,7 @@
 ${P5SITE}/URI/snews.pm
 ${P5SITE}/URI/ssh.pm
 ${P5SITE}/URI/telnet.pm
+${P5SITE}/URI/tn3270.pm
 ${P5SITE}/URI/urn.pm
 ${P5SITE}/URI/urn/isbn.pm
 ${P5SITE}/URI/urn/oid.pm
@@ -49,6 +54,7 @@
 man/man3p/URI::Escape.3p
 man/man3p/URI::Heuristic.3p
 man/man3p/URI::QueryParam.3p
+man/man3p/URI::Split.3p
 man/man3p/URI::URL.3p
 man/man3p/URI::WithBase.3p
 man/man3p/URI::data.3p



Visit your host, monkey.org