Port details |
- p5-HTTP-Proxy Pure Perl HTTP proxy
- 0.304 www =3 0.304Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2004-03-23 17:05:03
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: nc, p5-Date-Chinese, newfile, p5-MIME-Tools, pure-ftpd
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/HTTP-Proxy
- Description:
- This module implements a HTTP proxy, using a HTTP::Daemon to accept client
connections, and a LWP::UserAgent to ask for the requested pages.
The most interesting feature of this proxy object is its hability to filter the
HTTP requests and responses through user-defined filters.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-HTTP-Proxy>0:www/p5-HTTP-Proxy
- To install the port:
- cd /usr/ports/www/p5-HTTP-Proxy/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-HTTP-Proxy
- pkg install p5-HTTP-Proxy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-HTTP-Proxy
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (HTTP-Proxy-0.304.tar.gz) = b05290534ec73625c21a0565fc35170890dab163843d95331c292c23f504c69d
SIZE (HTTP-Proxy-0.304.tar.gz) = 84402
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-HTTP-Daemon>=1.25 : www/p5-HTTP-Daemon
- p5-HTML-Parser>=3 : www/p5-HTML-Parser
- p5-libwww>=6 : www/p5-libwww
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-HTTP-Daemon>=1.25 : www/p5-HTTP-Daemon
- p5-HTML-Parser>=3 : www/p5-HTML-Parser
- p5-libwww>=6 : www/p5-libwww
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- www/p5-FEAR-API
- www/p5-HTTP-Recorder
- for Run
-
- www/p5-FEAR-API
- www/p5-HTTP-Recorder
Configuration Options:
- No options to configure
- Options name:
- www_p5-HTTP-Proxy
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.304 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.304 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.304 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.304 20 May 2019 13:04:24 |
mat |
Remove Created by lines where I am the one. |
0.304 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.304 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.304 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.304 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.304 17 Jun 2015 17:25:17 |
sunpoet |
- Update to 0.304
- Add NO_ARCH
Changes: http://search.cpan.org/dist/HTTP-Proxy/Changes |
0.303 30 Apr 2015 20:36:34 |
adamw |
Update to 0.303, and sort plist.
Note that there is a new unit test failure (t/23connect.t). Part of the
ChangeLog for 0.303 is "fixing" 23connect.t, though it worked on FreeBSD
in 0.302.
Changes: https://metacpan.org/changes/distribution/HTTP-Proxy |
0.302 14 Feb 2015 17:30:39 |
adamw |
Update to 0.302.
Changes: https://metacpan.org/changes/distribution/HTTP-Proxy |
0.301_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.301 08 Aug 2014 01:33:59 |
leeym |
- update to 0.301 |
0.300 07 Nov 2013 13:55:25 |
vanilla |
support STAGEDIR. |
0.300 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.300 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.300 21 May 2013 22:29:46 |
kuriyama |
- Upgrade to 0.300 (0.29 is unfetchable). |
0.29 20 Mar 2013 08:38:51 |
culot |
- Update to 0.29
Changes: http://search.cpan.org/dist/HTTP-Proxy/Changes |
0.28 15 Mar 2013 09:46:56 |
tobez |
Update to 0.28.
Changes: http://search.cpan.org/dist/HTTP-Proxy/Changes |
0.27 08 Mar 2013 10:22:23 |
culot |
- Update to 0.27
Changes: http://search.cpan.org/dist/HTTP-Proxy/Changes |
0.26 08 Feb 2013 08:10:15 |
culot |
- Update to 0.26
- Add LICENSE (Artistic 1 & GPL 1)
- Remove leading article from COMMENT
- Trim Makefile's header
Changes: http://search.cpan.org/dist/HTTP-Proxy/Changes |
0.25 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
0.25 05 Jun 2012 13:12:33 |
culot |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
0.25 05 Jul 2011 15:30:08 |
jadawin |
- Update to 0.25
- Changelog: http://cpansearch.perl.org/src/BOOK/HTTP-Proxy-0.25/Changes |
0.24 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.24 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
0.24 18 Aug 2009 06:07:32 |
az |
Update to 0.24
Changelog: http://cpansearch.perl.org/src/BOOK/HTTP-Proxy-0.24/Changes |
0.23 16 Aug 2009 09:55:32 |
linimon |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.23 12 Feb 2009 16:28:46 |
mat |
Update to 0.23 |
0.22 05 May 2008 11:35:35 |
mat |
Update to 0.22 |
0.21 21 Apr 2008 12:41:31 |
mat |
Update to 0.21 |
0.20 31 Aug 2007 13:37:23 |
mat |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims. |
0.20 19 Aug 2006 11:55:18 |
mat |
Update to 0.20
PR: 102240
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
0.19 14 Jun 2006 09:06:34 |
mat |
Update to 0.19
PR: 98317
Submitted by: Rong-En Fan <rafan@infor.org> |
0.17 22 Jan 2006 02:58:25 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.17 22 Nov 2005 12:05:17 |
mat |
Update to 0.17 |
0.16 06 Sep 2005 13:45:56 |
mat |
Those were missing from the previous update |
0.16 06 Sep 2005 13:42:41 |
mat |
Update to 0.16 |
0.15 02 Jun 2005 11:56:03 |
mat |
Fix plist (well, in fact, break it for now) so that ports/79330 can be
committed without breaking them.
Approved by: portmgr (kris) |
0.15 06 Apr 2005 14:57:47 |
mat |
Update to 0.15 |
0.14 05 Apr 2005 11:03:44 |
mat |
Update to 0.14 |
0.13 15 Apr 2004 12:01:15 |
mat |
Remove the .orig files because perl 5.005 will think it's clever to install them
Found out by: dosirak.kr |
0.13 23 Mar 2004 17:02:07 |
mat |
Add p5-HTTP-Proxy 0.13, a pure Perl HTTP proxy. |