diff options
author | abs <abs@pkgsrc.org> | 2008-11-25 18:29:12 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-11-25 18:29:12 +0000 |
commit | 0d5992532a3e62bfb8dbc5d6ceebb6df6ca3100d (patch) | |
tree | b552fa2fed365cb940578f6a4c241ef1573be2fc /mail/p5-Email-Stuff | |
parent | ccda672ae9f3a9ca2374b3ef1501cf67e011c3f6 (diff) | |
download | pkgsrc-0d5992532a3e62bfb8dbc5d6ceebb6df6ca3100d.tar.gz |
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 (limited to 'mail/p5-Email-Stuff')
-rw-r--r-- | mail/p5-Email-Stuff/DESCR | 14 | ||||
-rw-r--r-- | mail/p5-Email-Stuff/Makefile | 27 | ||||
-rw-r--r-- | mail/p5-Email-Stuff/distinfo | 5 |
3 files changed, 46 insertions, 0 deletions
diff --git a/mail/p5-Email-Stuff/DESCR b/mail/p5-Email-Stuff/DESCR new file mode 100644 index 00000000000..00c080151e0 --- /dev/null +++ b/mail/p5-Email-Stuff/DESCR @@ -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 --git a/mail/p5-Email-Stuff/Makefile b/mail/p5-Email-Stuff/Makefile new file mode 100644 index 00000000000..922b7f98e71 --- /dev/null +++ b/mail/p5-Email-Stuff/Makefile @@ -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 +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 --git a/mail/p5-Email-Stuff/distinfo b/mail/p5-Email-Stuff/distinfo new file mode 100644 index 00000000000..6ac752065a1 --- /dev/null +++ b/mail/p5-Email-Stuff/distinfo @@ -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 |