diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-27 07:10:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-27 07:10:59 +0000 |
commit | 18cba9d7fa4ef20bc11b28b998233dddeb7ae32d (patch) | |
tree | fd4f0178e134e50e9dc8acc6e016d62c645457cf /www | |
parent | 81bbfb25563e0e7d2f441eff32793eb50b7549e4 (diff) | |
download | pkgsrc-18cba9d7fa4ef20bc11b28b998233dddeb7ae32d.tar.gz |
Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
Diffstat (limited to 'www')
-rw-r--r-- | www/checkbot/Makefile | 7 | ||||
-rw-r--r-- | www/checkbot/pkg/PLIST | 6 | ||||
-rw-r--r-- | www/p5-CGI/Makefile | 12 | ||||
-rw-r--r-- | www/p5-CGI/pkg/PLIST | 21 | ||||
-rw-r--r-- | www/p5-CGI_Lite/Makefile | 9 | ||||
-rw-r--r-- | www/p5-CGI_Lite/pkg/PLIST | 6 | ||||
-rw-r--r-- | www/p5-FCGI/Makefile | 7 | ||||
-rw-r--r-- | www/p5-FCGI/pkg/PLIST | 8 | ||||
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 7 | ||||
-rw-r--r-- | www/p5-HTML-Parser/pkg/PLIST | 19 | ||||
-rw-r--r-- | www/p5-URI/Makefile | 9 | ||||
-rw-r--r-- | www/p5-URI/pkg/PLIST | 48 | ||||
-rw-r--r-- | www/p5-VRML/Makefile | 7 | ||||
-rw-r--r-- | www/p5-VRML/pkg/PLIST | 21 | ||||
-rw-r--r-- | www/p5-libwww/Makefile | 7 | ||||
-rw-r--r-- | www/p5-libwww/pkg/PLIST | 87 |
16 files changed, 47 insertions, 234 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index 0f17a0f816a..93d3b1f2311 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/05/16 19:36:46 abs Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/27 07:11:24 jlam Exp $ # DISTNAME= checkbot-1.60 @@ -13,9 +13,10 @@ DEPENDS+= p5-Net-*:../../net/p5-Net DEPENDS+= p5-URI-*:../../www/p5-URI DEPENDS+= p5-libwww-*:../../www/p5-libwww -USE_PERL5= YES +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/checkbot/.packlist do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" diff --git a/www/checkbot/pkg/PLIST b/www/checkbot/pkg/PLIST index 62521083bef..65e178df182 100644 --- a/www/checkbot/pkg/PLIST +++ b/www/checkbot/pkg/PLIST @@ -1,5 +1 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/04/06 15:50:30 kim Exp $ -bin/checkbot -man/man1/checkbot.1 -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/checkbot/.packlist -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/checkbot +@comment $NetBSD: PLIST,v 1.2 2000/08/27 07:11:24 jlam Exp $ diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index a6b721f3a01..4436e03bd2e 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2000/05/11 20:04:03 christos Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/27 07:11:24 jlam Exp $ # DISTNAME= CGI.pm-2.66 @@ -8,12 +8,18 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} MAINTAINER= christos@netbsd.org -USE_PERL5= YES +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI/.packlist + +# Our perl packages install their own versions of this perl5 module. +# We need to remove this from our perl installations first. +# +CONFLICTS= perl-5.* pre-configure: ${CP} ${FILESDIR}/Makefile.PL ${WRKSRC}/Makefile.PL do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI/pkg/PLIST b/www/p5-CGI/pkg/PLIST index 718c5636db8..65e178df182 100644 --- a/www/p5-CGI/pkg/PLIST +++ b/www/p5-CGI/pkg/PLIST @@ -1,20 +1 @@ -@comment $NetBSD: PLIST,v 1.1 2000/05/11 20:04:05 christos Exp $ -lib/perl5/man/man3/CGI::Fast.3 -lib/perl5/man/man3/CGI::Carp.3 -lib/perl5/man/man3/CGI::Pretty.3 -lib/perl5/man/man3/CGI::Push.3 -lib/perl5/man/man3/CGI.3 -lib/perl5/man/man3/CGI::Switch.3 -lib/perl5/man/man3/CGI::Apache.3 -lib/perl5/man/man3/CGI::Cookie.3 -lib/perl5/site_perl/CGI/Util.pm -lib/perl5/site_perl/CGI/Carp.pm -lib/perl5/site_perl/CGI/Fast.pm -lib/perl5/site_perl/CGI/Push.pm -lib/perl5/site_perl/CGI/Pretty.pm -lib/perl5/site_perl/CGI/Cookie.pm -lib/perl5/site_perl/CGI/Apache.pm -lib/perl5/site_perl/CGI/Switch.pm -lib/perl5/site_perl/CGI.pm -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/CGI/.packlist -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/CGI +@comment $NetBSD: PLIST,v 1.2 2000/08/27 07:11:24 jlam Exp $ diff --git a/www/p5-CGI_Lite/Makefile b/www/p5-CGI_Lite/Makefile index 3c4152956cb..c590c68e666 100644 --- a/www/p5-CGI_Lite/Makefile +++ b/www/p5-CGI_Lite/Makefile @@ -1,23 +1,24 @@ -# $NetBSD: Makefile,v 1.3 1999/04/15 20:39:47 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/27 07:11:24 jlam Exp $ # DISTNAME= CGI_Lite-1.62.pm PKGNAME= p5-CGI_Lite-1.62 -NO_WRKSUBDIR= YES CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} EXTRACT_SUFX= .gz MAINTAINER= bad@netbsd.org -USE_PERL5= YES +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI_Lite/.packlist +NO_WRKSUBDIR= # defined EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} > CGI_Lite.pm pre-configure: ${CP} ${FILESDIR}/Makefile.PL ${WRKDIR}/Makefile.PL do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI_Lite/pkg/PLIST b/www/p5-CGI_Lite/pkg/PLIST index 0612905e8a4..bd6939ab0d5 100644 --- a/www/p5-CGI_Lite/pkg/PLIST +++ b/www/p5-CGI_Lite/pkg/PLIST @@ -1,5 +1 @@ -@comment $NetBSD: PLIST,v 1.2 1999/04/08 18:51:59 agc Exp $ -lib/perl5/man/man3/CGI_Lite.3 -lib/perl5/site_perl/CGI_Lite.pm -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/CGI_Lite/.packlist -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/CGI_Lite +@comment $NetBSD: PLIST,v 1.3 2000/08/27 07:11:24 jlam Exp $ diff --git a/www/p5-FCGI/Makefile b/www/p5-FCGI/Makefile index 434b606ae04..ec56ac4ed21 100644 --- a/www/p5-FCGI/Makefile +++ b/www/p5-FCGI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/12/01 16:39:32 rh Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/27 07:11:24 jlam Exp $ # DISTNAME= FCGI-0.48 @@ -9,9 +9,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.fastcgi.com/ -USE_PERL5= YES +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/FCGI/.packlist do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-FCGI/pkg/PLIST b/www/p5-FCGI/pkg/PLIST index f56c0f98a8b..fc7d9a7adfe 100644 --- a/www/p5-FCGI/pkg/PLIST +++ b/www/p5-FCGI/pkg/PLIST @@ -1,7 +1 @@ -@comment $NetBSD: PLIST,v 1.2 1999/04/08 18:51:59 agc Exp $ -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/FCGI/.packlist -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/FCGI/FCGI.bs -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/FCGI/FCGI.so -lib/perl5/site_perl/FCGI.pm -lib/perl5/man/man3/FCGI.3 -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/FCGI +@comment $NetBSD: PLIST,v 1.3 2000/08/27 07:11:25 jlam Exp $ diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile index b51f93e8dce..a66ab807098 100644 --- a/www/p5-HTML-Parser/Makefile +++ b/www/p5-HTML-Parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/07/03 09:17:55 mjl Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/27 07:11:25 jlam Exp $ # DISTNAME= HTML-Parser-3.10 @@ -8,9 +8,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} MAINTAINER= packages@netbsd.org -USE_PERL5= YES +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Parser/.packlist do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-Parser/pkg/PLIST b/www/p5-HTML-Parser/pkg/PLIST index 597b200dc3f..02d7b968a18 100644 --- a/www/p5-HTML-Parser/pkg/PLIST +++ b/www/p5-HTML-Parser/pkg/PLIST @@ -1,18 +1 @@ -@comment $NetBSD: PLIST,v 1.3 2000/07/03 09:17:56 mjl Exp $ -lib/perl5/man/man3/HTML::Parser.3 -lib/perl5/man/man3/HTML::Entities.3 -lib/perl5/man/man3/HTML::Filter.3 -lib/perl5/man/man3/HTML::HeadParser.3 -lib/perl5/man/man3/HTML::TokeParser.3 -lib/perl5/man/man3/HTML::LinkExtor.3 -lib/perl5/site_perl/HTML/Parser.pm -lib/perl5/site_perl/HTML/Entities.pm -lib/perl5/site_perl/HTML/Filter.pm -lib/perl5/site_perl/HTML/HeadParser.pm -lib/perl5/site_perl/HTML/LinkExtor.pm -lib/perl5/site_perl/HTML/TokeParser.pm -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/HTML/Parser/.packlist -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/HTML/Parser/Parser.bs -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/HTML/Parser/Parser.so -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/HTML/Parser -@dirrm lib/perl5/site_perl/HTML +@comment $NetBSD: PLIST,v 1.4 2000/08/27 07:11:25 jlam Exp $ diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index 524d9fef376..a8739cef5a5 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/07/03 09:36:13 mjl Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/27 07:11:25 jlam Exp $ # DISTNAME= URI-1.07 @@ -8,13 +8,14 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} MAINTAINER= packages@netbsd.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/MIME/Base64.pm:../../converters/p5-MIME-Base64 +BUILD_DEPENDS= ${PERL5_SITEARCH}/auto/MIME/Base64/.packlist:../../converters/p5-MIME-Base64 CONFLICTS+= p5-libwww-5.36 # URI used to be part of that package -USE_PERL5= YES +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/URI/.packlist do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-URI/pkg/PLIST b/www/p5-URI/pkg/PLIST index 19d20e8b26a..fc7d9a7adfe 100644 --- a/www/p5-URI/pkg/PLIST +++ b/www/p5-URI/pkg/PLIST @@ -1,47 +1 @@ -@comment $NetBSD: PLIST,v 1.2 2000/07/03 09:36:14 mjl Exp $ -lib/perl5/man/man3/URI.3 -lib/perl5/man/man3/URI::Escape.3 -lib/perl5/man/man3/URI::Heuristic.3 -lib/perl5/man/man3/URI::URL.3 -lib/perl5/man/man3/URI::WithBase.3 -lib/perl5/man/man3/URI::data.3 -lib/perl5/man/man3/URI::file.3 -lib/perl5/man/man3/URI::ldap.3 -lib/perl5/site_perl/URI.pm -lib/perl5/site_perl/URI/Escape.pm -lib/perl5/site_perl/URI/Heuristic.pm -lib/perl5/site_perl/URI/URL.pm -lib/perl5/site_perl/URI/WithBase.pm -lib/perl5/site_perl/URI/_foreign.pm -lib/perl5/site_perl/URI/_generic.pm -lib/perl5/site_perl/URI/_login.pm -lib/perl5/site_perl/URI/_query.pm -lib/perl5/site_perl/URI/_segment.pm -lib/perl5/site_perl/URI/_server.pm -lib/perl5/site_perl/URI/_userpass.pm -lib/perl5/site_perl/URI/data.pm -lib/perl5/site_perl/URI/file.pm -lib/perl5/site_perl/URI/file/Base.pm -lib/perl5/site_perl/URI/file/FAT.pm -lib/perl5/site_perl/URI/file/Mac.pm -lib/perl5/site_perl/URI/file/OS2.pm -lib/perl5/site_perl/URI/file/QNX.pm -lib/perl5/site_perl/URI/file/Unix.pm -lib/perl5/site_perl/URI/file/Win32.pm -lib/perl5/site_perl/URI/ftp.pm -lib/perl5/site_perl/URI/gopher.pm -lib/perl5/site_perl/URI/http.pm -lib/perl5/site_perl/URI/https.pm -lib/perl5/site_perl/URI/ldap.pm -lib/perl5/site_perl/URI/mailto.pm -lib/perl5/site_perl/URI/news.pm -lib/perl5/site_perl/URI/nntp.pm -lib/perl5/site_perl/URI/pop.pm -lib/perl5/site_perl/URI/rlogin.pm -lib/perl5/site_perl/URI/rsync.pm -lib/perl5/site_perl/URI/snews.pm -lib/perl5/site_perl/URI/telnet.pm -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/URI/.packlist -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/URI -@dirrm lib/perl5/site_perl/URI/file -@dirrm lib/perl5/site_perl/URI +@comment $NetBSD: PLIST,v 1.3 2000/08/27 07:11:25 jlam Exp $ diff --git a/www/p5-VRML/Makefile b/www/p5-VRML/Makefile index 80ac332be0b..f914ca4a04f 100644 --- a/www/p5-VRML/Makefile +++ b/www/p5-VRML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/12/28 12:57:18 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/27 07:11:25 jlam Exp $ # DISTNAME= VRML-1.04 @@ -9,9 +9,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=VRML/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gfz-potsdam.de/~palm/software/VRML/doc/VRML.pm.html -USE_PERL5= YES +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/VRML/.packlist do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-VRML/pkg/PLIST b/www/p5-VRML/pkg/PLIST index 0052d8efef1..fc7d9a7adfe 100644 --- a/www/p5-VRML/pkg/PLIST +++ b/www/p5-VRML/pkg/PLIST @@ -1,20 +1 @@ -@comment $NetBSD: PLIST,v 1.2 2000/04/20 04:08:54 mbw Exp $ -lib/perl5/site_perl/VRML/Color.pm -lib/perl5/site_perl/VRML/VRML1/Standard.pm -lib/perl5/site_perl/VRML/VRML1.pm -lib/perl5/site_perl/VRML/VRML2/Standard.pm -lib/perl5/site_perl/VRML/VRML2.pm -lib/perl5/site_perl/VRML/Base.pm -lib/perl5/site_perl/VRML.pm -lib/perl5/man/man3/VRML::Color.3 -lib/perl5/man/man3/VRML.3 -lib/perl5/man/man3/VRML::VRML1.3 -lib/perl5/man/man3/VRML::VRML1::Standard.3 -lib/perl5/man/man3/VRML::Base.3 -lib/perl5/man/man3/VRML::VRML2.3 -lib/perl5/man/man3/VRML::VRML2::Standard.3 -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/VRML/.packlist -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/VRML -@dirrm lib/perl5/site_perl/VRML/VRML1 -@dirrm lib/perl5/site_perl/VRML/VRML2 -@dirrm lib/perl5/site_perl/VRML +@comment $NetBSD: PLIST,v 1.3 2000/08/27 07:11:25 jlam Exp $ diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 131f44284e5..cc864a0af02 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/07/03 09:49:19 mjl Exp $ +# $NetBSD: Makefile,v 1.15 2000/08/27 07:11:25 jlam Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp # @@ -15,9 +15,10 @@ DEPENDS+= p5-MIME-Base64-*:../../converters/p5-MIME-Base64 DEPENDS+= p5-HTML-Parser-*:../../www/p5-HTML-Parser DEPENDS+= p5-URI-*:../../www/p5-URI -USE_PERL5= YES +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/libwww-perl/.packlist do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-libwww/pkg/PLIST b/www/p5-libwww/pkg/PLIST index 45c6c8e443c..c77b6dabe8a 100644 --- a/www/p5-libwww/pkg/PLIST +++ b/www/p5-libwww/pkg/PLIST @@ -1,86 +1 @@ -@comment $NetBSD: PLIST,v 1.7 2000/07/03 09:49:20 mjl Exp $ -bin/GET -bin/HEAD -bin/POST -bin/lwp-download -bin/lwp-mirror -bin/lwp-request -bin/lwp-rget -lib/perl5/man/man3/Bundle::LWP.3 -lib/perl5/man/man3/File::Listing.3 -lib/perl5/man/man3/HTML::Form.3 -lib/perl5/man/man3/HTTP::Cookies.3 -lib/perl5/man/man3/HTTP::Daemon.3 -lib/perl5/man/man3/HTTP::Date.3 -lib/perl5/man/man3/HTTP::Headers.3 -lib/perl5/man/man3/HTTP::Headers::Util.3 -lib/perl5/man/man3/HTTP::Message.3 -lib/perl5/man/man3/HTTP::Negotiate.3 -lib/perl5/man/man3/HTTP::Request.3 -lib/perl5/man/man3/HTTP::Request::Common.3 -lib/perl5/man/man3/HTTP::Response.3 -lib/perl5/man/man3/HTTP::Status.3 -lib/perl5/man/man3/LWP.3 -lib/perl5/man/man3/LWP::Debug.3 -lib/perl5/man/man3/LWP::MediaTypes.3 -lib/perl5/man/man3/LWP::MemberMixin.3 -lib/perl5/man/man3/LWP::Protocol.3 -lib/perl5/man/man3/LWP::RobotUA.3 -lib/perl5/man/man3/LWP::Simple.3 -lib/perl5/man/man3/LWP::UserAgent.3 -lib/perl5/man/man3/WWW::RobotRules.3 -lib/perl5/man/man3/WWW::RobotRules::AnyDBM_File.3 -lib/perl5/man/man3/lwpcook.3 -lib/perl5/site_perl/Bundle/LWP.pm -lib/perl5/site_perl/File/Listing.pm -lib/perl5/site_perl/HTML/Form.pm -lib/perl5/site_perl/HTTP/Cookies.pm -lib/perl5/site_perl/HTTP/Daemon.pm -lib/perl5/site_perl/HTTP/Date.pm -lib/perl5/site_perl/HTTP/Headers.pm -lib/perl5/site_perl/HTTP/Headers/Auth.pm -lib/perl5/site_perl/HTTP/Headers/ETag.pm -lib/perl5/site_perl/HTTP/Headers/Util.pm -lib/perl5/site_perl/HTTP/Message.pm -lib/perl5/site_perl/HTTP/Negotiate.pm -lib/perl5/site_perl/HTTP/Request.pm -lib/perl5/site_perl/HTTP/Request/Common.pm -lib/perl5/site_perl/HTTP/Response.pm -lib/perl5/site_perl/HTTP/Status.pm -lib/perl5/site_perl/LWP.pm -lib/perl5/site_perl/LWP/Authen/Basic.pm -lib/perl5/site_perl/LWP/Authen/Digest.pm -lib/perl5/site_perl/LWP/Debug.pm -lib/perl5/site_perl/LWP/MediaTypes.pm -lib/perl5/site_perl/LWP/MemberMixin.pm -lib/perl5/site_perl/LWP/Protocol.pm -lib/perl5/site_perl/LWP/Protocol/data.pm -lib/perl5/site_perl/LWP/Protocol/file.pm -lib/perl5/site_perl/LWP/Protocol/ftp.pm -lib/perl5/site_perl/LWP/Protocol/gopher.pm -lib/perl5/site_perl/LWP/Protocol/http.pm -lib/perl5/site_perl/LWP/Protocol/https.pm -lib/perl5/site_perl/LWP/Protocol/mailto.pm -lib/perl5/site_perl/LWP/Protocol/nntp.pm -lib/perl5/site_perl/LWP/RobotUA.pm -lib/perl5/site_perl/LWP/Simple.pm -lib/perl5/site_perl/LWP/UserAgent.pm -lib/perl5/site_perl/LWP/media.types -lib/perl5/site_perl/WWW/RobotRules.pm -lib/perl5/site_perl/WWW/RobotRules/AnyDBM_File.pm -man/man1/lwp-download.1 -man/man1/lwp-mirror.1 -man/man1/lwp-request.1 -man/man1/lwp-rget.1 -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/libwww-perl/.packlist -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/libwww-perl -@dirrm lib/perl5/site_perl/HTTP/Request -@dirrm lib/perl5/site_perl/HTTP/Headers -@dirrm lib/perl5/site_perl/HTTP -@dirrm lib/perl5/site_perl/LWP/Protocol -@dirrm lib/perl5/site_perl/LWP/Authen -@dirrm lib/perl5/site_perl/LWP -@dirrm lib/perl5/site_perl/WWW/RobotRules -@dirrm lib/perl5/site_perl/WWW -@dirrm lib/perl5/site_perl/File -@dirrm lib/perl5/site_perl/Bundle +@comment $NetBSD: PLIST,v 1.8 2000/08/27 07:11:26 jlam Exp $ |