Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2016 13:15:28 +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: r420847 - in head/www: . p5-LWP-Protocol-socks
Message-ID:  <201608251315.u7PDFSU8079434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Aug 25 13:15:28 2016
New Revision: 420847
URL: https://svnweb.freebsd.org/changeset/ports/420847

Log:
  Add p5-LWP-Protocol-socks 1.7, adds support for the socks protocol and
  proxy facility in LWP.

Added:
  head/www/p5-LWP-Protocol-socks/
  head/www/p5-LWP-Protocol-socks/Makefile   (contents, props changed)
  head/www/p5-LWP-Protocol-socks/distinfo   (contents, props changed)
  head/www/p5-LWP-Protocol-socks/pkg-descr   (contents, props changed)
  head/www/p5-LWP-Protocol-socks/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Aug 25 13:15:02 2016	(r420846)
+++ head/www/Makefile	Thu Aug 25 13:15:28 2016	(r420847)
@@ -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

Added: head/www/p5-LWP-Protocol-socks/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-LWP-Protocol-socks/Makefile	Thu Aug 25 13:15:28 2016	(r420847)
@@ -0,0 +1,22 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+# $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 <bsd.port.mk>

Added: head/www/p5-LWP-Protocol-socks/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-LWP-Protocol-socks/distinfo	Thu Aug 25 13:15:28 2016	(r420847)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1472128334
+SHA256 (LWP-Protocol-socks-1.7.tar.gz) = 768c7f80dc20a8e91aa7868f548193edb10dca16039519d97dff2690cbb40b4e
+SIZE (LWP-Protocol-socks-1.7.tar.gz) = 4570

Added: head/www/p5-LWP-Protocol-socks/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-LWP-Protocol-socks/pkg-descr	Thu Aug 25 13:15:28 2016	(r420847)
@@ -0,0 +1,3 @@
+Adds support for the socks protocol and proxy facility in LWP.
+
+WWW: http://search.cpan.org/dist/LWP-Protocol-socks/

Added: head/www/p5-LWP-Protocol-socks/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-LWP-Protocol-socks/pkg-plist	Thu Aug 25 13:15:28 2016	(r420847)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608251315.u7PDFSU8079434>