Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.036 02 Apr 2024 19:12:51 |
Kurt Jaeger (pi) |
www/p5-Test-LWP-UserAgent: update 0.030 -> 0.036
Changes: https://metacpan.org/dist/Test-LWP-UserAgent/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.030 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.030 30 May 2021 19:59:34 |
Po-Chuan Hsieh (sunpoet) |
www/p5-Test-LWP-UserAgent: Add NO_ARCH
Approved by: portmgr (blanket) |
0.030 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.030 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.030 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.030 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.030 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.030 22 Jun 2017 23:42:58 |
sunpoet |
Remove Perl core modules
With hat: perl |
0.030 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.030 18 Aug 2015 11:08:02 |
pi |
www/p5-Test-LWP-UserAgent: 0.028 -> 0.030
- factor a few bits of HTTP::Response-specific code out into private
methods, to ease future refactoring
- some clarification and expansion to documentation |
0.028 06 May 2015 20:45:10 |
pi |
www/p5-Test-LWP-UserAgent: 0.027 -> 0.028
Changes:
- report on the versions of more networking modules, to try to track
down mysterious failed network connections during testing |
0.027 31 Mar 2015 17:54:01 |
pi |
www/p5-Test-LWP-UserAgent: 0.026 -> 0.027
http://cpansearch.perl.org/src/ETHER/Test-LWP-UserAgent-0.027/Changes
register_psgi, unregister_psgi, map_response, map_network_response
and unmap_all all return their invocant, to allow for method
chaining (Tom Hukins, github #2) |
0.026 18 Jan 2015 10:55:55 |
pi |
New port: www/p5-Test-LWP-UserAgent
LWP::UserAgent suitable for simulating and testing network calls.
It overrides a few key low-level methods of LWP::UserAgent that are
concerned with actually sending your request over the network,
allowing an interception of that request and simulating a particular
response. This greatly facilitates testing of client networking
code where the server follows a known protocol.
WWW: http://search.cpan.org/dist/Test-LWP-UserAgent/ |