From owner-svn-ports-head@freebsd.org Thu Aug 25 15:07:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D1FABC6212; Thu, 25 Aug 2016 15:07:05 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0ED314A4; Thu, 25 Aug 2016 15:07:04 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7PF73o3021481; Thu, 25 Aug 2016 15:07:03 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7PF735K021476; Thu, 25 Aug 2016 15:07:03 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201608251507.u7PF735K021476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 25 Aug 2016 15:07:03 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2016 15:07:05 -0000 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 +# $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 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