Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 17:08:50 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365207 - in head/www: . p5-LWP-Protocol-connect
Message-ID:  <201408171708.s7HH8ovR013080@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Aug 17 17:08:50 2014
New Revision: 365207
URL: http://svnweb.freebsd.org/changeset/ports/365207
QAT: https://qat.redports.org/buildarchive/r365207/

Log:
  New port: www/p5-LWP-Protocol-connect
  
  The LWP::Protocol::connect module provides support for using https
  over a proxy via the HTTP/Connect method.
  
  WWW: http://search.cpan.org/dist/LWP-Protocol-connect/
  
  PR:		191784
  Submitted by:	Lawrence Chen <beastie@tardisi.com>

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Aug 17 17:01:45 2014	(r365206)
+++ head/www/Makefile	Sun Aug 17 17:08:50 2014	(r365207)
@@ -1045,6 +1045,7 @@
     SUBDIR += p5-LWP-MediaTypes
     SUBDIR += p5-LWP-Online
     SUBDIR += p5-LWP-Protocol-PSGI
+    SUBDIR += p5-LWP-Protocol-connect
     SUBDIR += p5-LWP-Protocol-http10
     SUBDIR += p5-LWP-Protocol-https
     SUBDIR += p5-LWP-UserAgent-Determined

Added: head/www/p5-LWP-Protocol-connect/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-LWP-Protocol-connect/Makefile	Sun Aug 17 17:08:50 2014	(r365207)
@@ -0,0 +1,27 @@
+# Created by: Lawrence Chen <beastie@tardisi.com>
+# $FreeBSD$
+
+PORTNAME=	LWP-Protocol-connect
+PORTVERSION=	6.09
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	beastie@tardisi.com
+COMMENT=	Provides HTTP/CONNECT proxy support for LWP::UserAgent
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
+		p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+		p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI \
+		p5-Net-HTTP>=6:${PORTSDIR}/net/p5-Net-HTTP
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/www/p5-LWP-Protocol-connect/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-LWP-Protocol-connect/distinfo	Sun Aug 17 17:08:50 2014	(r365207)
@@ -0,0 +1,2 @@
+SHA256 (LWP-Protocol-connect-6.09.tar.gz) = 9f252394775e23aa42c3176611e5930638ab528d5190110b4731aa5b0bf35a15
+SIZE (LWP-Protocol-connect-6.09.tar.gz) = 15208

Added: head/www/p5-LWP-Protocol-connect/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-LWP-Protocol-connect/pkg-descr	Sun Aug 17 17:08:50 2014	(r365207)
@@ -0,0 +1,4 @@
+The LWP::Protocol::connect module provides support for using https
+over a proxy via the HTTP/Connect method.
+
+WWW: http://search.cpan.org/dist/LWP-Protocol-connect/

Added: head/www/p5-LWP-Protocol-connect/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-LWP-Protocol-connect/pkg-plist	Sun Aug 17 17:08:50 2014	(r365207)
@@ -0,0 +1,16 @@
+%%PERL5_MAN3%%/LWP::Protocol::connect.3.gz
+%%SITE_PERL%%/LWP/Protocol/connect.pm
+%%SITE_PERL%%/LWP/Protocol/connect/Socket/Base.pm
+%%SITE_PERL%%/LWP/Protocol/http/connect.pm
+%%SITE_PERL%%/LWP/Protocol/http/connect/Socket.pm
+%%SITE_PERL%%/LWP/Protocol/https/connect.pm
+%%SITE_PERL%%/LWP/Protocol/https/connect/Socket.pm
+%%SITE_PERL%%/URI/connect.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol/connect/.packlist
+@dirrmtry %%SITE_PERL%%/LWP/Protocol/connect/Socket
+@dirrmtry %%SITE_PERL%%/LWP/Protocol/connect
+@dirrmtry %%SITE_PERL%%/LWP/Protocol/http/connect
+@dirrmtry %%SITE_PERL%%/LWP/Protocol/http
+@dirrmtry %%SITE_PERL%%/LWP/Protocol/https/connect
+@dirrmtry %%SITE_PERL%%/LWP/Protocol/https
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol/connect



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