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-ContentType Initial import of p5-Em...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b2144ebcf85
branches:  trunk
changeset: 528130:2b2144ebcf85
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat Apr 21 14:42:45 2007 +0000

description:
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:

 mail/p5-Email-MIME-ContentType/DESCR    |   3 +++
 mail/p5-Email-MIME-ContentType/Makefile |  18 ++++++++++++++++++
 mail/p5-Email-MIME-ContentType/PLIST    |   1 +
 mail/p5-Email-MIME-ContentType/distinfo |   5 +++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r f36cdc5e6f78 -r 2b2144ebcf85 mail/p5-Email-MIME-ContentType/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-MIME-ContentType/DESCR      Sat Apr 21 14:42:45 2007 +0000
@@ -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 -r f36cdc5e6f78 -r 2b2144ebcf85 mail/p5-Email-MIME-ContentType/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-MIME-ContentType/Makefile   Sat Apr 21 14:42:45 2007 +0000
@@ -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@localhost
+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 -r f36cdc5e6f78 -r 2b2144ebcf85 mail/p5-Email-MIME-ContentType/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-MIME-ContentType/PLIST      Sat Apr 21 14:42:45 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/21 14:42:45 heinz Exp $
diff -r f36cdc5e6f78 -r 2b2144ebcf85 mail/p5-Email-MIME-ContentType/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-MIME-ContentType/distinfo   Sat Apr 21 14:42:45 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index