Update to version 1.22
From new MAINTAINER: Jim Geovedi <jim@corebsd.or.id> brad@ ok
This commit is contained in:
parent
fabc3686af
commit
3deeeb783f
@ -1,12 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2002/11/27 06:49:42 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2002/11/30 22:09:50 margarida Exp $
|
||||
|
||||
COMMENT= "library to parse Uniform Resource Identifiers"
|
||||
|
||||
DISTNAME= URI-1.19
|
||||
VERSION= 1.22
|
||||
DISTNAME= URI-${VERSION}
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
|
||||
|
||||
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
|
||||
|
||||
# GPL/Artistic licence
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (URI-1.19.tar.gz) = d07561eec7cf311a8bf18dfe79ecac66
|
||||
RMD160 (URI-1.19.tar.gz) = 061d87ba45528c1a41727e77b589a92f86316563
|
||||
SHA1 (URI-1.19.tar.gz) = 9346e67e38a9ff62aa4e240731cdb6aa6f8015b7
|
||||
MD5 (URI-1.22.tar.gz) = 94edcf063eb8284946855788dc1e7176
|
||||
RMD160 (URI-1.22.tar.gz) = f8af3957b955262663917214465798a66e47f31a
|
||||
SHA1 (URI-1.22.tar.gz) = 76d183a485a69097d2c2f9cf7ff1da02da76ee40
|
||||
|
30
www/p5-URI/patches/patch-URI_QueryParam_pm
Normal file
30
www/p5-URI/patches/patch-URI_QueryParam_pm
Normal file
@ -0,0 +1,30 @@
|
||||
$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,6 +1,6 @@
|
||||
$OpenBSD: patch-URI_pm,v 1.1 2001/02/28 03:28:47 avsm Exp $
|
||||
--- URI.pm.orig Wed Feb 28 02:53:01 2001
|
||||
+++ URI.pm Wed Feb 28 02:54:22 2001
|
||||
$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
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-URI_pm,v 1.1 2001/02/28 03:28:47 avsm Exp $
|
||||
|
||||
For some schemes this will be a user name and a password separated by
|
||||
a colon. This practice is not recommended. Embedding passwords in
|
||||
@@ -710,7 +710,7 @@ userinfo components: $uri->user and $uri
|
||||
@@ -709,7 +709,7 @@ userinfo components: $uri->user and $uri
|
||||
|
||||
=item B<rlogin>:
|
||||
|
||||
@ -28,7 +28,7 @@ $OpenBSD: patch-URI_pm,v 1.1 2001/02/28 03:28:47 avsm Exp $
|
||||
1738. C<URI> objects belonging to the rlogin scheme support the
|
||||
common, generic and server methods.
|
||||
|
||||
@@ -800,7 +800,7 @@ Copyright 1995 Martijn Koster.
|
||||
@@ -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.
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2002/05/16 04:10:48 avsm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2002/11/30 22:09:50 margarida Exp $
|
||||
${P5SITE}/URI.pm
|
||||
${P5SITE}/URI/Escape.pm
|
||||
${P5SITE}/URI/Escape.pm.orig
|
||||
${P5SITE}/URI/Heuristic.pm
|
||||
${P5SITE}/URI/QueryParam.pm
|
||||
${P5SITE}/URI/URL.pm
|
||||
${P5SITE}/URI/WithBase.pm
|
||||
${P5SITE}/URI/_foreign.pm
|
||||
@ -32,14 +32,24 @@ ${P5SITE}/URI/nntp.pm
|
||||
${P5SITE}/URI/pop.pm
|
||||
${P5SITE}/URI/rlogin.pm
|
||||
${P5SITE}/URI/rsync.pm
|
||||
${P5SITE}/URI/rtsp.pm
|
||||
${P5SITE}/URI/rtspu.pm
|
||||
${P5SITE}/URI/sip.pm
|
||||
${P5SITE}/URI/sips.pm
|
||||
${P5SITE}/URI/snews.pm
|
||||
${P5SITE}/URI/ssh.pm
|
||||
${P5SITE}/URI/telnet.pm
|
||||
${P5SITE}/URI/urn.pm
|
||||
${P5SITE}/URI/urn/isbn.pm
|
||||
${P5SITE}/URI/urn/oid.pm
|
||||
man/man3p/URI.3p
|
||||
man/man3p/URI::Escape.3p
|
||||
man/man3p/URI::Heuristic.3p
|
||||
man/man3p/URI::QueryParam.3p
|
||||
man/man3p/URI::URL.3p
|
||||
man/man3p/URI::WithBase.3p
|
||||
man/man3p/URI::data.3p
|
||||
man/man3p/URI::file.3p
|
||||
man/man3p/URI::ldap.3p
|
||||
@dirrm ${P5SITE}/URI/urn
|
||||
@dirrm ${P5SITE}/URI/file
|
||||
|
Loading…
x
Reference in New Issue
Block a user