2007-11-24 17:18:16 by Adrian Portelli | Files touched by this commit (1) |
Log message:
Add missing options.mk
|
2007-11-24 17:17:47 by Adrian Portelli | Files touched by this commit (3) |
Log message:
As Darwin can be installed on a case-sensitive file system don't assume
that just because the OS is Darwin we don't want aliases.
This adds an options.mk so that if users want to they can install the
aliases on Darwin.
No change in the defaults
|
2007-11-23 09:46:33 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Don't install aliases "GET", "HEAD" and "POST" \
under Mac OS X.
At least "HEAD" causes problems on a case-insensitive filesystem because
it will be confused with "/usr/bin/head". Bump package revision.
|
2007-11-07 10:45:01 by Klaus Heinz | Files touched by this commit (3) |
Log message:
Changed default behaviour to make the package install the GET, HEAD and
POST symlinks to lwp-request, as suggested in PR pkg/30737.
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2007-10-01 13:35:21 by Klaus Heinz | Files touched by this commit (1) |
Log message:
Instead of suppressing the interactive questions concerning the installation
of some executable skripts (lwp-*) tell MakeMaker to use the default answers
provided in Makefile.PL.
This should solve PR pkg/30737 from Joern Clausen.
|
2007-09-30 19:45:26 by Thomas Klausner | Files touched by this commit (25) |
Log message:
Reset maintainer -- shell@ is inactive.
|
2007-08-30 01:21:49 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 5.808:
Get rid of t/live/validator test. Too much JavaScript madness
for it to be a sane LWP test.
|
2007-08-07 08:15:46 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 5.807:
2007-07-31 Gisle Aas
Release 5.807
Apply patch correction from CPAN RT #26152
More laxed t/live/validator test.
|
2007-07-28 10:50:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 5.806:
2007-07-17 Gisle Aas
Release 5.806
Added progress callback to LWP::UserAgent.
HTTP::Daemon didn't avoid content in responses to HEAD requests
Add support for HTTP Expect header to HTTP::Daemon (CPAN RT #27933)
Fix t/base/message.t so tests are skipped if Encode is not
installed. (CPAN RT #25286)
Add HTML::Tagset as a prerequisite to Makefile.PL
Do not clobber $_ in LWP::Protocol::nntp (CPAN RT #25132)
Fix lwp-download so it can download files with an "_" in the filename
(CPAN RT#26207)
Quiet complaints from HTML::HeadParser when dealing with undecoded
UTF-8 data. (CPAN RT#20274)
When both IO::Socket::SSL and Net::SSL are loaded, use the latter
(CPAN RT #26152)
Allows SSL to work much more reliably:
(CPAN RT #23372)
Allow text/vnd.wap.wml and application/vnd.oasis.opendocument.text
in content-type field in lwp-request (CPAN RT #26151)
Add default media type for XML in LWP::MediaTypes (CPAN RT #21093)
Added chunked test by Andreas J. Koenig
|