1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Fix pkg-plist

- Take over as MAINTAINER
- Fix formatting in Makefile

PR:		27000
Submitted by:	    Pete Fritchman <petef@databits.net>
This commit is contained in:
Michael Haro 2001-05-01 00:50:41 +00:00
parent bcc578974a
commit 1aa45a323b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42114
3 changed files with 19 additions and 37 deletions

View File

@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= LWP
DISTNAME= libwww-perl-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= petef@databits.net
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5 \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \
@ -23,35 +23,15 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= lwp-download.1 \
lwp-mirror.1 \
lwp-request.1 \
lwp-rget.1
MAN3= Bundle::LWP.3 \
File::Listing.3 \
HTML::Form.3 \
HTTP::Cookies.3 \
HTTP::Daemon.3 \
HTTP::Date.3 \
HTTP::Headers.3 \
HTTP::Headers::Util.3 \
HTTP::Message.3 \
HTTP::Negotiate.3 \
HTTP::Request.3 \
HTTP::Request::Common.3 \
HTTP::Response.3 \
HTTP::Status.3 \
LWP.3 \
LWP::Debug.3 \
LWP::MediaTypes.3 \
LWP::MemberMixin.3 \
LWP::Protocol.3 \
LWP::RobotUA.3 \
LWP::Simple.3 \
LWP::UserAgent.3 \
WWW::RobotRules.3 \
WWW::RobotRules::AnyDBM_File.3 \
lwpcook.3
MAN1= lwp-download.1 lwp-mirror.1 lwp-request.1 lwp-rget.1
MAN3= Bundle::LWP.3 File::Listing.3 HTML::Form.3 HTTP::Cookies.3 \
HTTP::Daemon.3 HTTP::Date.3 HTTP::Headers.3 HTTP::Headers::Util.3 \
HTTP::Message.3 HTTP::Negotiate.3 HTTP::Request.3 \
HTTP::Request::Common.3 HTTP::Response.3 HTTP::Status.3 LWP.3 \
LWP::Debug.3 LWP::MediaTypes.3 LWP::MemberMixin.3 LWP::Protocol.3 \
LWP::RobotUA.3 LWP::Simple.3 LWP::UserAgent.3 WWW::RobotRules.3 \
WWW::RobotRules::AnyDBM_File.3 lwpcook.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}

View File

@ -4,13 +4,13 @@
provide classes and functions that allow you to write WWW
clients, thus libwww-perl said to be a WWW client library.
The library also contain modules that are of more general
use.
use.
The main architecture of the library is object oriented.
The user agent, requests sent and responses received from
the WWW server are all represented by objects. This makes
a simple and powerful interface to these services. The
interface should be easy to extend and customize for your
needs.
needs.
WWW: http://www.linpro.no/lwp/

View File

@ -42,18 +42,20 @@ lib/perl5/site_perl/%%PERL_VER%%/LWP/RobotUA.pm
lib/perl5/site_perl/%%PERL_VER%%/LWP/Simple.pm
lib/perl5/site_perl/%%PERL_VER%%/LWP/UserAgent.pm
lib/perl5/site_perl/%%PERL_VER%%/LWP/media.types
lib/perl5/site_perl/%%PERL_VER%%/Net/HTTP.pm
lib/perl5/site_perl/%%PERL_VER%%/WWW/RobotRules.pm
lib/perl5/site_perl/%%PERL_VER%%/WWW/RobotRules/AnyDBM_File.pm
lib/perl5/site_perl/%%PERL_VER%%/lwpcook.pod
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libwww-perl/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/RobotRules
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/WWW 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
@dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP/Authen
@dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP/Protocol
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/LWP 2>/dev/null || true
@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTTP/Headers
@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTTP/Request
@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTTP
@dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP/Authen
@dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP/Protocol
@dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP
@dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/RobotRules
@dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libwww-perl
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Bundle 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true