pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/p5-Net-SMTP-SSL Initial import of p5-Net-SMTP-SSL...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4425ed37674a
branches: trunk
changeset: 575216:4425ed37674a
user: seb <seb%pkgsrc.org@localhost>
date: Thu May 06 00:45:02 2010 +0000
description:
Initial import of p5-Net-SMTP-SSL version 1.01 in the NetBSD Packages
Collection.
The Perl 5 module Net::SMTP::SSL implements the same API as Net::SMTP,
but uses IO::Socket::SSL for its network operations.
diffstat:
mail/p5-Net-SMTP-SSL/DESCR | 2 ++
mail/p5-Net-SMTP-SSL/Makefile | 24 ++++++++++++++++++++++++
mail/p5-Net-SMTP-SSL/distinfo | 5 +++++
3 files changed, 31 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 5f28861464be -r 4425ed37674a mail/p5-Net-SMTP-SSL/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Net-SMTP-SSL/DESCR Thu May 06 00:45:02 2010 +0000
@@ -0,0 +1,2 @@
+The Perl 5 module Net::SMTP::SSL implements the same API as Net::SMTP,
+but uses IO::Socket::SSL for its network operations.
diff -r 5f28861464be -r 4425ed37674a mail/p5-Net-SMTP-SSL/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Net-SMTP-SSL/Makefile Thu May 06 00:45:02 2010 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/06 00:45:02 seb Exp $
+#
+
+DISTNAME= Net-SMTP-SSL-1.01
+PKGNAME= p5-${DISTNAME}
+#PKGREVISION= 1
+CATEGORIES= mail perl5 security
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Net-SMTP-SSL/
+COMMENT= Perl5 module providing SSL support for Net::SMTP
+LICENSE= ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Net/SMTP/SSL/.packlist
+
+DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5f28861464be -r 4425ed37674a mail/p5-Net-SMTP-SSL/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Net-SMTP-SSL/distinfo Thu May 06 00:45:02 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/05/06 00:45:02 seb Exp $
+
+SHA1 (Net-SMTP-SSL-1.01.tar.gz) = 2acccf803a6b0b5f71bd3ebed41434afb99d5e16
+RMD160 (Net-SMTP-SSL-1.01.tar.gz) = 8848d5f28d6e7ce03481aa6f0b7bb6b193c0bddb
+Size (Net-SMTP-SSL-1.01.tar.gz) = 1806 bytes
Home |
Main Index |
Thread Index |
Old Index