diff options
author | wen <wen@pkgsrc.org> | 2013-08-13 16:04:27 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-08-13 16:04:27 +0000 |
commit | 8fa5de7d405e3076d3f8aa6400fae650342da6bd (patch) | |
tree | ae553b24b85d7072ccad182cf2ea1a91d6f6c4a1 /mail | |
parent | 3a1bdcff110592052a5f3eda00209c936dae5dd5 (diff) | |
download | pkgsrc-8fa5de7d405e3076d3f8aa6400fae650342da6bd.tar.gz |
Update to 2.01
Upstream changes:
version 2.01: Sat Aug 3 01:07:27 CEST 2013
Improvements:
- add dummy ::Types::create_type_index() because
Catalyst-Plugin-Static-Simple calls it :(
version 2.00: Fri Aug 2 17:44:53 CEST 2013
Changes:
- the mime information is now collected from various sources, amongst
them IANA. Therefore, some types may use different x-'s
#types up from 995 to 2096
- a separate table is built for the extension-to-type mapping.
#exts up from 734 to 1425
- the memory foot-print and start-up speed should have improved
considerably.
Improvements:
- added bin/collect_types
- 3 typos. rt.cpan.org#86847 [D Steinbrunner]
- add ::Type::isVendor(), ::isExperimental(), ::isPersonal on request
by rt.cpan.org#87062 [Lars]
- cleaned-up Exporter syntax of (very) old interface.
- added ::Types::listTypes()
version 1.38: Fri Jan 11 09:58:08 CET 2013
- add application/vnd.ms-excel.template.macroEnabled.12 and five
related from http://filext.com/faq/office_mime_types.php
rt.cpan.org#82616 [M Jemmeson]
version 1.37: Fri Dec 21 11:33:53 CET 2012:
- all mime.types files agree that perl scripts should use
application/x-perl. Hence removed text/x-perl
rt.cpan.org#82100 [Kent Fredric]
version 1.36: Wed Oct 31 20:34:42 CET 2012
- xlsx and friends had encoding 'binary' (since version 1.30),
but should have been 'base64'
rt.cpan.org#80529 [Douglas Wilson]
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-MIME-Types/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-MIME-Types/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/p5-MIME-Types/Makefile b/mail/p5-MIME-Types/Makefile index d9a2fda0ff6..5e95ef7e10d 100644 --- a/mail/p5-MIME-Types/Makefile +++ b/mail/p5-MIME-Types/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2013/05/31 12:41:17 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2013/08/13 16:04:27 wen Exp $ -DISTNAME= MIME-Types-1.35 +DISTNAME= MIME-Types-2.01 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} diff --git a/mail/p5-MIME-Types/distinfo b/mail/p5-MIME-Types/distinfo index 256646d446b..bef22788d31 100644 --- a/mail/p5-MIME-Types/distinfo +++ b/mail/p5-MIME-Types/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2012/10/21 22:08:45 wiz Exp $ +$NetBSD: distinfo,v 1.12 2013/08/13 16:04:27 wen Exp $ -SHA1 (MIME-Types-1.35.tar.gz) = 36dae668941fea3cf002be20e069a7e91ad9d9a4 -RMD160 (MIME-Types-1.35.tar.gz) = ff747199f9f0401cadafdcc6613a2b9477036184 -Size (MIME-Types-1.35.tar.gz) = 22594 bytes +SHA1 (MIME-Types-2.01.tar.gz) = 86772a0d4a1f3cd7079d0ded297da93905862ed8 +RMD160 (MIME-Types-2.01.tar.gz) = 74a1dc4932cde8b024abb2535d52b7f4f68f104c +Size (MIME-Types-2.01.tar.gz) = 44900 bytes |