Sun Oct 21 22:08:45 2012 UTC ()
Update to 1.35:

version 1.35:
	- added video/webm and audio/webm, although not (yet) IANA registered.
	  [Kurian Jose Aerthail]

version 1.34: Thu Jan 12 11:16:07 CET 2012
	- subType() did not handle subType's with '+' in them.
	  [Roman V. Nikolaev]

version 1.33: Thu Jan 12 08:46:05 CET 2012
	- all openxmlformats are binary [Beverly Wang]
	- mediaType() and subType() did not handle subType's with dots
	  in them correctly. [Roman V. Nikolaev]

version 1.32: Thu Aug 18 23:30:25 CEST 2011
	- explain how to use MIME::Types in mod_perl, after complains
	  from [Steve Simms], [Nicolas Mendoza], [Yves Orton] and
	  [Hans Dieter Pearcey]
	- when you do not read the documentation about mod_perl/fork,
	  then it will work as ever but still inefficient.


(wiz)
diff -r1.19 -r1.20 pkgsrc/mail/p5-MIME-Types/Makefile
diff -r1.10 -r1.11 pkgsrc/mail/p5-MIME-Types/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/mail/p5-MIME-Types/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/p5-MIME-Types/Makefile 2012/10/08 12:19:22 1.19
+++ pkgsrc/mail/p5-MIME-Types/Makefile 2012/10/21 22:08:45 1.20
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.19 2012/10/08 12:19:22 asau Exp $ 1# $NetBSD: Makefile,v 1.20 2012/10/21 22:08:45 wiz Exp $
2 2
3DISTNAME= MIME-Types-1.31 3DISTNAME= MIME-Types-1.35
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= mail perl5 5CATEGORIES= mail perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://perl.overmeer.net/mimetypes/ 9HOMEPAGE= http://perl.overmeer.net/mimetypes/
11COMMENT= Definition of MIME types 10COMMENT= Definition of MIME types
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
15 14
16USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
17PERL5_PACKLIST= auto/MIME/Types/.packlist 16PERL5_PACKLIST= auto/MIME/Types/.packlist
18 17

cvs diff -r1.10 -r1.11 pkgsrc/mail/p5-MIME-Types/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/p5-MIME-Types/distinfo 2010/09/21 20:57:40 1.10
+++ pkgsrc/mail/p5-MIME-Types/distinfo 2012/10/21 22:08:45 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2010/09/21 20:57:40 sno Exp $ 1$NetBSD: distinfo,v 1.11 2012/10/21 22:08:45 wiz Exp $
2 2
3SHA1 (MIME-Types-1.31.tar.gz) = eecbf7bb756f9461b0ec9acae7a15f579fe830f6 3SHA1 (MIME-Types-1.35.tar.gz) = 36dae668941fea3cf002be20e069a7e91ad9d9a4
4RMD160 (MIME-Types-1.31.tar.gz) = 7a2afc81837b08aa027d06e8584cb43d4cf7b618 4RMD160 (MIME-Types-1.35.tar.gz) = ff747199f9f0401cadafdcc6613a2b9477036184
5Size (MIME-Types-1.31.tar.gz) = 21613 bytes 5Size (MIME-Types-1.35.tar.gz) = 22594 bytes