Mon Jan 5 13:35:37 2009 UTC ()
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.


Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(he)
diff -r0 -r1.1.1.1 pkgsrc/mail/p5-Email-Sender/distinfo
diff -r0 -r1.1.1.1 pkgsrc/mail/p5-Email-Sender/Makefile
diff -r0 -r1.1.1.1 pkgsrc/mail/p5-Email-Sender/DESCR

File Added: pkgsrc/mail/p5-Email-Sender/distinfo
$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

File Added: pkgsrc/mail/p5-Email-Sender/Makefile
# $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"

File Added: pkgsrc/mail/p5-Email-Sender/DESCR
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.