Upgrade to v5.07
Submitted by: Bill Fenner <fenner@parc.xerox.com>
This commit is contained in:
parent
5372f23770
commit
6ecb595a4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6144
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: p5-libwww
|
||||
# Version required: 5.03
|
||||
# Version required: 5.07
|
||||
# Date created: September 30th 1996
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1996/11/18 08:47:28 asami Exp $
|
||||
# $Id: Makefile,v 1.4 1996/12/11 10:18:39 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libwww-perl-5.03
|
||||
PKGNAME= p5-libwww-5.03
|
||||
DISTNAME= libwww-perl-5.07
|
||||
PKGNAME= p5-libwww-5.07
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= URI
|
||||
@ -19,7 +19,7 @@ BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \
|
||||
${PREFIX}/lib/perl5/site_perl/Net/FTP.pm:${PORTSDIR}/net/p5-Net
|
||||
RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
|
||||
|
||||
MAN1= lwp-mirror.1 lwp-request.1 lwp-rget.1
|
||||
MAN1= lwp-mirror.1 lwp-request.1 lwp-rget.1 lwp-download.1
|
||||
MAN3= File::CounterFile.3 File::Listing.3 Font::AFM.3 \
|
||||
HTML::AsSubs.3 HTML::Element.3 HTML::Entities.3 \
|
||||
HTML::FormatPS.3 HTML::FormatText.3 HTML::Formatter.3 \
|
||||
@ -32,7 +32,8 @@ MAN3= File::CounterFile.3 File::Listing.3 Font::AFM.3 \
|
||||
LWP::Simple.3 LWP::Socket.3 LWP::TkIO.3 LWP::UserAgent.3 \
|
||||
MIME::Base64.3 MIME::QuotedPrint.3 URI::Escape.3 \
|
||||
URI::URL.3 WWW::RobotRules.3 \
|
||||
WWW::RobotRules::AnyDBM_File.3 lwpcook.3
|
||||
WWW::RobotRules::AnyDBM_File.3 lwpcook.3 \
|
||||
HTTP::Daemon.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5
|
||||
|
||||
do-configure:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libwww-perl-5.03.tar.gz) = ca42ef9bac3f8d31d04736a4e6cae9b8
|
||||
MD5 (libwww-perl-5.07.tar.gz) = b239eb5f5f259f436b4bcc92595029d2
|
||||
|
@ -4,6 +4,7 @@ bin/POST
|
||||
bin/lwp-mirror
|
||||
bin/lwp-request
|
||||
bin/lwp-rget
|
||||
bin/lwp-download
|
||||
lib/perl5/man/man3/File::CounterFile.3.gz
|
||||
lib/perl5/man/man3/File::Listing.3.gz
|
||||
lib/perl5/man/man3/Font::AFM.3.gz
|
||||
@ -25,6 +26,7 @@ lib/perl5/man/man3/HTTP::Negotiate.3.gz
|
||||
lib/perl5/man/man3/HTTP::Request.3.gz
|
||||
lib/perl5/man/man3/HTTP::Response.3.gz
|
||||
lib/perl5/man/man3/HTTP::Status.3.gz
|
||||
lib/perl5/man/man3/HTTP::Daemon.3.gz
|
||||
lib/perl5/man/man3/LWP.3.gz
|
||||
lib/perl5/man/man3/LWP::Debug.3.gz
|
||||
lib/perl5/man/man3/LWP::IO.3.gz
|
||||
@ -76,6 +78,7 @@ lib/perl5/site_perl/HTTP/Negotiate.pm
|
||||
lib/perl5/site_perl/HTTP/Request.pm
|
||||
lib/perl5/site_perl/HTTP/Response.pm
|
||||
lib/perl5/site_perl/HTTP/Status.pm
|
||||
lib/perl5/site_perl/HTTP/Daemon.pm
|
||||
lib/perl5/site_perl/LWP.pm
|
||||
lib/perl5/site_perl/LWP/Debug.pm
|
||||
lib/perl5/site_perl/LWP/IO.pm
|
||||
@ -88,6 +91,7 @@ lib/perl5/site_perl/LWP/Protocol/gopher.pm
|
||||
lib/perl5/site_perl/LWP/Protocol/http.pm
|
||||
lib/perl5/site_perl/LWP/Protocol/mailto.pm
|
||||
lib/perl5/site_perl/LWP/Protocol/nntp.pm
|
||||
lib/perl5/site_perl/LWP/Protocol/data.pm
|
||||
lib/perl5/site_perl/LWP/RobotUA.pm
|
||||
lib/perl5/site_perl/LWP/Simple.pm
|
||||
lib/perl5/site_perl/LWP/Socket.pm
|
||||
@ -100,6 +104,7 @@ lib/perl5/site_perl/URI/Escape.pm
|
||||
lib/perl5/site_perl/URI/URL.pm
|
||||
lib/perl5/site_perl/URI/URL/_generic.pm
|
||||
lib/perl5/site_perl/URI/URL/_login.pm
|
||||
lib/perl5/site_perl/URI/URL/data.pm
|
||||
lib/perl5/site_perl/URI/URL/file.pm
|
||||
lib/perl5/site_perl/URI/URL/finger.pm
|
||||
lib/perl5/site_perl/URI/URL/ftp.pm
|
||||
@ -132,6 +137,7 @@ lib/perl5/site_perl/auto/LWP/UserAgent/proxy.al
|
||||
lib/perl5/site_perl/auto/URI/URL/_generic/_netloc_elem.al
|
||||
lib/perl5/site_perl/auto/URI/URL/_generic/abs.al
|
||||
lib/perl5/site_perl/auto/URI/URL/_generic/autosplit.ix
|
||||
lib/perl5/site_perl/auto/URI/URL/_generic/crack.al
|
||||
lib/perl5/site_perl/auto/URI/URL/_generic/eparams.al
|
||||
lib/perl5/site_perl/auto/URI/URL/_generic/epath.al
|
||||
lib/perl5/site_perl/auto/URI/URL/_generic/eq.al
|
||||
@ -151,6 +157,7 @@ lib/perl5/site_perl/auto/URI/URL/as_string.al
|
||||
lib/perl5/site_perl/auto/URI/URL/autosplit.ix
|
||||
lib/perl5/site_perl/auto/URI/URL/bad_method.al
|
||||
lib/perl5/site_perl/auto/URI/URL/base.al
|
||||
lib/perl5/site_perl/auto/URI/URL/crack.al
|
||||
lib/perl5/site_perl/auto/URI/URL/eq.al
|
||||
lib/perl5/site_perl/auto/URI/URL/escape.al
|
||||
lib/perl5/site_perl/auto/URI/URL/file/autosplit.ix
|
||||
|
Loading…
Reference in New Issue
Block a user