svn commit: r321703 - in head/mail: . p5-Email-Sender-Transport-SMTP-TLS
Felippe de Meirelles Motta
lippe at FreeBSD.org
Mon Jun 24 18:38:26 UTC 2013
Author: lippe
Date: Mon Jun 24 18:38:25 2013
New Revision: 321703
URL: http://svnweb.freebsd.org/changeset/ports/321703
Log:
Email::Sender replaces the old and sometimes problematic Email::Send library,
while this module replaces the Email::Send::SMTP::TLS.
WWW: http://search.cpan.org/dist/Email-Sender-Transport-SQLite/
PR: ports/179891
Submitted by: Alexandre Biancalana <ale at biancalanas.net>
Added:
head/mail/p5-Email-Sender-Transport-SMTP-TLS/
head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile (contents, props changed)
head/mail/p5-Email-Sender-Transport-SMTP-TLS/distinfo (contents, props changed)
head/mail/p5-Email-Sender-Transport-SMTP-TLS/pkg-descr (contents, props changed)
head/mail/p5-Email-Sender-Transport-SMTP-TLS/pkg-plist (contents, props changed)
Modified:
head/mail/Makefile
Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile Mon Jun 24 18:36:18 2013 (r321702)
+++ head/mail/Makefile Mon Jun 24 18:38:25 2013 (r321703)
@@ -351,6 +351,7 @@
SUBDIR += p5-Email-Reply
SUBDIR += p5-Email-Send
SUBDIR += p5-Email-Sender
+ SUBDIR += p5-Email-Sender-Transport-SMTP-TLS
SUBDIR += p5-Email-Sender-Transport-SQLite
SUBDIR += p5-Email-Simple
SUBDIR += p5-Email-Stuff
Added: head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile Mon Jun 24 18:38:25 2013 (r321703)
@@ -0,0 +1,21 @@
+# Created by: Alexandre Biancalana <ale at biancalanas.net>
+# $FreeBSD$
+
+PORTNAME= Email-Sender-Transport-SMTP-TLS
+PORTVERSION= 0.14
+CATEGORIES= mail perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ale at biancalanas.net
+COMMENT= Email::Sender with Net::SMTP::TLS (Eg. Gmail)
+
+RUN_DEPENDS= p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender \
+ p5-Net-SMTP-TLS-ButMaintained>=0.2:${PORTSDIR}/mail/p5-Net-SMTP-TLS-ButMaintained
+BUILD_DEPENDS:= ${RUN_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Email::Sender::Transport::SMTP::TLS.3
+
+.include <bsd.port.mk>
Added: head/mail/p5-Email-Sender-Transport-SMTP-TLS/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/p5-Email-Sender-Transport-SMTP-TLS/distinfo Mon Jun 24 18:38:25 2013 (r321703)
@@ -0,0 +1,2 @@
+SHA256 (Email-Sender-Transport-SMTP-TLS-0.14.tar.gz) = ea7369a11bb3bcf36e0d43348c0fcc0ec65bf4eecf5c28e9d11a5aeb3a5b66b7
+SIZE (Email-Sender-Transport-SMTP-TLS-0.14.tar.gz) = 13208
Added: head/mail/p5-Email-Sender-Transport-SMTP-TLS/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/p5-Email-Sender-Transport-SMTP-TLS/pkg-descr Mon Jun 24 18:38:25 2013 (r321703)
@@ -0,0 +1,4 @@
+Email::Sender replaces the old and sometimes problematic Email::Send library,
+while this module replaces the Email::Send::SMTP::TLS.
+
+WWW: http://search.cpan.org/dist/Email-Sender-Transport-SQLite/
Added: head/mail/p5-Email-Sender-Transport-SMTP-TLS/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/p5-Email-Sender-Transport-SMTP-TLS/pkg-plist Mon Jun 24 18:38:25 2013 (r321703)
@@ -0,0 +1,10 @@
+%%SITE_PERL%%/Email/Sender/Transport/SMTP/TLS.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender/Transport/SMTP/TLS/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender/Transport/SMTP/TLS
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender/Transport/SMTP
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender/Transport
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email
+ at dirrmtry %%SITE_PERL%%/Email/Sender/Transport
+ at dirrmtry %%SITE_PERL%%/Email/Sender
+ at dirrmtry %%SITE_PERL%%/Email
More information about the svn-ports-head
mailing list