summaryrefslogtreecommitdiff
path: root/www/p5-URI/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-11-27Updated p5-URI to 1.27.grant1-2/+2
changes since 1.23: Release 1.27 The URI module is now less strict about the values accepted for gopher_type attribute of gopher:-URLs. Patch suggested by the Net::Gopher author; William G. Davis. Release 1.26 Help Storable deal with URI objects. Patch contributed by <talby@trap.mtview.ca.us>. Fix failure under OS/2. Patch contributed by Ilya Zakharevich. Release 1.25 Allow literal '@' in userinfo. If there are multiple '@' chars in the 'authority' component use the last (instead of first) as the 'userinfo' delimiter. Make URI->query_form escape '[' and ']'. These chars where added to the reserved set in RFC 2732. This also match MSIE behaviour. Silience warning from 'sip' support class. Release 1.24 Relative URIs that start with the query string directly (i.e. "?q") are now absolutized as specified in rfc2396bis. See: http://www.apache.org/~fielding/uri/rev-2002/issues.html#003-relative-query Added URI::Split module. It's a lightweight module that can be used to parse and compose URI string to/from its component parts. The rel() method will now work from canonical URIs. That allow it to extract a relative URI in more cases.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-04Shorten COMMENTabs1-2/+2
2003-01-31Updated to p5-URI-1.23shell1-2/+2
Changes : - Support for tn3270 URIs. - Use anchored DNS lookups in URI::Heuristic as suggested by Malcolm Weir <malc@gelt.org>. - Delay calculation of MY_COUNTRY() in URI::Heuristic. Patch by Ed Avis <ed@membled.com>. - Make test suite work for UNC paths. Patch by Warren Jones <wjones@fluke.com>.
2002-09-27Updated to p5-URI-1.22shell1-7/+4
Changes : - Added URI::QueryParam module. It contains some extra methods to manipulate the query form key/value pairs. - Added support for the sip: and sips: URI scheme. Contributed by Ryan Kereliuk <ryker@ryker.org>. - use_buildlink2 - use perl5 module
2002-08-20Update to 1.21:wiz1-2/+2
Restore perl-5.004 and perl-5.005 compatibility. Direct support for some new schemes urn:, urn:isbn:, urn:oid:, rtsp:, and rtspu:. The rtsp support was contributed by Matt Selsky <selsky@columbia.edu>. The host for URI::file was not unescaped.
2002-05-16Update p5-URI to 1.19mjl1-2/+2
URI::Heuristic will guess better on strings like "123.3.3.3:8080/foo". URI::WithBase will not keep the full history of any base URI's base URI. URI::URL->new("foo", "bar")->base now returns an URI::URL. Deal properly with file:///-URIs.
2002-01-18Update p5-URI to 1.18.mjl1-2/+2
- Added support for ssh: URIs - URI::Escape: Make sure cache is not set when the RE wouldn't compile - Don't try to come up with the e-mail address of the user as the anonymous password. Fixes PR/15101 by Shell Hung.
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-09-29Update p5-URI to 1.17. Relevant changes from version 1.12 include:jlam1-2/+2
- Bug fixes - URI::Escape::uri_escape default has changed. Reserved characters are now escaped when no second argument is provided. - URI::WithBase now overrides the can() method and delegate it to the URI member. This also affects the URI::URL behaviour. - URI.pm now conforms to RFC 2732 which specify how literal IPv6 addresses are to be included in URLs. - URI/Escape now allows "/" in the $unsafe pattern argument.
2001-09-27Use a wildcard dependency instead of hard-coding one specific version.jlam1-2/+2
2001-05-14Update p5-URI to 1.12zuntum1-2/+2
Changelog: URI->new($u, $scheme) does no longer fail if given a badly formatted scheme string. URI::WithBase's clone and base method was basically just broken. This also affected the URI::URL subclass. The clone() method did not copy the base, and updating the base with the base method always set it to "1". Fixes pkg/12895 by Nathan Ahlstrom <nrahlstr@winternet.com>
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-21Update to 1.11mjl1-2/+2
The t/heuristic.t test relied on the fact that 'www.perl.no' was not registered in DNS. This is no longer true. The penguins at Bouvet Island will hopefully be ignorant of Perl forever.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-15Updated to 1.10abs1-2/+2
Changes since 1.09 The $u->query_form method will now escape spaces in form keys or values as '+' (instead of '%20'). This also affect the $mailto_uri->header() method. This is actually the wrong thing to do, but this practise is now even documented in official places like http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1 so we might as well follow the stream. URI::Heuristic did not work for domain-names with dashes '-' in them. Fixed. Documented that $uri->xxx($1) might not work. Closes pkg/11990
2000-08-27Update p5-URI to 1.09. Changes from version 1.07:jlam1-2/+2
uri_unescape() did not work when given multiple strings to decode. Patch by Nicholas Clark <nick@ccl4.org>. ldap URIs now support _scope() and _filter() methods that don't have default values. Suggested by Graham Barr. Incorporated old rejected MSWin32 patch to t/old-base.t. Hope it works.
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam1-4/+5
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-07-03Update to 1.07. Changes:mjl1-2/+2
URI::WithBase (and URI::URL) now support $u->new_abs constructor. URI::WithBase->new("foo", "URI::URL") bug fixed. QNX file support by Norton Allen <allen@huarp.harvard.edu>. Support for rsync:-URI by Dave Beckett <D.J.Beckett@ukc.ac.uk>
1999-12-28changed PKGNAME to p5-${DISTNAME}wiz1-3/+3
1999-12-02Import of p5-URI-1.04, a perl5 class to represent Uniform Resourcerh1-0/+20
Identifiers (URIs, RFC 2396).