pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/p5-Email-Sender Import p5-Email-Sender version 0....
details: https://anonhg.NetBSD.org/pkgsrc/rev/0a449f1806a2
branches: trunk
changeset: 552534:0a449f1806a2
user: he <he%pkgsrc.org@localhost>
date: Mon Jan 05 13:35:37 2009 +0000
description:
Import p5-Email-Sender version 0.001.
Email::Sender replaces the old and sometimes problematic Email::Send
library, which did a decent job at handling very simple email
sending tasks, but was not suitable for serious use, for a variety
of reasons.
At present, the casual user is probably best off using
Email::Send::Transport::Sendmail. If a local sendmail program is
unavailable, Email::Send::Transport::SMTP will allow you to send
mail through your relay host.
In the future, Email::Sender::Simple will provide a very simple
interface for sending mail.
diffstat:
mail/p5-Email-Sender/DESCR | 12 ++++++++++++
mail/p5-Email-Sender/Makefile | 27 +++++++++++++++++++++++++++
mail/p5-Email-Sender/distinfo | 5 +++++
3 files changed, 44 insertions(+), 0 deletions(-)
diffs (56 lines):
diff -r b3f4c7ccd1ca -r 0a449f1806a2 mail/p5-Email-Sender/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Sender/DESCR Mon Jan 05 13:35:37 2009 +0000
@@ -0,0 +1,12 @@
+Email::Sender replaces the old and sometimes problematic Email::Send
+library, which did a decent job at handling very simple email
+sending tasks, but was not suitable for serious use, for a variety
+of reasons.
+
+At present, the casual user is probably best off using
+Email::Send::Transport::Sendmail. If a local sendmail program is
+unavailable, Email::Send::Transport::SMTP will allow you to send
+mail through your relay host.
+
+In the future, Email::Sender::Simple will provide a very simple
+interface for sending mail.
diff -r b3f4c7ccd1ca -r 0a449f1806a2 mail/p5-Email-Sender/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Sender/Makefile Mon Jan 05 13:35:37 2009 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/05 13:35:37 he Exp $
+
+DISTNAME= Email-Sender-0.001
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Email-Sender/
+COMMENT= Email::Sender - a library for sending email
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-Class-Method-Modifiers>=0:../../devel/p5-Class-Method-Modifiers
+DEPENDS+= p5-Email-Abstract>=3:../../mail/p5-Email-Abstract
+DEPENDS+= p5-Email-Address>=0:../../mail/p5-Email-Address
+DEPENDS+= p5-Email-Simple>=1.998:../../mail/p5-Email-Simple
+DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
+DEPENDS+= p5-Mouse>=0.12:../../devel/p5-Mouse
+DEPENDS+= p5-Sys-Hostname-Long>=0:../../sysutils/p5-Sys-Hostname-Long
+
+PERL5_REQD+= 5.8.0
+
+PERL5_PACKLIST= auto/Email/Sender/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b3f4c7ccd1ca -r 0a449f1806a2 mail/p5-Email-Sender/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Sender/distinfo Mon Jan 05 13:35:37 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/01/05 13:35:37 he Exp $
+
+SHA1 (Email-Sender-0.001.tar.gz) = a77aaffafad3eca930bd1ecc058ea8b755ac9687
+RMD160 (Email-Sender-0.001.tar.gz) = 3c2209bce51f8cd359903bb0ac53a2af09caa88e
+Size (Email-Sender-0.001.tar.gz) = 38683 bytes
Home |
Main Index |
Thread Index |
Old Index