f6b5532546
2004-11-05 Gisle Aas Release 1.35 Documentation update. Simplified uri_escape_utf8 implementation. No need to load the Encode module. Contributed by Alexey Tourbin. Work around bug in perl-5.6.0 that made t/query.t fail. 2004-10-05 Gisle Aas Release 1.34 URI->canonical will now always unescape any escaped unreserved chars. Previously this only happened for the http and https scheme. Patch contributed by Eric Promislow 2004-09-19 Gisle Aas Release 1.33 URI::file->canonical will now try to change the 'authority' to the default one. Fix heuristic test. Apparently www.perl.co.uk is no more. 2004-09-07 Gisle Aas Release 1.32 Introduce $URI::file::DEFAULT_AUTHORITY which control what authority string to use for absolute file URIs. Its value default to "" which produce file URIs that better interoperates with other implementations. The old mapping behaviour can be requested by setting this variable to undef. 2004-06-08 Gisle Aas Release 1.31 Added uri_escape_utf8() function to URI::Escape module. Fixed abs/rel behaviour for sip: URIs. Fixed by Ville Skyttä Avoid croaking on code like $u->query_form(a => { foo => 1 }). It will still not really do anything useful.
25 lines
682 B
Makefile
25 lines
682 B
Makefile
# $NetBSD: Makefile,v 1.27 2005/02/07 15:56:04 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= URI-1.35
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5uri
|
|
CATEGORIES= www net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/URI/
|
|
COMMENT= Perl5 Uniform Resource Identifiers class (URI, RFC 2396)
|
|
|
|
BUILD_DEPENDS= p5-MIME-Base64>=2.12:../../converters/p5-MIME-Base64
|
|
|
|
CONFLICTS+= p5-libwww-5.36 # URI used to be part of that package
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/URI/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|