pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Email-Stuff Added mail/p5-Email-Stuff version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98011117b467
branches:  trunk
changeset: 550659:98011117b467
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Nov 25 18:29:12 2008 +0000

description:
Added mail/p5-Email-Stuff version 2.06

Email::Stuff, as its name suggests, is a fairly casual module used
to email "stuff" to people using the most common methods. It is a
high-level module designed for ease of use when doing a very specific
common task, but implemented on top of the tight and correct Email::
modules.

Email::Stuff is typically used to build emails and send them in a
single statement, as seen in the synopsis. And it is certain only
for use when creating and sending emails. As such, it contains no
email parsing capability, and little to no modification support.

To re-iterate, this is very much a module for those "slap it together
and fire it off" situations, but that still has enough grunt behind
the scenes to do things properly.

diffstat:

 mail/p5-Email-Stuff/DESCR    |  14 ++++++++++++++
 mail/p5-Email-Stuff/Makefile |  27 +++++++++++++++++++++++++++
 mail/p5-Email-Stuff/distinfo |   5 +++++
 3 files changed, 46 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r d5fba7aaf36b -r 98011117b467 mail/p5-Email-Stuff/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Stuff/DESCR Tue Nov 25 18:29:12 2008 +0000
@@ -0,0 +1,14 @@
+Email::Stuff, as its name suggests, is a fairly casual module used
+to email "stuff" to people using the most common methods. It is a
+high-level module designed for ease of use when doing a very specific
+common task, but implemented on top of the tight and correct Email::
+modules.
+
+Email::Stuff is typically used to build emails and send them in a
+single statement, as seen in the synopsis. And it is certain only
+for use when creating and sending emails. As such, it contains no
+email parsing capability, and little to no modification support.
+
+To re-iterate, this is very much a module for those "slap it together
+and fire it off" situations, but that still has enough grunt behind
+the scenes to do things properly.
diff -r d5fba7aaf36b -r 98011117b467 mail/p5-Email-Stuff/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Stuff/Makefile      Tue Nov 25 18:29:12 2008 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/25 18:29:12 abs Exp $
+
+DISTNAME=              Email-Stuff-2.06
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            mail perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Email/}
+
+MAINTAINER=            pkg-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Email-Stuff/
+COMMENT=               More casual approach to creating and sending emails
+
+DEPENDS+=      p5-prefork>=1.01:../../devel/p5-prefork
+DEPENDS+=      p5-Clone>=0.21:../../devel/p5-Clone
+DEPENDS+=      p5-Params-Util>=0.23:../../devel/p5-Params-Util
+DEPENDS+=      p5-Email-Simple>=1.998:../../mail/p5-Email-Simple
+DEPENDS+=      p5-Email-MIME>=1.858:../../mail/p5-Email-MIME
+DEPENDS+=      p5-Email-MIME-Creator>=1.451:../../mail/p5-Email-MIME-Creator
+DEPENDS+=      p5-Email-Send>=2.185:../../mail/p5-Email-Send
+DEPENDS+=      p5-File-Type>=0.22:../../devel/p5-File-Type
+# BUILD_DEPENDS+= Email-Send-Test
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/Email/Stuff/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d5fba7aaf36b -r 98011117b467 mail/p5-Email-Stuff/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Stuff/distinfo      Tue Nov 25 18:29:12 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/11/25 18:29:12 abs Exp $
+
+SHA1 (Email-Stuff-2.06.tar.gz) = 7271feb5288b4de58c55502040673ba34b6d9a62
+RMD160 (Email-Stuff-2.06.tar.gz) = c919830ab0bb2134032edd0991a5050750172813
+Size (Email-Stuff-2.06.tar.gz) = 35585 bytes



Home | Main Index | Thread Index | Old Index