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. WWW: http://search.cpan.org/dist/Email-MIME-ContentType/
This commit is contained in:
parent
9f0ba2b1d0
commit
0c1af28e8e
4 changed files with 26 additions and 0 deletions
5
p5-Email-MIME-ContentType/DESCR
Normal file
5
p5-Email-MIME-ContentType/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Email-MIME-ContentType/
|
15
p5-Email-MIME-ContentType/Makefile
Normal file
15
p5-Email-MIME-ContentType/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/08/26 21:38:00 kuli0020 Exp $
|
||||
|
||||
DISTNAME= Email-MIME-ContentType-1.01
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
||||
|
||||
MAINTAINER= kuli0020@umn.edu
|
||||
HOMEPAGE= http://search.cpan.org/dist/Email-MIME-ContentType/
|
||||
COMMENT= Parse a MIME Content-Type Header
|
||||
|
||||
PERL5_PACKLIST= auto/Email/MIME/ContentType/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-Email-MIME-ContentType/PLIST
Normal file
1
p5-Email-MIME-ContentType/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/26 21:38:00 kuli0020 Exp $
|
5
p5-Email-MIME-ContentType/distinfo
Normal file
5
p5-Email-MIME-ContentType/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/08/26 21:38:00 kuli0020 Exp $
|
||||
|
||||
SHA1 (Email-MIME-ContentType-1.01.tar.gz) = 6424e2d2211b229d277609aff5cdd1515b47a9cf
|
||||
RMD160 (Email-MIME-ContentType-1.01.tar.gz) = e7f2aec0bb0d179677bd7b10d21c3466e5fe1523
|
||||
Size (Email-MIME-ContentType-1.01.tar.gz) = 3211 bytes
|
Loading…
Reference in a new issue