[Midnightbsd-cvs] mports: mports/mail: Add p5-Net-SMTP-SSL for git (web).

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 16 15:50:59 EDT 2008


Log Message:
-----------
Add p5-Net-SMTP-SSL for git (web).

Reorder Makefile so it isn't so out of alphabetic order

Modified Files:
--------------
    mports/mail:
        Makefile (r1.47 -> r1.48)

Added Files:
-----------
    mports/mail/p5-Net-SMTP-SSL:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/Makefile,v
retrieving revision 1.47
retrieving revision 1.48
diff -L mail/Makefile -L mail/Makefile -u -r1.47 -r1.48
--- mail/Makefile
+++ mail/Makefile
@@ -34,6 +34,8 @@
     SUBDIR += p5-Email-MIME-Encodings
     SUBDIR += p5-Email-MIME-Modifier
     SUBDIR += p5-Email-MessageID
+    SUBDIR += p5-Email-Send
+    SUBDIR += p5-Email-Simple
     SUBDIR += p5-FuzzyOcr
     SUBDIR += p5-MIME-Lite
     SUBDIR += p5-MIME-Tools
@@ -43,10 +45,9 @@
     SUBDIR += p5-Mail-SPF
     SUBDIR += p5-Mail-SPF-Query
     SUBDIR += p5-Mail-Sendmail
-    SUBDIR += p5-Email-Send
-    SUBDIR += p5-Email-Simple
     SUBDIR += p5-Mail-SpamAssassin
     SUBDIR += p5-Mail-Tools
+    SUBDIR += p5-Net-SMTP-SSL
     SUBDIR += pantomime
     SUBDIR += php5-imap
     SUBDIR += pine-pgp-filters
--- /dev/null
+++ mail/p5-Net-SMTP-SSL/pkg-descr
@@ -0,0 +1,7 @@
+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.
+
+WWW: http://search.cpan.org/dist/Net-SMTP-SSL/
--- /dev/null
+++ mail/p5-Net-SMTP-SSL/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/Net/SMTP/SSL.pm
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/SSL
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+ at dirrmtry %%SITE_PERL%%/Net/SMTP
+ at dirrmtry %%SITE_PERL%%/Net
--- /dev/null
+++ mail/p5-Net-SMTP-SSL/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for:	p5-Net-SMTP-SSL
+# Date created:		June 22, 2008
+# Whom:			Wesley Shields <wxs at FreeBSD.org>
+#
+# $MidnightBSD: mports/mail/p5-Net-SMTP-SSL/Makefile,v 1.1 2008/10/16 19:50:56 laffer1 Exp $
+# $FreeBSD: ports/mail/p5-Net-SMTP-SSL/Makefile,v 1.1 2008/06/22 22:45:10 wxs Exp $
+#
+
+PORTNAME=	Net-SMTP-SSL
+PORTVERSION=	1.01
+CATEGORIES=	mail perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	An SMTP client supporting SSL
+LICENSE=	perl
+
+BUILD_DEPENDS=	${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Net::SMTP::SSL.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ mail/p5-Net-SMTP-SSL/distinfo
@@ -0,0 +1,3 @@
+MD5 (Net-SMTP-SSL-1.01.tar.gz) = ba039288ebf7a343feecacd374da8c1a
+SHA256 (Net-SMTP-SSL-1.01.tar.gz) = 13599c46bc7ce47fc151ace89d0625294b62154c3a20c7ff7e7614d1f2ee6289
+SIZE (Net-SMTP-SSL-1.01.tar.gz) = 1806


More information about the Midnightbsd-cvs mailing list