diff options
author | he <he@pkgsrc.org> | 2009-01-05 13:35:37 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-01-05 13:35:37 +0000 |
commit | b13fb74192558ea7b2f2ea40aaf8faab66dd0b3f (patch) | |
tree | ec30670bd56dff1b18ec5ab78ea115e07c2c72fd /mail | |
parent | f67cb28d882d9fe6e26876b2a86bc1dc5bb0bbb6 (diff) | |
download | pkgsrc-b13fb74192558ea7b2f2ea40aaf8faab66dd0b3f.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/p5-Email-Sender/DESCR | 12 | ||||
-rw-r--r-- | mail/p5-Email-Sender/Makefile | 27 | ||||
-rw-r--r-- | mail/p5-Email-Sender/distinfo | 5 |
3 files changed, 44 insertions, 0 deletions
diff --git a/mail/p5-Email-Sender/DESCR b/mail/p5-Email-Sender/DESCR new file mode 100644 index 00000000000..f4c44f21fe5 --- /dev/null +++ b/mail/p5-Email-Sender/DESCR @@ -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 --git a/mail/p5-Email-Sender/Makefile b/mail/p5-Email-Sender/Makefile new file mode 100644 index 00000000000..84d368bf5f5 --- /dev/null +++ b/mail/p5-Email-Sender/Makefile @@ -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 +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 --git a/mail/p5-Email-Sender/distinfo b/mail/p5-Email-Sender/distinfo new file mode 100644 index 00000000000..394a1c957f8 --- /dev/null +++ b/mail/p5-Email-Sender/distinfo @@ -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 |