[Midnightbsd-cvs] mports [19520] trunk/www: add lwp protocol https and mozilla ca perl ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Jun 24 21:15:39 EDT 2015
Revision: 19520
http://svnweb.midnightbsd.org/mports/?rev=19520
Author: laffer1
Date: 2015-06-24 21:15:38 -0400 (Wed, 24 Jun 2015)
Log Message:
-----------
add lwp protocol https and mozilla ca perl ports
Modified Paths:
--------------
trunk/www/Makefile
Added Paths:
-----------
trunk/www/p5-LWP-Protocol-https/
trunk/www/p5-LWP-Protocol-https/Makefile
trunk/www/p5-LWP-Protocol-https/distinfo
trunk/www/p5-LWP-Protocol-https/pkg-descr
trunk/www/p5-LWP-Protocol-https/pkg-plist
trunk/www/p5-Mozilla-CA/
trunk/www/p5-Mozilla-CA/Makefile
trunk/www/p5-Mozilla-CA/distinfo
trunk/www/p5-Mozilla-CA/pkg-descr
trunk/www/p5-Mozilla-CA/pkg-plist
Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile 2015-06-24 12:04:57 UTC (rev 19519)
+++ trunk/www/Makefile 2015-06-25 01:15:38 UTC (rev 19520)
@@ -80,6 +80,8 @@
SUBDIR += p5-HTTP-Message
SUBDIR += p5-HTTP-Negotiate
SUBDIR += p5-LWP-MediaTypes
+SUBDIR += p5-LWP-Protocol-https
+SUBDIR += p5-Mozilla-CA
SUBDIR += p5-Template-GD
SUBDIR += p5-Template-Toolkit
SUBDIR += p5-WWW-Curl
Added: trunk/www/p5-LWP-Protocol-https/Makefile
===================================================================
--- trunk/www/p5-LWP-Protocol-https/Makefile (rev 0)
+++ trunk/www/p5-LWP-Protocol-https/Makefile 2015-06-25 01:15:38 UTC (rev 19520)
@@ -0,0 +1,26 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD: head/www/p5-LWP-Protocol-https/Makefile 373448 2014-11-26 13:08:24Z mat $
+# $MidnightBSD$
+
+PORTNAME= LWP-Protocol-https
+PORTVERSION= 6.06
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Provide https support for LWP::UserAgent
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+# We remove p5-libwww here to avoid cyclic dependency
+BUILD_DEPENDS= p5-IO-Socket-SSL>=1.54:${PORTSDIR}/security/p5-IO-Socket-SSL \
+ p5-Mozilla-CA>=20110101:${PORTSDIR}/www/p5-Mozilla-CA \
+ p5-Net-HTTP>=6:${PORTSDIR}/net/p5-Net-HTTP
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+USES= perl5
+
+.include <bsd.port.mk>
Property changes on: trunk/www/p5-LWP-Protocol-https/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-LWP-Protocol-https/distinfo
===================================================================
--- trunk/www/p5-LWP-Protocol-https/distinfo (rev 0)
+++ trunk/www/p5-LWP-Protocol-https/distinfo 2015-06-25 01:15:38 UTC (rev 19520)
@@ -0,0 +1,2 @@
+SHA256 (LWP-Protocol-https-6.06.tar.gz) = b86c83cc1dcf4a6f84e2fbe32f9c39591a36e6e418af00533505f3452496adef
+SIZE (LWP-Protocol-https-6.06.tar.gz) = 8376
Property changes on: trunk/www/p5-LWP-Protocol-https/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-LWP-Protocol-https/pkg-descr
===================================================================
--- trunk/www/p5-LWP-Protocol-https/pkg-descr (rev 0)
+++ trunk/www/p5-LWP-Protocol-https/pkg-descr 2015-06-25 01:15:38 UTC (rev 19520)
@@ -0,0 +1,18 @@
+The LWP::Protocol::https module provide support for using https schemed URLs
+with LWP. This module is a plug-in to the LWP protocol handling, so you don't
+use it directly. Once the module is installed LWP is able to access sites using
+HTTP over SSL/TLS.
+
+If hostname verification is requested by LWP::UserAgent's ssl_opts, and neither
+SSL_ca_file nor SSL_ca_path is set, then SSL_ca_file is implied to be the one
+provided by Mozilla::CA. If the Mozilla::CA module isn't available SSL requests
+will fail. Either install this module, set up an alternative SSL_ca_file or
+disable hostname verification.
+
+This module used to be bundled with the libwww-perl, but it was unbundled in
+v6.02 in order to be able to declare its dependencies properly for the CPAN
+tool-chain. Applications that need https support can just declare their
+dependency on LWP::Protocol::https and will no longer need to know what
+underlying modules to install.
+
+WWW: http://search.cpan.org/dist/LWP-Protocol-https/
Property changes on: trunk/www/p5-LWP-Protocol-https/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-LWP-Protocol-https/pkg-plist
===================================================================
--- trunk/www/p5-LWP-Protocol-https/pkg-plist (rev 0)
+++ trunk/www/p5-LWP-Protocol-https/pkg-plist 2015-06-25 01:15:38 UTC (rev 19520)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/LWP/Protocol/https.pm
+%%PERL5_MAN3%%/LWP::Protocol::https.3.gz
Property changes on: trunk/www/p5-LWP-Protocol-https/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Mozilla-CA/Makefile
===================================================================
--- trunk/www/p5-Mozilla-CA/Makefile (rev 0)
+++ trunk/www/p5-Mozilla-CA/Makefile 2015-06-25 01:15:38 UTC (rev 19520)
@@ -0,0 +1,16 @@
+# $MidnightBSD$
+# $FreeBSD: head/www/p5-Mozilla-CA/Makefile 378550 2015-02-06 18:47:46Z pi $
+
+PORTNAME= Mozilla-CA
+PORTVERSION= 20141217
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Perl extension for Mozilla CA cert bundle in PEM format
+
+USES= perl5
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/www/p5-Mozilla-CA/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Mozilla-CA/distinfo
===================================================================
--- trunk/www/p5-Mozilla-CA/distinfo (rev 0)
+++ trunk/www/p5-Mozilla-CA/distinfo 2015-06-25 01:15:38 UTC (rev 19520)
@@ -0,0 +1,2 @@
+SHA256 (Mozilla-CA-20141217.tar.gz) = b753c9aceb20388482eb7f371b86e9e7bbc43feb0f87b3d9e10f7728d1720d30
+SIZE (Mozilla-CA-20141217.tar.gz) = 151260
Property changes on: trunk/www/p5-Mozilla-CA/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Mozilla-CA/pkg-descr
===================================================================
--- trunk/www/p5-Mozilla-CA/pkg-descr (rev 0)
+++ trunk/www/p5-Mozilla-CA/pkg-descr 2015-06-25 01:15:38 UTC (rev 19520)
@@ -0,0 +1,5 @@
+Mozilla::CA provides a copy of Mozilla's bundle of Certificate
+Authority certificates in a form that can be consumed by modules and
+libraries based on OpenSSL.
+
+WWW: http://search.cpan.org/dist/Mozilla-CA/
Property changes on: trunk/www/p5-Mozilla-CA/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Mozilla-CA/pkg-plist
===================================================================
--- trunk/www/p5-Mozilla-CA/pkg-plist (rev 0)
+++ trunk/www/p5-Mozilla-CA/pkg-plist 2015-06-25 01:15:38 UTC (rev 19520)
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/Mozilla/CA.pm
+%%SITE_PERL%%/Mozilla/CA/cacert.pem
+%%SITE_PERL%%/Mozilla/mk-ca-bundle.pl
+%%PERL5_MAN3%%/Mozilla::CA.3.gz
Property changes on: trunk/www/p5-Mozilla-CA/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list