summaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Types
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-17 02:42:03 +0000
committerminskim <minskim>2004-02-17 02:42:03 +0000
commit78956631b5c6fb478aafd23a648efe010e5dd20e (patch)
treec538fae25910925bdb84b50899dad073c8ee6e85 /mail/p5-MIME-Types
parent527e6ee871e9cf001da0eb8af4203f0581b0ba20 (diff)
downloadpkgsrc-78956631b5c6fb478aafd23a648efe010e5dd20e.tar.gz
Import p5-MIME-Types from pkgsrc-wip. Packaged by Adrian Portelli,
and slightly modified by me. A start for a more detailed data-structure to keep knowledge about various data types are defined by MIME. Some basic treatments with mime types are implemented.
Diffstat (limited to 'mail/p5-MIME-Types')
-rw-r--r--mail/p5-MIME-Types/DESCR7
-rw-r--r--mail/p5-MIME-Types/Makefile18
-rw-r--r--mail/p5-MIME-Types/PLIST1
-rw-r--r--mail/p5-MIME-Types/distinfo4
4 files changed, 30 insertions, 0 deletions
diff --git a/mail/p5-MIME-Types/DESCR b/mail/p5-MIME-Types/DESCR
new file mode 100644
index 00000000000..0f28506994e
--- /dev/null
+++ b/mail/p5-MIME-Types/DESCR
@@ -0,0 +1,7 @@
+A start for a more detailed data-structure to keep knowledge about
+various data types are defined by MIME. Some basic treatments with
+mime types are implemented.
+
+The first special data item is whether a data type is binary or ascii.
+This is required for correctly encoding e-mail attachments, and
+implemented for the Mail::Box v2.01 module.
diff --git a/mail/p5-MIME-Types/Makefile b/mail/p5-MIME-Types/Makefile
new file mode 100644
index 00000000000..66dfcfb4009
--- /dev/null
+++ b/mail/p5-MIME-Types/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 02:42:03 minskim Exp $
+
+DISTNAME= MIME-Types-1.12
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
+
+MAINTAINER= adrianp@stindustries.net
+HOMEPAGE= http://perl.overmeer.net/mimetypes/
+COMMENT= Definition of MIME types
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/MIME/Types/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/p5-MIME-Types/PLIST b/mail/p5-MIME-Types/PLIST
new file mode 100644
index 00000000000..9097a92186b
--- /dev/null
+++ b/mail/p5-MIME-Types/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/17 02:42:04 minskim Exp $
diff --git a/mail/p5-MIME-Types/distinfo b/mail/p5-MIME-Types/distinfo
new file mode 100644
index 00000000000..55477865468
--- /dev/null
+++ b/mail/p5-MIME-Types/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/17 02:42:04 minskim Exp $
+
+SHA1 (MIME-Types-1.12.tar.gz) = ad1f501e5602d3c7bb74318baf51bd28054ccad6
+Size (MIME-Types-1.12.tar.gz) = 15864 bytes