pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-Email-MIME Initial import of p5-Email-MIME 1.859.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47a1744f27f4
branches:  trunk
changeset: 528133:47a1744f27f4
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat Apr 21 15:03:52 2007 +0000

description:
Initial import of p5-Email-MIME 1.859.

This is a merge of wip/p5-Email-MIME by Roman Kulik and the
package submitted by Edgar Fuss to tech-pkg@. Some small changes by me.

Email::MIME is an extension of the Email::Simple module, to handle MIME
encoded messages. It takes a message as a string, splits it up into its
constituent parts, and allows access to various parts of the message.
Headers are decoded from MIME encoding.

diffstat:

 mail/p5-Email-MIME/DESCR    |   4 ++++
 mail/p5-Email-MIME/Makefile |  24 ++++++++++++++++++++++++
 mail/p5-Email-MIME/PLIST    |   1 +
 mail/p5-Email-MIME/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 3bde7b79fc2a -r 47a1744f27f4 mail/p5-Email-MIME/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-MIME/DESCR  Sat Apr 21 15:03:52 2007 +0000
@@ -0,0 +1,4 @@
+Email::MIME is an extension of the Email::Simple module, to handle MIME
+encoded messages. It takes a message as a string, splits it up into its
+constituent parts, and allows you access to various parts of the
+message. Headers are decoded from MIME encoding.
diff -r 3bde7b79fc2a -r 47a1744f27f4 mail/p5-Email-MIME/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-MIME/Makefile       Sat Apr 21 15:03:52 2007 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/21 15:03:52 heinz Exp $
+
+DISTNAME=              Email-MIME-1.859
+PKGNAME=               p5-${DISTNAME}
+SVR4_PKGNAME=          p5emm
+CATEGORIES=            mail perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Email/}
+
+MAINTAINER=            kuli0020%umn.edu@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Email-MIME/
+COMMENT=               Perl module for easy MIME message parsing
+
+DEPENDS+=              p5-Email-MIME-ContentType>=1.011:../../mail/p5-Email-MIME-ContentType
+DEPENDS+=              p5-Email-MIME-Encodings>=1.3:../../mail/p5-Email-MIME-Encodings
+DEPENDS+=              p5-Email-Simple>=1.995:../../mail/p5-Email-Simple
+DEPENDS+=              p5-MIME-Types>=1.13:../../mail/p5-MIME-Types
+BUILD_DEPENDS+=                p5-Test-Simple>=0.47:../../devel/p5-Test-Simple
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/Email/MIME/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3bde7b79fc2a -r 47a1744f27f4 mail/p5-Email-MIME/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-MIME/PLIST  Sat Apr 21 15:03:52 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/21 15:03:52 heinz Exp $
diff -r 3bde7b79fc2a -r 47a1744f27f4 mail/p5-Email-MIME/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-MIME/distinfo       Sat Apr 21 15:03:52 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/21 15:03:52 heinz Exp $
+
+SHA1 (Email-MIME-1.859.tar.gz) = 3560e8fecfc85773e9c0e0f65e7e1b908272e667
+RMD160 (Email-MIME-1.859.tar.gz) = 4789135ab6fd5c8d118ec531327c3b5c596bc450
+Size (Email-MIME-1.859.tar.gz) = 91008 bytes



Home | Main Index | Thread Index | Old Index