summaryrefslogtreecommitdiff
path: root/www/p5-libwww
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1999-03-29 17:12:04 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1999-03-29 17:12:04 +0000
commitf6f05762c0ad77ecbc2ee7107558ca2216043f49 (patch)
tree722a1d7614f0683f647810fcc243b2d98f80f6bd /www/p5-libwww
parentUpgrade to v2.7.2 (diff)
Cleanup Makefile and pkg/DESCR
PR: ports/10390 Submitted by: Tom Hukins <tom@eborcom.com>
Notes
Notes: svn path=/head/; revision=17438
Diffstat (limited to 'www/p5-libwww')
-rw-r--r--www/p5-libwww/Makefile8
-rw-r--r--www/p5-libwww/pkg-descr40
2 files changed, 5 insertions, 43 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile
index 97b0fc003ecb..f6ea743b7a24 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 43fd44c9e4c2..cfada1dbef7b 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/