From 78956631b5c6fb478aafd23a648efe010e5dd20e Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 17 Feb 2004 02:42:03 +0000 Subject: 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. --- mail/p5-MIME-Types/DESCR | 7 +++++++ mail/p5-MIME-Types/Makefile | 18 ++++++++++++++++++ mail/p5-MIME-Types/PLIST | 1 + mail/p5-MIME-Types/distinfo | 4 ++++ 4 files changed, 30 insertions(+) create mode 100644 mail/p5-MIME-Types/DESCR create mode 100644 mail/p5-MIME-Types/Makefile create mode 100644 mail/p5-MIME-Types/PLIST create mode 100644 mail/p5-MIME-Types/distinfo (limited to 'mail/p5-MIME-Types') 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 -- cgit v1.2.3