diff options
author | heinz <heinz> | 2007-04-21 14:42:45 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-04-21 14:42:45 +0000 |
commit | 798ceefdbda48ed7b13355da0413807ad59068e5 (patch) | |
tree | d44917f553a628a08c6a9a4657529063993ff6fa /mail | |
parent | bb044c008b8f88e66743600bd3b5eb86f69fcba5 (diff) | |
download | pkgsrc-798ceefdbda48ed7b13355da0413807ad59068e5.tar.gz |
Initial import of p5-Email-MIME-ContentType.
This is a merge of wip/p5-Email-MIME-ContentType by Roman Kulik and the
package submitted by Edgar Fuss to tech-pkg@. Some small changes by me.
This module is responsible for parsing email content type headers
according to section 5.1 of RFC 2045. It returns a hash with entries
for the discrete type, the composite type, and a hash of attributes.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-MIME-ContentType/DESCR | 3 | ||||
-rw-r--r-- | mail/p5-Email-MIME-ContentType/Makefile | 18 | ||||
-rw-r--r-- | mail/p5-Email-MIME-ContentType/PLIST | 1 | ||||
-rw-r--r-- | mail/p5-Email-MIME-ContentType/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/mail/p5-Email-MIME-ContentType/DESCR b/mail/p5-Email-MIME-ContentType/DESCR new file mode 100644 index 00000000000..08dec66e702 --- /dev/null +++ b/mail/p5-Email-MIME-ContentType/DESCR @@ -0,0 +1,3 @@ +This module is responsible for parsing email content type headers +according to section 5.1 of RFC 2045. It returns a hash with entries +for the discrete type, the composite type, and a hash of attributes. diff --git a/mail/p5-Email-MIME-ContentType/Makefile b/mail/p5-Email-MIME-ContentType/Makefile new file mode 100644 index 00000000000..478b169ac39 --- /dev/null +++ b/mail/p5-Email-MIME-ContentType/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/21 14:42:45 heinz Exp $ + +DISTNAME= Email-MIME-ContentType-1.014 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5emc +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} + +MAINTAINER= kuli0020@umn.edu +HOMEPAGE= http://search.cpan.org/dist/Email-MIME-ContentType/ +COMMENT= Perl module for parsing a MIME Content-Type header + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Email/MIME/ContentType/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Email-MIME-ContentType/PLIST b/mail/p5-Email-MIME-ContentType/PLIST new file mode 100644 index 00000000000..ab74a3249ff --- /dev/null +++ b/mail/p5-Email-MIME-ContentType/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/21 14:42:45 heinz Exp $ diff --git a/mail/p5-Email-MIME-ContentType/distinfo b/mail/p5-Email-MIME-ContentType/distinfo new file mode 100644 index 00000000000..6e2bcf3ad4a --- /dev/null +++ b/mail/p5-Email-MIME-ContentType/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/21 14:42:45 heinz Exp $ + +SHA1 (Email-MIME-ContentType-1.014.tar.gz) = 816105214760ae8cc45ddad72a23cc925433e9f1 +RMD160 (Email-MIME-ContentType-1.014.tar.gz) = c1976cfffd2383756368b8338e6bd60f7a34d227 +Size (Email-MIME-ContentType-1.014.tar.gz) = 11172 bytes |