Date: Mon, 24 Jun 2013 18:38:25 +0000 (UTC) From: Felippe de Meirelles Motta <lippe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321703 - in head/mail: . p5-Email-Sender-Transport-SMTP-TLS Message-ID: <201306241838.r5OIcPgi092163@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@biancalanas.net> +# $FreeBSD$ + +PORTNAME= Email-Sender-Transport-SMTP-TLS +PORTVERSION= 0.14 +CATEGORIES= mail perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ale@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 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender/Transport/SMTP/TLS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender/Transport/SMTP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender/Transport +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email +@dirrmtry %%SITE_PERL%%/Email/Sender/Transport +@dirrmtry %%SITE_PERL%%/Email/Sender +@dirrmtry %%SITE_PERL%%/Email
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306241838.r5OIcPgi092163>