diff options
author | heinz <heinz@pkgsrc.org> | 2007-04-21 15:03:52 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-04-21 15:03:52 +0000 |
commit | 45f92b19551c3940e50c32a7f2f0b72cb63b3688 (patch) | |
tree | cc795f93f9d3061ec08e27a488035f1c0c2f441b /mail/p5-Email-MIME | |
parent | 6ae82644bbee2e6a97fd60015489e08e1f4c6cd2 (diff) | |
download | pkgsrc-45f92b19551c3940e50c32a7f2f0b72cb63b3688.tar.gz |
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 (limited to 'mail/p5-Email-MIME')
-rw-r--r-- | mail/p5-Email-MIME/DESCR | 4 | ||||
-rw-r--r-- | mail/p5-Email-MIME/Makefile | 24 | ||||
-rw-r--r-- | mail/p5-Email-MIME/PLIST | 1 | ||||
-rw-r--r-- | mail/p5-Email-MIME/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/mail/p5-Email-MIME/DESCR b/mail/p5-Email-MIME/DESCR new file mode 100644 index 00000000000..1131e41893c --- /dev/null +++ b/mail/p5-Email-MIME/DESCR @@ -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 --git a/mail/p5-Email-MIME/Makefile b/mail/p5-Email-MIME/Makefile new file mode 100644 index 00000000000..b57e11a7ce7 --- /dev/null +++ b/mail/p5-Email-MIME/Makefile @@ -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 +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 --git a/mail/p5-Email-MIME/PLIST b/mail/p5-Email-MIME/PLIST new file mode 100644 index 00000000000..5e16e225776 --- /dev/null +++ b/mail/p5-Email-MIME/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/21 15:03:52 heinz Exp $ diff --git a/mail/p5-Email-MIME/distinfo b/mail/p5-Email-MIME/distinfo new file mode 100644 index 00000000000..1c03a691723 --- /dev/null +++ b/mail/p5-Email-MIME/distinfo @@ -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 |