View | Details | Raw Unified | Return to bug 140762
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	URI
8
PORTNAME=	URI
9
PORTVERSION=	1.40
9
PORTVERSION=	1.50
10
CATEGORIES=	net perl5
10
CATEGORIES=	net perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
13
13
14
MAINTAINER=	perl@FreeBSD.org
14
MAINTAINER=	sahil@tandon.net
15
COMMENT=	Perl5 interface to Uniform Resource Identifier (URI) references
15
COMMENT=	Perl5 interface to Uniform Resource Identifier (URI) references
16
16
17
PERL_CONFIGURE=	yes
17
PERL_CONFIGURE=	yes
Lines 25-30 Link Here
25
		URI::WithBase.3 \
25
		URI::WithBase.3 \
26
		URI::data.3 \
26
		URI::data.3 \
27
		URI::file.3 \
27
		URI::file.3 \
28
		URI::ldap.3
28
		URI::ldap.3 \
29
		URI::_punycode.3
29
30
30
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (URI-1.40.tar.gz) = 626cc85f1939a89981f82aae43497b53
1
MD5 (URI-1.50.tar.gz) = 03b88ba9b7eaf4edd025fb4bc430e597
2
SHA256 (URI-1.40.tar.gz) = 7104e9c602083066967c6fbfd06c2648f839fedb866e9bc77ae6c263d3f42fbf
2
SHA256 (URI-1.50.tar.gz) = 5b10974a91a084646dc1cfe47041e20d8e9cb826fbd925876103db3208493095
3
SIZE (URI-1.40.tar.gz) = 97180
3
SIZE (URI-1.50.tar.gz) = 78616
(-)pkg-descr (-1 / +4 lines)
Lines 1-6 Link Here
1
This package contains the URI.pm module with friends.  The module
1
This package contains the URI.pm module with friends.  The module
2
implements the URI class.  Objects of this class represent Uniform
2
implements the URI class.  Objects of this class represent Uniform
3
Resource Identifier (URI) references as specified in RFC 2396.
3
Resource Identifier (URI) references as specified in RFC 2396 and 
4
updated by RFC 2732.  Release 1.50 includes the initial attempt at 
5
providing support to IRIs.  URI objects now support the 'as_iri' 
6
and 'ihost' methods.
4
7
5
URI objects can be used to access and manipulate the various
8
URI objects can be used to access and manipulate the various
6
components that make up these strings.  There are also methods to
9
components that make up these strings.  There are also methods to
(-)pkg-plist (+3 lines)
Lines 3-14 Link Here
3
%%SITE_PERL%%/URI/Heuristic.pm
3
%%SITE_PERL%%/URI/Heuristic.pm
4
%%SITE_PERL%%/URI/QueryParam.pm
4
%%SITE_PERL%%/URI/QueryParam.pm
5
%%SITE_PERL%%/URI/Split.pm
5
%%SITE_PERL%%/URI/Split.pm
6
%%SITE_PERL%%/URI/IRI.pm
6
%%SITE_PERL%%/URI/URL.pm
7
%%SITE_PERL%%/URI/URL.pm
7
%%SITE_PERL%%/URI/WithBase.pm
8
%%SITE_PERL%%/URI/WithBase.pm
8
%%SITE_PERL%%/URI/_foreign.pm
9
%%SITE_PERL%%/URI/_foreign.pm
9
%%SITE_PERL%%/URI/_generic.pm
10
%%SITE_PERL%%/URI/_generic.pm
11
%%SITE_PERL%%/URI/_idna.pm
10
%%SITE_PERL%%/URI/_ldap.pm
12
%%SITE_PERL%%/URI/_ldap.pm
11
%%SITE_PERL%%/URI/_login.pm
13
%%SITE_PERL%%/URI/_login.pm
14
%%SITE_PERL%%/URI/_punycode.pm
12
%%SITE_PERL%%/URI/_query.pm
15
%%SITE_PERL%%/URI/_query.pm
13
%%SITE_PERL%%/URI/_segment.pm
16
%%SITE_PERL%%/URI/_segment.pm
14
%%SITE_PERL%%/URI/_server.pm
17
%%SITE_PERL%%/URI/_server.pm

Return to bug 140762