Date: Thu, 25 Aug 2016 15:07:03 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420859 - in head/www: . p5-HTTP-ProxyPAC Message-ID: <201608251507.u7PF735K021476@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Aug 25 15:07:03 2016 New Revision: 420859 URL: https://svnweb.freebsd.org/changeset/ports/420859 Log: Add p5-HTTP-ProxyPAC 0.31, use a proxy auto config file to get proxy info. Added: head/www/p5-HTTP-ProxyPAC/ head/www/p5-HTTP-ProxyPAC/Makefile (contents, props changed) head/www/p5-HTTP-ProxyPAC/distinfo (contents, props changed) head/www/p5-HTTP-ProxyPAC/pkg-descr (contents, props changed) head/www/p5-HTTP-ProxyPAC/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Aug 25 14:53:19 2016 (r420858) +++ head/www/Makefile Thu Aug 25 15:07:03 2016 (r420859) @@ -989,6 +989,7 @@ SUBDIR += p5-HTTP-Parser SUBDIR += p5-HTTP-Parser-XS SUBDIR += p5-HTTP-Proxy + SUBDIR += p5-HTTP-ProxyPAC SUBDIR += p5-HTTP-Recorder SUBDIR += p5-HTTP-Request-AsCGI SUBDIR += p5-HTTP-Request-Params Added: head/www/p5-HTTP-ProxyPAC/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-ProxyPAC/Makefile Thu Aug 25 15:07:03 2016 (r420859) @@ -0,0 +1,21 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= HTTP-ProxyPAC +PORTVERSION= 0.31 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Use a proxy auto config file to get proxy info + +BUILD_DEPENDS= p5-JE>0:www/p5-JE \ + p5-URI>=0:net/p5-URI \ + p5-libwww>=0:www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/www/p5-HTTP-ProxyPAC/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-ProxyPAC/distinfo Thu Aug 25 15:07:03 2016 (r420859) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472137044 +SHA256 (HTTP-ProxyPAC-0.31.tar.gz) = 475d280b10901866ed6167230d93534ee107540f9778178c893002a068d2b640 +SIZE (HTTP-ProxyPAC-0.31.tar.gz) = 12252 Added: head/www/p5-HTTP-ProxyPAC/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-ProxyPAC/pkg-descr Thu Aug 25 15:07:03 2016 (r420859) @@ -0,0 +1,3 @@ +Use a proxy auto config file to get proxy info. + +WWW: http://search.cpan.org/dist/HTTP-ProxyPAC/ Added: head/www/p5-HTTP-ProxyPAC/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-ProxyPAC/pkg-plist Thu Aug 25 15:07:03 2016 (r420859) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/HTTP/ProxyPAC.pm +%%SITE_PERL%%/HTTP/ProxyPAC/Functions.pm +%%SITE_PERL%%/HTTP/ProxyPAC/Result.pm +%%PERL5_MAN3%%/HTTP::ProxyPAC.3.gz +%%PERL5_MAN3%%/HTTP::ProxyPAC::Result.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608251507.u7PF735K021476>