summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2011-03-07 11:40:06 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2011-03-07 11:40:06 +0000
commit88cfd861c1f40bf291fb88bdc4c811306a1714c1 (patch)
tree4b95ba6b4461da2b7087bf576a7b89b7954189cc /security
parent- Update to 0.10 (diff)
This module extends existing IO::Async classes with extra methods to
allow the use of SSL or TLS-based connections using IO::Socket::SSL. WWW: http://search.cpan.org/dist/IO-Async-SSL/ PR: ports/155336 Submitted by: "ports@c0decafe.net" <ports@c0decafe.net>
Notes
Notes: svn path=/head/; revision=270429
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/p5-IO-Async-SSL/Makefile25
-rw-r--r--security/p5-IO-Async-SSL/distinfo2
-rw-r--r--security/p5-IO-Async-SSL/pkg-descr4
-rw-r--r--security/p5-IO-Async-SSL/pkg-plist6
5 files changed, 38 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index a946a099d87f..922d9e551021 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -529,6 +529,7 @@
SUBDIR += p5-GSSAPI
SUBDIR += p5-GnuPG-Interface
SUBDIR += p5-HTML-Email-Obfuscate
+ SUBDIR += p5-IO-Async-SSL
SUBDIR += p5-IO-Socket-SSL
SUBDIR += p5-Jifty-Plugin-OpenID
SUBDIR += p5-MD5
diff --git a/security/p5-IO-Async-SSL/Makefile b/security/p5-IO-Async-SSL/Makefile
new file mode 100644
index 000000000000..72efd86d516b
--- /dev/null
+++ b/security/p5-IO-Async-SSL/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-IO-Async-SSL
+# Date created: 2011-03-07
+# Whom: <ports@c0decafe.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= IO-Async-SSL
+PORTVERSION= 0.06
+CATEGORIES= security perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= ../../authors/id/P/PE/PEVANS
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@c0decafe.net
+COMMENT= Use SSL/TLS with IO::Async
+
+RUN_DEPENDS= p5-IO-Async>=0.29:${PORTSDIR}/devel/p5-IO-Async\
+ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
+
+PERL_CONFIGURE= yes
+
+MAN3= IO::Async::SSLStream.3 IO::Async::SSL.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-IO-Async-SSL/distinfo b/security/p5-IO-Async-SSL/distinfo
new file mode 100644
index 000000000000..027552435403
--- /dev/null
+++ b/security/p5-IO-Async-SSL/distinfo
@@ -0,0 +1,2 @@
+SHA256 (IO-Async-SSL-0.06.tar.gz) = bb064b9afa3f80b44623b213853471b94c577a7fdd39b03b3bff7a7a7ab570c9
+SIZE (IO-Async-SSL-0.06.tar.gz) = 21272
diff --git a/security/p5-IO-Async-SSL/pkg-descr b/security/p5-IO-Async-SSL/pkg-descr
new file mode 100644
index 000000000000..3c441809587f
--- /dev/null
+++ b/security/p5-IO-Async-SSL/pkg-descr
@@ -0,0 +1,4 @@
+This module extends existing IO::Async classes with extra methods to
+allow the use of SSL or TLS-based connections using IO::Socket::SSL.
+
+WWW: http://search.cpan.org/dist/IO-Async-SSL/
diff --git a/security/p5-IO-Async-SSL/pkg-plist b/security/p5-IO-Async-SSL/pkg-plist
new file mode 100644
index 000000000000..816642e40496
--- /dev/null
+++ b/security/p5-IO-Async-SSL/pkg-plist
@@ -0,0 +1,6 @@
+@comment $FreeBSD$
+%%SITE_PERL%%/IO/Async/SSLStream.pm
+%%SITE_PERL%%/IO/Async/SSL.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async/SSL/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async/SSL
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async