pkgsrc/mail/p5-MIME-Types/Makefile

20 lines
500 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.22 2013/08/13 16:04:27 wen Exp $
DISTNAME= MIME-Types-2.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
2009-07-17 20:00:13 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://perl.overmeer.net/mimetypes/
COMMENT= Definition of MIME types
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
Update mail/p5-MIME-Types from 1.16 to 1.24 version 1.24: Fri May 23 09:43:28 CEST 2008 - message/rfc822 relates to .eml [Jonas Liljegren] - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet is an .xlsx [Jonas Liljegren] - added zillion of application/vnd.oasis.opendocument.* and application/vnd.stardevision.* names [Michiel Leenaars] version 1.23: Mon Dec 17 16:12:52 CET 2007 - /xml file attributes were separated by blanks, not commas. [Alex Kapranoff] version 1.22: Wed Nov 14 17:20:22 CET 2007 - use RFC4180 text/csv, not text/comma-separated-values Reported by [Mike Eldridge] - refer to File::TypeInfo for access to mime.types files. version 1.21: Mon Sep 10 21:18:08 CEST 2007 - patch tests to work on VMS [Peter (Stig) Edwards] - patch for image/pjpeg bug IE6 [Nicolas Mendosa] version 1.20: Fri Jun 8 16:21:33 CEST 2007 - added application/xslt+xml (.xslt) [David Dierauer] - moved extension .xml from text/xml (deprecated) to application/xml, and added .xsl to it [David Dierauer] - Moved .dtd from text/xml to application/xml-dtd - added t/pod.t version 1.19: Sun Mar 25 17:09:38 CEST 2007 - converted to use OODoc 0.99 - removed mkdist, mkdoc, README.oodoc, version version 1.18: Fri Nov 17 21:20:20 CET 2006 - [David Nesting] application/atom+xml and image/svg+xml - [Islue Hu] audio/3gpp2 and video/3gpp2 - [Stephen Steneken] application/octet-stream += dmg, so, dll and videa/x-flv. version 1.17: Sun Aug 13 10:32:37 CEST 2006 - [Hailin Hu] application/rdf+xml - reprocessed manual-pages because FUNCTIONS chapers was lost (bug in OODoc) [Schwern] - use 'version' file for version - added kml and kmz types by Google-Earth
2008-05-28 22:49:42 +02:00
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MIME/Types/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"