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_auth Initial import of p5-Net-SMTP_au...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff8dea8d789e
branches: trunk
changeset: 519348:ff8dea8d789e
user: seb <seb%pkgsrc.org@localhost>
date: Sun Oct 01 21:44:17 2006 +0000
description:
Initial import of p5-Net-SMTP_auth version 0.08 into the NetBSD Packages
Collection.
The Perl 5 module Net::SMTP_auth is a small extension to the
Net::SMTP module to authenticate to an SMTP server using one of
the AUTH methods provided by Authen::SASL.
diffstat:
mail/p5-Net-SMTP_auth/DESCR | 3 +++
mail/p5-Net-SMTP_auth/Makefile | 19 +++++++++++++++++++
mail/p5-Net-SMTP_auth/PLIST | 1 +
mail/p5-Net-SMTP_auth/distinfo | 5 +++++
4 files changed, 28 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 19b362fa3dce -r ff8dea8d789e mail/p5-Net-SMTP_auth/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Net-SMTP_auth/DESCR Sun Oct 01 21:44:17 2006 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module Net::SMTP_auth is a small extension to the
+Net::SMTP module to authenticate to an SMTP server using one of
+the AUTH methods provided by Authen::SASL.
diff -r 19b362fa3dce -r ff8dea8d789e mail/p5-Net-SMTP_auth/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Net-SMTP_auth/Makefile Sun Oct 01 21:44:17 2006 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/10/01 21:44:17 seb Exp $
+
+DISTNAME= Net-SMTP_auth-0.08
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Net-SMTP_auth/
+COMMENT= Perl module adding SMTP AUTH support to Net::SMTP module
+
+PERL5_PACKLIST= auto/Net/SMTP_auth/.packlist
+
+# Also depends on MIME::Base64 and Net::SMTP bundled with perl
+DEPENDS+= p5-Authen-SASL>=2.03:../../security/p5-Authen-SASL
+DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 19b362fa3dce -r ff8dea8d789e mail/p5-Net-SMTP_auth/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Net-SMTP_auth/PLIST Sun Oct 01 21:44:17 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/01 21:44:17 seb Exp $
diff -r 19b362fa3dce -r ff8dea8d789e mail/p5-Net-SMTP_auth/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Net-SMTP_auth/distinfo Sun Oct 01 21:44:17 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/10/01 21:44:17 seb Exp $
+
+SHA1 (Net-SMTP_auth-0.08.tar.gz) = 8beed886833a17732055df7d14fc579eea19b654
+RMD160 (Net-SMTP_auth-0.08.tar.gz) = 1cc6f43c592db9edb32bf1f32dfba1d0d5a70a15
+Size (Net-SMTP_auth-0.08.tar.gz) = 5365 bytes
Home |
Main Index |
Thread Index |
Old Index