pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-Catalyst-View-Email Added mail/p5-Catalyst-Vie...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e01a2a55252e
branches:  trunk
changeset: 544476:e01a2a55252e
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jul 15 09:14:47 2008 +0000

description:
Added mail/p5-Catalyst-View-Email version 0.11

Sends templated mail, based upon your default view. It captures
the output of the rendering path, slurps in based on mime-types
and assembles a multi-part email using Email::MIME::Creator and
sends it out.

diffstat:

 mail/p5-Catalyst-View-Email/DESCR    |   4 ++++
 mail/p5-Catalyst-View-Email/Makefile |  27 +++++++++++++++++++++++++++
 mail/p5-Catalyst-View-Email/distinfo |   5 +++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 77e852485153 -r e01a2a55252e mail/p5-Catalyst-View-Email/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Catalyst-View-Email/DESCR Tue Jul 15 09:14:47 2008 +0000
@@ -0,0 +1,4 @@
+Sends templated mail, based upon your default view. It captures
+the output of the rendering path, slurps in based on mime-types
+and assembles a multi-part email using Email::MIME::Creator and
+sends it out.
diff -r 77e852485153 -r e01a2a55252e mail/p5-Catalyst-View-Email/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Catalyst-View-Email/Makefile      Tue Jul 15 09:14:47 2008 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:14:47 abs Exp $
+
+DISTNAME=      Catalyst-View-Email-0.11
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    mail perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Catalyst/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Catalyst-View-Email/
+COMMENT=       Send Templated Email from Catalyst
+
+DEPENDS+=      p5-Catalyst-Runtime>=5.7:../../www/p5-Catalyst-Runtime
+DEPENDS+=      p5-Class-C3>=0:../../devel/p5-Class-C3
+DEPENDS+=      p5-Email-Send>=2.185:../../mail/p5-Email-Send
+DEPENDS+=      p5-Email-MIME>=1.859:../../mail/p5-Email-MIME
+DEPENDS+=      p5-Email-MIME-Creator>=1.453:../../mail/p5-Email-MIME-Creator
+DEPENDS+=      p5-Catalyst-View-TT>=0:../../www/p5-Catalyst-View-TT
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Catalyst/View/Email/.packlist
+
+MAKE_ENV+=       PERL_AUTOINSTALL=--skipdeps
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 77e852485153 -r e01a2a55252e mail/p5-Catalyst-View-Email/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Catalyst-View-Email/distinfo      Tue Jul 15 09:14:47 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:14:47 abs Exp $
+
+SHA1 (Catalyst-View-Email-0.11.tar.gz) = 1c538f70699732fb4d9054f59ac03a01639223b5
+RMD160 (Catalyst-View-Email-0.11.tar.gz) = fa8b1be8e2aea91c5d0540e00ac321481f0daf37
+Size (Catalyst-View-Email-0.11.tar.gz) = 26478 bytes



Home | Main Index | Thread Index | Old Index