svn commit: r370902 - in head/mail: . p5-Email-Sender-Transport-SMTPS

Jun Kuriyama kuriyama at FreeBSD.org
Wed Oct 15 10:45:34 UTC 2014


Author: kuriyama
Date: Wed Oct 15 10:45:32 2014
New Revision: 370902
URL: https://svnweb.freebsd.org/changeset/ports/370902
QAT: https://qat.redports.org/buildarchive/r370902/

Log:
  This transport is used to send email over SMTP, either with or without
  secure sockets (SSL/TLS). it uses the great Net::SMTPS.
  
  This module is recommended than Email::Sender::Transport::TLS.
  
  WWW: http://search.cpan.org/dist/Email-Sender-Transport-SMTPS/

Added:
  head/mail/p5-Email-Sender-Transport-SMTPS/
  head/mail/p5-Email-Sender-Transport-SMTPS/Makefile   (contents, props changed)
  head/mail/p5-Email-Sender-Transport-SMTPS/distinfo   (contents, props changed)
  head/mail/p5-Email-Sender-Transport-SMTPS/pkg-descr   (contents, props changed)
  head/mail/p5-Email-Sender-Transport-SMTPS/pkg-plist   (contents, props changed)
Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Wed Oct 15 09:23:42 2014	(r370901)
+++ head/mail/Makefile	Wed Oct 15 10:45:32 2014	(r370902)
@@ -319,6 +319,7 @@
     SUBDIR += p5-Email-Send
     SUBDIR += p5-Email-Sender
     SUBDIR += p5-Email-Sender-Transport-SMTP-TLS
+    SUBDIR += p5-Email-Sender-Transport-SMTPS
     SUBDIR += p5-Email-Sender-Transport-SQLite
     SUBDIR += p5-Email-Simple
     SUBDIR += p5-Email-Simple-FromHandle

Added: head/mail/p5-Email-Sender-Transport-SMTPS/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Email-Sender-Transport-SMTPS/Makefile	Wed Oct 15 10:45:32 2014	(r370902)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	Email-Sender-Transport-SMTPS
+PORTVERSION=	0.03
+CATEGORIES=	mail perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	kuriyama at FreeBSD.org
+COMMENT=	Perl extension for Email::Sender::Transport::SMTPS
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+RUN_DEPENDS=	\
+	p5-Email-Sender>=1.300006:${PORTSDIR}/mail/p5-Email-Sender \
+	p5-Net-SMTPS>=0.03:${PORTSDIR}/mail/p5-Net-SMTPS
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	modbuildtiny
+
+.include <bsd.port.mk>

Added: head/mail/p5-Email-Sender-Transport-SMTPS/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Email-Sender-Transport-SMTPS/distinfo	Wed Oct 15 10:45:32 2014	(r370902)
@@ -0,0 +1,2 @@
+SHA256 (Email-Sender-Transport-SMTPS-0.03.tar.gz) = 8b5364940e3865444497d92e1ab18ffdf36afa4e60f873ad3face81cf6e7b35a
+SIZE (Email-Sender-Transport-SMTPS-0.03.tar.gz) = 12450

Added: head/mail/p5-Email-Sender-Transport-SMTPS/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Email-Sender-Transport-SMTPS/pkg-descr	Wed Oct 15 10:45:32 2014	(r370902)
@@ -0,0 +1,6 @@
+This transport is used to send email over SMTP, either with or without
+secure sockets (SSL/TLS). it uses the great Net::SMTPS.
+
+This module is recommended than Email::Sender::Transport::TLS.
+
+WWW: http://search.cpan.org/dist/Email-Sender-Transport-SMTPS/

Added: head/mail/p5-Email-Sender-Transport-SMTPS/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Email-Sender-Transport-SMTPS/pkg-plist	Wed Oct 15 10:45:32 2014	(r370902)
@@ -0,0 +1,4 @@
+%%PERL5_MAN3%%/Email::Sender::Transport::SMTPS.3.gz
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender/Transport/SMTPS/.packlist
+%%SITE_PERL%%/Email/Sender/Transport/SMTPS.pm
+ at dirrmtry %%SITE_PERL%%/Email/Sender/Transport


More information about the svn-ports-all mailing list