Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (146a92efbecd70386f95503fe12fa03f1cae5f45)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (146a92efbecd70386f95503fe12fa03f1cae5f45)
  • Date: Fri, 11 May 2012 01:26:23 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
perl-cpan/net-smtp-ssl/BUILD | 1 +
perl-cpan/net-smtp-ssl/DEPENDS | 2 ++
perl-cpan/net-smtp-ssl/DETAILS | 18 ++++++++++++++++++
perl-cpan/net-smtp-ssl/HISTORY | 2 ++
perl-cpan/net-smtp-ssl/Net-SMTP-SSL-1.01.tar.gz |binary
6 files changed, 26 insertions(+)

New commits:
commit 146a92efbecd70386f95503fe12fa03f1cae5f45
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

net-smtp-ssl: new spell, SSL support for Net::SMTP

diff --git a/ChangeLog b/ChangeLog
index 8be2273..1af80e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-05-11 Ismael Luceno <ismael AT sourcemage.org>
+ * perl-cpan/net-smtp-ssl: new spell, SSL support for Net::SMTP
+
2012-05-10 Ladislav Hagara <hgr AT vabo.cz>
* shell-term-fm/qtfm: new spell, pure Qt based file manager

diff --git a/perl-cpan/net-smtp-ssl/BUILD b/perl-cpan/net-smtp-ssl/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/net-smtp-ssl/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/net-smtp-ssl/DEPENDS b/perl-cpan/net-smtp-ssl/DEPENDS
new file mode 100755
index 0000000..759bca7
--- /dev/null
+++ b/perl-cpan/net-smtp-ssl/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends io-socket-ssl
diff --git a/perl-cpan/net-smtp-ssl/DETAILS b/perl-cpan/net-smtp-ssl/DETAILS
new file mode 100755
index 0000000..41a5827
--- /dev/null
+++ b/perl-cpan/net-smtp-ssl/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=net-smtp-ssl
+ VERSION=1.01
+ SOURCE=Net-SMTP-SSL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SOURCE%.tar.gz}
+ SOURCE_URL[0]=$PERL_CPAN_URL/CPAN/authors/id/C/CW/CWEST/$SOURCE
+
SOURCE_HASH[0]=sha512:7d078830d088b18a7493820800e01743da4d771e8fb5f68bd5d2a6b035f4e40729adb7e5878cdd9a1a192a0c4e523a1c170e8733e30516804b16bc79d50e31ad
+ LICENSE=ART
+ WEB_SITE=http://search.cpan.org/~cwest/Net-SMTP-SSL/
+ ENTERED=20120511
+ KEYWORDS="perl"
+ SHORT="SSL support for Net::SMTP"
+cat << EOF
+Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its
network
+operations. Due to the nature of Net::SMTP's new method, it is not
overridden to
+make use of a default port for the SMTPS service. Perhaps future versions
will
+be smart like that. Port 465 is usually what you want, and it's not a pain to
+specify that.
+EOF
diff --git a/perl-cpan/net-smtp-ssl/HISTORY b/perl-cpan/net-smtp-ssl/HISTORY
new file mode 100644
index 0000000..eaef2bd
--- /dev/null
+++ b/perl-cpan/net-smtp-ssl/HISTORY
@@ -0,0 +1,2 @@
+2012-05-11 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
diff --git a/perl-cpan/net-smtp-ssl/Net-SMTP-SSL-1.01.tar.gz
b/perl-cpan/net-smtp-ssl/Net-SMTP-SSL-1.01.tar.gz
new file mode 100644
index 0000000..755dca1
Binary files /dev/null and b/perl-cpan/net-smtp-ssl/Net-SMTP-SSL-1.01.tar.gz
differ



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (146a92efbecd70386f95503fe12fa03f1cae5f45), Ismael Luceno, 05/11/2012

Archive powered by MHonArc 2.6.24.

Top of Page