svn commit: r365207 - in head/www: . p5-LWP-Protocol-connect
Kurt Jaeger
pi at FreeBSD.org
Sun Aug 17 17:08:51 UTC 2014
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 at 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 at tardisi.com>
+# $FreeBSD$
+
+PORTNAME= LWP-Protocol-connect
+PORTVERSION= 6.09
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= beastie at 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
+ at dirrmtry %%SITE_PERL%%/LWP/Protocol/connect/Socket
+ at dirrmtry %%SITE_PERL%%/LWP/Protocol/connect
+ at dirrmtry %%SITE_PERL%%/LWP/Protocol/http/connect
+ at dirrmtry %%SITE_PERL%%/LWP/Protocol/http
+ at dirrmtry %%SITE_PERL%%/LWP/Protocol/https/connect
+ at dirrmtry %%SITE_PERL%%/LWP/Protocol/https
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol/connect
More information about the svn-ports-head
mailing list