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

(-)p5-URI/Makefile (-3 / +7 lines)
Lines 6-20 Link Here
6
#
6
#
7
7
8
PORTNAME=	URI
8
PORTNAME=	URI
9
PORTVERSION=    1.19
9
PORTVERSION=    1.20
10
CATEGORIES=	net perl5
10
CATEGORIES=	net perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	URI
12
MASTER_SITE_SUBDIR=	URI
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	erwin@lansing.dk
16
16
17
BUILD_DEPENDS=	${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
17
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
18
18
19
PERL_CONFIGURE=	yes
19
PERL_CONFIGURE=	yes
20
20
Lines 27-31 Link Here
27
		URI::data.3 \
27
		URI::data.3 \
28
		URI::file.3 \
28
		URI::file.3 \
29
		URI::ldap.3
29
		URI::ldap.3
30
31
post-patch:
32
	${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);/' \
33
		${WRKSRC}/URI/urn.pm
30
34
31
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)p5-URI/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (URI-1.19.tar.gz) = d07561eec7cf311a8bf18dfe79ecac66
1
MD5 (URI-1.20.tar.gz) = 2b895786ff9166f91305de07ec327fef
(-)p5-URI/pkg-descr (-22 / +1 lines)
Lines 11-35 Link Here
11
URI::URL interface.  The emulated URI::URL implements both the old and
11
URI::URL interface.  The emulated URI::URL implements both the old and
12
the new interface.
12
the new interface.
13
13
14
Some tests require an Internet connection to work and are skipped
14
WWW: http://search.cpan.org/search?dist=URI
15
if one is not active.
16
17
You need perl5.004 or better to install this package.  You should also
18
have the MIME::Base64 module installed.  Installation is otherwise as
19
usual:
20
21
  perl Makefile.PL
22
  make
23
  make test
24
  make install
25
26
Questions about how to use this library should be directed to the
27
comp.lang.perl.modules USENET Newsgroup.  Bug reports and suggestions
28
for improvements can be sent to the <libwww-perl@ics.uci.edu> mailing
29
list.
30
31
Copyright 1998-1999 Gisle Aas.
32
Copyright 1998 Graham Barr.
33
34
This library is free software; you can redistribute it and/or
35
modify it under the same terms as Perl itself.
(-)p5-URI/pkg-plist (+6 lines)
Lines 30-39 Link Here
30
lib/perl5/site_perl/%%PERL_VER%%/URI/pop.pm
30
lib/perl5/site_perl/%%PERL_VER%%/URI/pop.pm
31
lib/perl5/site_perl/%%PERL_VER%%/URI/rlogin.pm
31
lib/perl5/site_perl/%%PERL_VER%%/URI/rlogin.pm
32
lib/perl5/site_perl/%%PERL_VER%%/URI/rsync.pm
32
lib/perl5/site_perl/%%PERL_VER%%/URI/rsync.pm
33
lib/perl5/site_perl/%%PERL_VER%%/URI/rtsp.pm
34
lib/perl5/site_perl/%%PERL_VER%%/URI/rtspu.pm
33
lib/perl5/site_perl/%%PERL_VER%%/URI/snews.pm
35
lib/perl5/site_perl/%%PERL_VER%%/URI/snews.pm
34
lib/perl5/site_perl/%%PERL_VER%%/URI/ssh.pm
36
lib/perl5/site_perl/%%PERL_VER%%/URI/ssh.pm
35
lib/perl5/site_perl/%%PERL_VER%%/URI/telnet.pm
37
lib/perl5/site_perl/%%PERL_VER%%/URI/telnet.pm
38
lib/perl5/site_perl/%%PERL_VER%%/URI/urn.pm
39
lib/perl5/site_perl/%%PERL_VER%%/URI/urn/isbn.pm
40
lib/perl5/site_perl/%%PERL_VER%%/URI/urn/oid.pm
36
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/URI/.packlist
41
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/URI/.packlist
37
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/URI
42
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/URI
38
@dirrm lib/perl5/site_perl/%%PERL_VER%%/URI/file
43
@dirrm lib/perl5/site_perl/%%PERL_VER%%/URI/file
44
@dirrm lib/perl5/site_perl/%%PERL_VER%%/URI/urn
39
@dirrm lib/perl5/site_perl/%%PERL_VER%%/URI
45
@dirrm lib/perl5/site_perl/%%PERL_VER%%/URI

Return to bug 40785