summaryrefslogtreecommitdiff
path: root/www/p5-URI/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2003-01-31Updated to p5-URI-1.23shell1-3/+3
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-3/+3
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-3/+3
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-3/+3
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-3/+3
- 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-09-29Update p5-URI to 1.17. Relevant changes from version 1.12 include:jlam1-3/+3
- 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-05-14Update p5-URI to 1.12zuntum1-2/+3
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-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo