From fbe9154b383c3d6e116d335a4a9f3c848aa274c0 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Thu, 25 Aug 2016 13:15:28 +0000 Subject: [PATCH] Add p5-LWP-Protocol-socks 1.7, adds support for the socks protocol and proxy facility in LWP. --- www/Makefile | 1 + www/p5-LWP-Protocol-socks/Makefile | 22 ++++++++++++++++++++++ www/p5-LWP-Protocol-socks/distinfo | 3 +++ www/p5-LWP-Protocol-socks/pkg-descr | 3 +++ www/p5-LWP-Protocol-socks/pkg-plist | 7 +++++++ 5 files changed, 36 insertions(+) create mode 100644 www/p5-LWP-Protocol-socks/Makefile create mode 100644 www/p5-LWP-Protocol-socks/distinfo create mode 100644 www/p5-LWP-Protocol-socks/pkg-descr create mode 100644 www/p5-LWP-Protocol-socks/pkg-plist diff --git a/www/Makefile b/www/Makefile index 528714b265ce..1a3213c3ce31 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1031,6 +1031,7 @@ SUBDIR += p5-LWP-Protocol-connect SUBDIR += p5-LWP-Protocol-http10 SUBDIR += p5-LWP-Protocol-https + SUBDIR += p5-LWP-Protocol-socks SUBDIR += p5-LWP-UserAgent-Determined SUBDIR += p5-LWP-UserAgent-POE SUBDIR += p5-LWP-UserAgent-WithCache diff --git a/www/p5-LWP-Protocol-socks/Makefile b/www/p5-LWP-Protocol-socks/Makefile new file mode 100644 index 000000000000..7fc01435d3d9 --- /dev/null +++ b/www/p5-LWP-Protocol-socks/Makefile @@ -0,0 +1,22 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= LWP-Protocol-socks +PORTVERSION= 1.7 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Adds support for the socks protocol and proxy facility in LWP + +BUILD_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-IO-Socket-Socks>=0:net/p5-IO-Socket-Socks \ + p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ + p5-libwww>=0:www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include diff --git a/www/p5-LWP-Protocol-socks/distinfo b/www/p5-LWP-Protocol-socks/distinfo new file mode 100644 index 000000000000..562ee4143635 --- /dev/null +++ b/www/p5-LWP-Protocol-socks/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1472128334 +SHA256 (LWP-Protocol-socks-1.7.tar.gz) = 768c7f80dc20a8e91aa7868f548193edb10dca16039519d97dff2690cbb40b4e +SIZE (LWP-Protocol-socks-1.7.tar.gz) = 4570 diff --git a/www/p5-LWP-Protocol-socks/pkg-descr b/www/p5-LWP-Protocol-socks/pkg-descr new file mode 100644 index 000000000000..d56845557997 --- /dev/null +++ b/www/p5-LWP-Protocol-socks/pkg-descr @@ -0,0 +1,3 @@ +Adds support for the socks protocol and proxy facility in LWP. + +WWW: http://search.cpan.org/dist/LWP-Protocol-socks/ diff --git a/www/p5-LWP-Protocol-socks/pkg-plist b/www/p5-LWP-Protocol-socks/pkg-plist new file mode 100644 index 000000000000..bd1b151e0869 --- /dev/null +++ b/www/p5-LWP-Protocol-socks/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/LWP/Protocol/socks.pm +%%SITE_PERL%%/LWP/Protocol/socks4.pm +%%SITE_PERL%%/URI/socks.pm +%%SITE_PERL%%/URI/socks4.pm +%%PERL5_MAN3%%/LWP::Protocol::socks.3.gz +%%PERL5_MAN3%%/LWP::Protocol::socks4.3.gz +%%PERL5_MAN3%%/URI::socks.3.gz