diff options
author | mjl <mjl@pkgsrc.org> | 2000-07-03 09:49:19 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2000-07-03 09:49:19 +0000 |
commit | d40dd8834469704918932afbd5040eb7cabee8b2 (patch) | |
tree | ea3358fb629705be0dcbf9f3a8a875596bb08b54 /www/p5-libwww | |
parent | f0cc7f1b3af525eb3a9ecd6c3016befbe7c73de2 (diff) | |
download | pkgsrc-d40dd8834469704918932afbd5040eb7cabee8b2.tar.gz |
Update to 5.48. Changes:
README.SSL update by Marko Asplund <aspa@hip.fi>
Added cookie example to lwpcook.pod
HTTP::Date::str2time returns undef on failure instead
of an empty list as suggested by Markus B Krüger <markusk@pvv.org>
$request->uri($uri) will now always store a copy of the $uri.
HTTP::Status: Added status codes from RFC 2616 and RFC 2518 (WebDAV)
LWP::RobotUA will not parse robots.txt unless content type and
content sample looks right.
LWP::UserAgent: Deal with multiple WWW-Authenticate headers.
Patch by Hugo <hv@crypt.compulink.co.uk>
$ua->proxy can now return the old proxy settings without
destroying the old one.
Based on patch by Benjamin Low <ben@snrc.uow.edu.au>
LWP::Protocol::http update
- don't terminate header parsing on bad headers
- extra_sock_opts
- preparations for keep alive support
- method CONNECT
WWW::RobotRules deal with various absolute URIs in the
disallow lines.
Makefile.PL: Make sure we have HTML::TokeParser
Added HTML::Form to the distribution.
LWP::Protocol::http: Kill any Connection header
LWP::MediaTypes: Fixed builtin html/text mapping.
Added bz2 to suffixEncoding
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/Makefile | 4 | ||||
-rw-r--r-- | www/p5-libwww/files/md5 | 4 | ||||
-rw-r--r-- | www/p5-libwww/pkg/DESCR | 40 | ||||
-rw-r--r-- | www/p5-libwww/pkg/PLIST | 114 |
4 files changed, 62 insertions, 100 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 0b6e20f3594..131f44284e5 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 1999/12/28 17:09:15 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2000/07/03 09:49:19 mjl Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp # -DISTNAME= libwww-perl-5.46 +DISTNAME= libwww-perl-5.48 PKGNAME= p5-${DISTNAME:S/-perl-/-/} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} diff --git a/www/p5-libwww/files/md5 b/www/p5-libwww/files/md5 index c225c035187..123d7a36b43 100644 --- a/www/p5-libwww/files/md5 +++ b/www/p5-libwww/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 1999/12/02 15:16:20 rh Exp $ +$NetBSD: md5,v 1.5 2000/07/03 09:49:20 mjl Exp $ -MD5 (libwww-perl-5.46.tar.gz) = e5cd29d4146c070daa3540bf49214756 +MD5 (libwww-perl-5.48.tar.gz) = 11d9f78392bf9bbb234254522fa0fa22 diff --git a/www/p5-libwww/pkg/DESCR b/www/p5-libwww/pkg/DESCR index 43fd44c9e4c..c8fd5c950c4 100644 --- a/www/p5-libwww/pkg/DESCR +++ b/www/p5-libwww/pkg/DESCR @@ -12,43 +12,3 @@ a simple and powerful interface to these services. The 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. diff --git a/www/p5-libwww/pkg/PLIST b/www/p5-libwww/pkg/PLIST index 4bb2fb82e2a..45c6c8e443c 100644 --- a/www/p5-libwww/pkg/PLIST +++ b/www/p5-libwww/pkg/PLIST @@ -1,75 +1,77 @@ -@comment $NetBSD: PLIST,v 1.6 1999/12/02 15:16:20 rh Exp $ -bin/lwp-download -bin/lwp-request -bin/lwp-rget -bin/lwp-mirror +@comment $NetBSD: PLIST,v 1.7 2000/07/03 09:49:20 mjl Exp $ bin/GET bin/HEAD bin/POST -man/man1/lwp-download.1 -man/man1/lwp-mirror.1 -man/man1/lwp-request.1 -man/man1/lwp-rget.1 -lib/perl5/site_perl/HTTP/Request/Common.pm -lib/perl5/site_perl/HTTP/Request.pm -lib/perl5/site_perl/HTTP/Headers/Util.pm +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/Response.pm -lib/perl5/site_perl/HTTP/Daemon.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/HTTP/Message.pm -lib/perl5/site_perl/HTTP/Cookies.pm -lib/perl5/site_perl/HTTP/Headers.pm -lib/perl5/site_perl/HTTP/Date.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/https.pm -lib/perl5/site_perl/LWP/Protocol/nntp.pm -lib/perl5/site_perl/LWP/Protocol/http.pm -lib/perl5/site_perl/LWP/Protocol/mailto.pm lib/perl5/site_perl/LWP/Protocol/data.pm lib/perl5/site_perl/LWP/Protocol/file.pm -lib/perl5/site_perl/LWP/Protocol/gopher.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/Debug.pm +lib/perl5/site_perl/LWP/Simple.pm lib/perl5/site_perl/LWP/UserAgent.pm -lib/perl5/site_perl/LWP/Authen/Digest.pm -lib/perl5/site_perl/LWP/Authen/Basic.pm -lib/perl5/site_perl/LWP/MediaTypes.pm lib/perl5/site_perl/LWP/media.types -lib/perl5/site_perl/LWP/MemberMixin.pm -lib/perl5/site_perl/LWP/Simple.pm lib/perl5/site_perl/WWW/RobotRules.pm lib/perl5/site_perl/WWW/RobotRules/AnyDBM_File.pm -lib/perl5/site_perl/File/Listing.pm -lib/perl5/site_perl/LWP.pm -lib/perl5/site_perl/Bundle/LWP.pm -lib/perl5/man/man3/HTTP::Negotiate.3 -lib/perl5/man/man3/HTTP::Request::Common.3 -lib/perl5/man/man3/LWP::UserAgent.3 -lib/perl5/man/man3/LWP.3 -lib/perl5/man/man3/HTTP::Status.3 -lib/perl5/man/man3/LWP::Protocol.3 -lib/perl5/man/man3/HTTP::Message.3 -lib/perl5/man/man3/LWP::MediaTypes.3 -lib/perl5/man/man3/HTTP::Headers::Util.3 -lib/perl5/man/man3/HTTP::Request.3 -lib/perl5/man/man3/HTTP::Cookies.3 -lib/perl5/man/man3/Bundle::LWP.3 -lib/perl5/man/man3/LWP::RobotUA.3 -lib/perl5/man/man3/HTTP::Response.3 -lib/perl5/man/man3/LWP::MemberMixin.3 -lib/perl5/man/man3/lwpcook.3 -lib/perl5/man/man3/HTTP::Daemon.3 -lib/perl5/man/man3/WWW::RobotRules.3 -lib/perl5/man/man3/LWP::Debug.3 -lib/perl5/man/man3/File::Listing.3 -lib/perl5/man/man3/HTTP::Headers.3 -lib/perl5/man/man3/LWP::Simple.3 -lib/perl5/man/man3/HTTP::Date.3 -lib/perl5/man/man3/WWW::RobotRules::AnyDBM_File.3 +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 |