pkgsrc/www/p5-URI/Makefile

28 lines
778 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.52 2014/05/29 23:38:15 wiz Exp $
DISTNAME= URI-1.60
1999-12-28 13:49:56 +01:00
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
SVR4_PKGNAME= p5uri
CATEGORIES= www net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/URI/
2003-04-04 19:32:51 +02:00
COMMENT= Perl5 Uniform Resource Identifiers class (URI, RFC 2396)
Update to 1.51, set LICENSE. 2009-11-23 Gisle Aas <gisle@ActiveState.com> Release 1.51 Fixup a test that was broken on Windows 2009-11-21 Gisle Aas <gisle@ActiveState.com> Release 1.50 The main news in this release is the initial attempt at providing support to IRIs. URI objects now support the 'as_iri' and 'ihost' methods. Gisle Aas (28): Added more tests for setting IPv6 addresses using the host method Document how the host methods deal with IPv6 addresses A "test case" to start IDNA prototype from Escape IDNA hostnames Introduce the as_unicode method Make as_unicode undo punycode for server URLs An IRI class might be helpful (RFC 3987) Must punycode each part of the domain name separately Include initial private Punycode module Get URI::_punycode working punycode of plain ascii should not edit with "-" Some more tests from RFC 3492 Add private URI::_idna module based on encodings/idna.py Start using URI::_idna for encoding of URIs Avoid various use of undef warnings Fix test affected by IDNA Keep reference to IDNA::Punycode in the URI::_punycode docs Ensure upgraded strings as input Update manifest with the new idna/punycode files Rename as_unicde to as_iri draft-duerst-iri-bis-07: The proposed RFC 3987 update Load Encode when its used Rename host_unicode as ihost Add basic iri test Hack to make as_iri turn A-labels into U-labels Make as_iri leave escapes not forming valid UTF-8 sequences Merge branch 'iri' Don't include RFCs in the cpan tarball Michael G. Schwern (3): Fix != overloading to match == Note that mailto does not contain a host() and this is not a bug. Strip brackets off IPv6 hosts [RT#34309]
2009-12-15 14:36:16 +01:00
LICENSE= ${PERL5_LICENSE}
2006-11-05 18:31:09 +01:00
PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= {perl>=5.7,p5-MIME-Base64>=2.12}:../../converters/p5-MIME-Base64
# recommended
DEPENDS+= p5-Business-ISBN-[0-9]*:../../misc/p5-Business-ISBN
CONFLICTS+= p5-libwww-5.36{,nb*} # URI used to be part of that package
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/URI/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"