Date: Sun, 3 Feb 2013 11:22:54 +0000 (UTC) From: Anton Berezin <tobez@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311455 - in head/net: . p5-Net-HTTPS-Any Message-ID: <201302031122.r13BMsJS053763@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobez Date: Sun Feb 3 11:22:54 2013 New Revision: 311455 URL: http://svnweb.freebsd.org/changeset/ports/311455 Log: Add net/p5-Net-HTTPS-Any 0.10, a simple HTTPS Perl class using whichever underlying SSL module is available. Added: head/net/p5-Net-HTTPS-Any/ head/net/p5-Net-HTTPS-Any/Makefile (contents, props changed) head/net/p5-Net-HTTPS-Any/distinfo (contents, props changed) head/net/p5-Net-HTTPS-Any/pkg-descr (contents, props changed) head/net/p5-Net-HTTPS-Any/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Feb 3 10:46:21 2013 (r311454) +++ head/net/Makefile Sun Feb 3 11:22:54 2013 (r311455) @@ -594,6 +594,7 @@ SUBDIR += p5-Net-GrowlClient SUBDIR += p5-Net-HL7 SUBDIR += p5-Net-HTTP + SUBDIR += p5-Net-HTTPS-Any SUBDIR += p5-Net-HTTPS-NB SUBDIR += p5-Net-Hiveminder SUBDIR += p5-Net-INET6Glue Added: head/net/p5-Net-HTTPS-Any/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-HTTPS-Any/Makefile Sun Feb 3 11:22:54 2013 (r311455) @@ -0,0 +1,22 @@ +# Created by: Anton Berezin <tobez@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Net-HTTPS-Any +PORTVERSION= 0.10 +CATEGORIES= net perl5 www +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Simple HTTPS class using whichever underlying SSL module is available + +BUILD_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-Net-SSLeay>=1.30:${PORTSDIR}/security/p5-Net-SSLeay +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Net::HTTPS::Any.3 + +.include <bsd.port.mk> Added: head/net/p5-Net-HTTPS-Any/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-HTTPS-Any/distinfo Sun Feb 3 11:22:54 2013 (r311455) @@ -0,0 +1,2 @@ +SHA256 (Net-HTTPS-Any-0.10.tar.gz) = b82be7407761807d5fd90cc13998c3d95550cd8974f776a8abbddafef4858d17 +SIZE (Net-HTTPS-Any-0.10.tar.gz) = 5457 Added: head/net/p5-Net-HTTPS-Any/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-HTTPS-Any/pkg-descr Sun Feb 3 11:22:54 2013 (r311455) @@ -0,0 +1,5 @@ +This is a simple wrapper around either of the two available SSL +modules. It offers a unified API for sending GET and POST requests over HTTPS +and receiving responses. + +WWW: http://search.cpan.org/dist/Net-HTTPS-Any/ Added: head/net/p5-Net-HTTPS-Any/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-HTTPS-Any/pkg-plist Sun Feb 3 11:22:54 2013 (r311455) @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Net/HTTPS/Any.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/HTTPS/Any/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/HTTPS/Any +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/HTTPS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net/HTTPS +@dirrmtry %%SITE_PERL%%/Net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302031122.r13BMsJS053763>