pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/p5-MIME-Types Import p5-MIME-Types from pkgsrc-wi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e9da43d7a1b8
branches: trunk
changeset: 468826:e9da43d7a1b8
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Feb 17 02:42:03 2004 +0000
description:
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:
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(+), 0 deletions(-)
diffs (46 lines):
diff -r 6acd000f3173 -r e9da43d7a1b8 mail/p5-MIME-Types/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-MIME-Types/DESCR Tue Feb 17 02:42:03 2004 +0000
@@ -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 -r 6acd000f3173 -r e9da43d7a1b8 mail/p5-MIME-Types/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-MIME-Types/Makefile Tue Feb 17 02:42:03 2004 +0000
@@ -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@localhost
+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 -r 6acd000f3173 -r e9da43d7a1b8 mail/p5-MIME-Types/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-MIME-Types/PLIST Tue Feb 17 02:42:03 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/17 02:42:04 minskim Exp $
diff -r 6acd000f3173 -r e9da43d7a1b8 mail/p5-MIME-Types/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-MIME-Types/distinfo Tue Feb 17 02:42:03 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index