[Lunar-commits] <moonbase> IO-Socket-SSL: version 1.23 added to moonbase
Duncan Gibson
engelsman at lunar-linux.org
Sun Mar 29 18:19:44 CEST 2009
commit 9892540c37e9015726d4bc179b353d9abc418c9e
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Sun Mar 29 18:19:44 2009 +0200
IO-Socket-SSL: version 1.23 added to moonbase
one of several new perl modules required for xmltv
---
perl/IO-Socket-SSL/BUILD | 6 ++++++
perl/IO-Socket-SSL/DEPENDS | 1 +
perl/IO-Socket-SSL/DETAILS | 20 ++++++++++++++++++++
3 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/perl/IO-Socket-SSL/BUILD b/perl/IO-Socket-SSL/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/IO-Socket-SSL/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/IO-Socket-SSL/DEPENDS b/perl/IO-Socket-SSL/DEPENDS
new file mode 100644
index 0000000..1dd0168
--- /dev/null
+++ b/perl/IO-Socket-SSL/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/IO-Socket-SSL/DETAILS b/perl/IO-Socket-SSL/DETAILS
new file mode 100644
index 0000000..74c86ee
--- /dev/null
+++ b/perl/IO-Socket-SSL/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=IO-Socket-SSL
+ VERSION=1.23
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/
+ SOURCE_VFY=sha1:c192dd5d220e98d329ccd161bbb2a4c56ffd6f14
+ WEB_SITE=http://search.cpan.org/~sullr/IO-Socket-SSL-1.23/
+ ENTERED=20090328
+ UPDATED=20090329
+ SHORT="Nearly transparent SSL encapsulation for IO::Socket::INET"
+
+cat << EOF
+This module is a true drop-in replacement for IO::Socket::INET that
+uses SSL to encrypt data before it is transferred to a remote server
+or client. IO::Socket::SSL supports all the extra features that one
+needs to write a full-featured SSL client or server application:
+multiple SSL contexts, cipher selection, certificate verification,
+and SSL version selection. As an extra bonus, it works perfectly
+with mod_perl.
+EOF
+
More information about the Lunar-commits
mailing list