diff options
author | jfitz <jfitz@FreeBSD.org> | 1999-03-29 17:12:04 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1999-03-29 17:12:04 +0000 |
commit | 94b1dc21584aa027c35c6bd5effd59868c786120 (patch) | |
tree | 7c0b5b57421e5c81c5fa5d92a677b17246b2a582 | |
parent | 50fb885684e8936b9658ba137ab4462fafff5676 (diff) | |
download | FreeBSD-ports-94b1dc21584aa027c35c6bd5effd59868c786120.zip FreeBSD-ports-94b1dc21584aa027c35c6bd5effd59868c786120.tar.gz |
Cleanup Makefile and pkg/DESCR
PR: ports/10390
Submitted by: Tom Hukins <tom@eborcom.com>
-rw-r--r-- | www/p5-libwww/Makefile | 8 | ||||
-rw-r--r-- | www/p5-libwww/pkg-descr | 40 |
2 files changed, 5 insertions, 43 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 97b0fc00..f6ea743 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -4,7 +4,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.28 1998/11/15 15:36:06 ache Exp $ +# $Id: Makefile,v 1.29 1999/02/02 02:57:08 asami Exp $ # DISTNAME= libwww-perl-5.36 @@ -15,9 +15,9 @@ MASTER_SITE_SUBDIR= LWP MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/MD5.pm:${PORTSDIR}/security/p5-MD5 \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MD5.pm:${PORTSDIR}/security/p5-MD5 \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser USE_PERL5= YES diff --git a/www/p5-libwww/pkg-descr b/www/p5-libwww/pkg-descr index 43fd44c..cfada1d 100644 --- a/www/p5-libwww/pkg-descr +++ b/www/p5-libwww/pkg-descr @@ -13,42 +13,4 @@ interface should be easy to extend and customize for your needs. - The main features of the library are: - - o Contains various reuseable components (modules) that - can be used separately or together. - - o Provides an object oriented model of HTTP-style - communication. Within this framework we currently - support access to http, gopher, ftp, news, file, and - mailto resources. - - o The library be used through the full object oriented - interface or through a very simple procedural - interface. - - o Support the basic and digest authorization schemes. - - o Transparent redirect handling. - - o Supports access through proxy servers. - - o URL handling (both absolute and relative URLs are - supported). - - o A parser for robots.txt files and a framework for - constructing robots. - - o An experimental HTML parser and formatters (for - PostScript and plain text). - - o The library can cooperate with Tk. A simple Tk-based - GUI browser called 'tkweb' is distributed with the Tk - extention for perl. - - o An implementation of the HTTP content negotiation - algorithm that can be used both in protocol modules and - in server scripts (like CGI scripts). - - o A simple command line client application called lwp- - request. +http://www.linpro.no/lwp/ |