mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- update to 1.20
- add WWW - assume maintainership PR: 40785 Submitted by: Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
parent
09d648efb9
commit
9ab73ecc25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63284
@ -6,15 +6,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= URI
|
||||
PORTVERSION= 1.19
|
||||
PORTVERSION= 1.20
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= URI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= erwin@lansing.dk
|
||||
|
||||
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
@ -28,4 +28,8 @@ MAN3= URI.3 \
|
||||
URI::file.3 \
|
||||
URI::ldap.3
|
||||
|
||||
post-patch:
|
||||
${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);/' \
|
||||
${WRKSRC}/URI/urn.pm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (URI-1.19.tar.gz) = d07561eec7cf311a8bf18dfe79ecac66
|
||||
MD5 (URI-1.20.tar.gz) = 2b895786ff9166f91305de07ec327fef
|
||||
|
@ -11,25 +11,4 @@ with libwww-perl. This package contains an emulation of the old
|
||||
URI::URL interface. The emulated URI::URL implements both the old and
|
||||
the new interface.
|
||||
|
||||
Some tests require an Internet connection to work and are skipped
|
||||
if one is not active.
|
||||
|
||||
You need perl5.004 or better to install this package. You should also
|
||||
have the MIME::Base64 module installed. Installation is otherwise as
|
||||
usual:
|
||||
|
||||
perl Makefile.PL
|
||||
make
|
||||
make test
|
||||
make install
|
||||
|
||||
Questions about how to use this library should be directed to the
|
||||
comp.lang.perl.modules USENET Newsgroup. Bug reports and suggestions
|
||||
for improvements can be sent to the <libwww-perl@ics.uci.edu> mailing
|
||||
list.
|
||||
|
||||
Copyright 1998-1999 Gisle Aas.
|
||||
Copyright 1998 Graham Barr.
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the same terms as Perl itself.
|
||||
WWW: http://search.cpan.org/search?dist=URI
|
||||
|
@ -30,10 +30,16 @@ lib/perl5/site_perl/%%PERL_VER%%/URI/nntp.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/URI/pop.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/URI/rlogin.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/URI/rsync.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/URI/rtsp.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/URI/rtspu.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/URI/snews.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/URI/ssh.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/URI/telnet.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/URI/urn.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/URI/urn/isbn.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/URI/urn/oid.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/URI/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/URI
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/URI/file
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/URI/urn
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/URI
|
||||
|
Loading…
Reference in New Issue
Block a user