From 58319fd2ae0fc11ed9a6b5457d6b940802f0c342 Mon Sep 17 00:00:00 2001 From: jmmv Date: Tue, 11 May 2010 12:15:08 +0000 Subject: Initial import of mime-construct 1.10: mime-construct is a tool to construct and optinally send MIME email messages. --- mail/mime-construct/DESCR | 1 + mail/mime-construct/Makefile | 23 +++++++++++++++++++++++ mail/mime-construct/distinfo | 5 +++++ 3 files changed, 29 insertions(+) create mode 100644 mail/mime-construct/DESCR create mode 100644 mail/mime-construct/Makefile create mode 100644 mail/mime-construct/distinfo (limited to 'mail/mime-construct') diff --git a/mail/mime-construct/DESCR b/mail/mime-construct/DESCR new file mode 100644 index 00000000000..512141f057a --- /dev/null +++ b/mail/mime-construct/DESCR @@ -0,0 +1 @@ +mime-construct is a tool to construct and optinally send MIME email messages. diff --git a/mail/mime-construct/Makefile b/mail/mime-construct/Makefile new file mode 100644 index 00000000000..d0727009f2d --- /dev/null +++ b/mail/mime-construct/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/05/11 12:15:08 jmmv Exp $ +# + +DISTNAME= mime-construct-1.10 +CATEGORIES= mail +MASTER_SITES= http://www.argon.org/~roderick/ + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Constructs and emails MIME messages +HOMEPAGE= http://www.argon.org/~roderick/ +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Proc-WaitStat-[0-9]*:../../devel/p5-Proc-WaitStat +DEPENDS+= p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types + +USE_TOOLS+= perl:run + +PERL5_PACKLIST= auto/mime-construct/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/mime-construct/distinfo b/mail/mime-construct/distinfo new file mode 100644 index 00000000000..432afc56404 --- /dev/null +++ b/mail/mime-construct/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/05/11 12:15:08 jmmv Exp $ + +SHA1 (mime-construct-1.10.tar.gz) = 9b0ee8aa0bb273e84fb46aa42f97b27863121ad1 +RMD160 (mime-construct-1.10.tar.gz) = 145ed65a33359c047a6e38fd95ff479bc985c9c3 +Size (mime-construct-1.10.tar.gz) = 12452 bytes -- cgit v1.2.3