[SM-Commit] GIT changes to master grimoire by Eric Sandall (53389315cc41f911d16bc4b0b480f160feefe5b7)

Eric Sandall scm at sourcemage.org
Tue Jan 10 20:59:49 EST 2012


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 ChangeLog                                           |    3 ++
 perl-cpan/crypt-ssleay/Crypt-SSLeay-0.58.tar.gz.sig |binary
 perl-cpan/crypt-ssleay/DEPENDS                      |    4 ++
 perl-cpan/crypt-ssleay/DETAILS                      |   28 ++++++++++++++++++++
 perl-cpan/crypt-ssleay/HISTORY                      |    3 ++
 5 files changed, 38 insertions(+)

New commits:
commit 53389315cc41f911d16bc4b0b480f160feefe5b7
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    perl-cpan/crypt-ssleay: Added OpenSSL support for LWP

diff --git a/ChangeLog b/ChangeLog
index ae003d4..732f88a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-01-10 Eric Sandall <sandalle at sourcemage.org>
+	* perl-cpan/crypt-ssleay: Added OpenSSL support for LWP
+
 2012-01-05 Julien "_kaze_" ROZO <julien at rozo.org>
 	* utils/razercfg: new spell, Razer device configuration tool
 
diff --git a/perl-cpan/crypt-ssleay/Crypt-SSLeay-0.58.tar.gz.sig b/perl-cpan/crypt-ssleay/Crypt-SSLeay-0.58.tar.gz.sig
new file mode 100644
index 0000000..509f83e
Binary files /dev/null and b/perl-cpan/crypt-ssleay/Crypt-SSLeay-0.58.tar.gz.sig differ
diff --git a/perl-cpan/crypt-ssleay/DEPENDS b/perl-cpan/crypt-ssleay/DEPENDS
new file mode 100755
index 0000000..51962c1
--- /dev/null
+++ b/perl-cpan/crypt-ssleay/DEPENDS
@@ -0,0 +1,4 @@
+runtime_depends openssl &&
+depends perl &&
+runtime_depends mime-base64 &&
+runtime_depends lwp
diff --git a/perl-cpan/crypt-ssleay/DETAILS b/perl-cpan/crypt-ssleay/DETAILS
new file mode 100755
index 0000000..4834f42
--- /dev/null
+++ b/perl-cpan/crypt-ssleay/DETAILS
@@ -0,0 +1,28 @@
+           SPELL=crypt-ssleay
+         VERSION=0.58
+          SOURCE=Crypt-SSLeay-$VERSION.tar.gz
+      SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Crypt-SSLeay-$VERSION
+   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/N/NA/NANIS/$SOURCE
+         LICENSE=ART
+        WEB_SITE="http://search.cpan.org/search?module=Crypt::SSLeay"
+         ENTERED=20120110
+        KEYWORDS="perl"
+           SHORT="OpenSSL support for LWP"
+cat << EOF
+This Perl module provides support for the HTTPS protocol under LWP, to allow
+an LWP::UserAgent object to perform GET, HEAD and POST requests. Please see LWP
+for more information on POST requests.
+
+The Crypt::SSLeay package provides Net::SSL, which is loaded by
+LWP::Protocol::https for https requests and provides the necessary SSL glue.
+
+This distribution also makes following deprecated modules available:
+
+    Crypt::SSLeay::CTX
+    Crypt::SSLeay::Conn
+    Crypt::SSLeay::X509
+
+Work on Crypt::SSLeay has been continued only to provide https support for the
+LWP (libwww-perl) libraries.
+EOF
diff --git a/perl-cpan/crypt-ssleay/HISTORY b/perl-cpan/crypt-ssleay/HISTORY
new file mode 100644
index 0000000..6a56d6e
--- /dev/null
+++ b/perl-cpan/crypt-ssleay/HISTORY
@@ -0,0 +1,3 @@
+2012-01-10 Eric Sandall <sandalle at sourcemage.org>
+	* Created
+


More information about the SM-Commit mailing list