update to 1.30; from Michael Coulter <mjc@bitz.ca>
This commit is contained in:
parent
2c659f7bc2
commit
6ff8b18a28
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2002/11/30 22:09:50 margarida Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2004/04/22 22:15:47 naddy Exp $
|
||||
|
||||
COMMENT= "library to parse Uniform Resource Identifiers"
|
||||
|
||||
VERSION= 1.22
|
||||
DISTNAME= URI-${VERSION}
|
||||
DISTNAME= URI-1.30
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
|
||||
@ -17,6 +16,6 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -1,12 +0,0 @@
|
||||
$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
|
||||
character is part of C<uric>).
|
||||
|
||||
Some of the C<uric> characters are I<reserved> for use as delimiters
|
@ -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:
|
@ -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
|
@ -1,14 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2003/12/20 19:51:26 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2004/04/22 22:15:47 naddy Exp $
|
||||
${P5SITE}/URI.pm
|
||||
${P5SITE}/URI/Escape.pm
|
||||
@comment ${P5SITE}/URI/Escape.pm.orig
|
||||
${P5SITE}/URI/Heuristic.pm
|
||||
${P5SITE}/URI/QueryParam.pm
|
||||
@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/gopher.pm
|
||||
${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/sips.pm
|
||||
${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.3p
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user