Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 613AC711B3 for ; Tue, 13 Aug 2013 16:04:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 907AA14A268; Tue, 13 Aug 2013 16:04:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 10C8414A257 for ; Tue, 13 Aug 2013 16:04:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id kdp9TvECP8Bm for ; Tue, 13 Aug 2013 16:04:28 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 385BB14A250 for ; Tue, 13 Aug 2013 16:04:28 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1605696; Tue, 13 Aug 2013 16:04:28 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 13 Aug 2013 16:04:28 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-MIME-Types To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20130813160428.1605696@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Tue Aug 13 16:04:28 UTC 2013 Modified Files: pkgsrc/mail/p5-MIME-Types: Makefile distinfo Log Message: 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] To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/mail/p5-MIME-Types/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/p5-MIME-Types/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.