Update ruby-mime-types to 1.19.
== 1.19 / 2012-06-20 * New MIME Types: * XCF Gnome Images (image/x-xcf, image/x-compressed-xcf; .xcf). https://github.com/halostatue/mime-types/issue/17 * Types reported in https://github.com/halostatue/mime-types/issues/12: * DV (video/x-dv; .dv) * IVF (video/x-ivf; .ivf) * Matroska (video/x-matroska; .mkv) * Motion JPEG (video/x-motion-jpeg; .mjpg) * RealMedia (official; application/vnd.rn-realmedia; .rm) * New extensions: * dcm (application/dicom); https://github.com/halostatue/mime-types/issue/16. * Types reported in https://github.com/halostatue/mime-types/issues/12: * 3g2, 3gpp2 (video/3gpp2) * mpeg (video/mpeg) * mxf (application/mxf) * ts (video/MP2T) * ogg (video/ogg) * Fixed MIME Types: * Adobe AIR application installer packages was missing a hyphen. https://github.com/halostatue/mime-types/issue/13 * Types reported in https://github.com/halostatue/mime-types/issues/12: * audio/x-pn-realaudio extension is .ra, not .rm. * Resolved https://github.com/halostatue/mime-types/issues/8. Apparently some people run the tests on Linux. Imagine that.
This commit is contained in:
parent
446c0d2b4d
commit
f7292d0811
3 changed files with 7 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.4 2012/03/21 15:43:52 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2012/09/09 15:02:34 taca Exp $
|
||||
|
||||
DISTNAME= mime-types-1.18
|
||||
DISTNAME= mime-types-1.19
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2012/03/21 15:43:52 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2012/09/09 15:02:34 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gemtest
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.hoerc
|
||||
${GEM_LIBDIR}/History.rdoc
|
||||
${GEM_LIBDIR}/Licence.rdoc
|
||||
${GEM_LIBDIR}/Manifest.txt
|
||||
|
@ -36,12 +34,4 @@ ${GEM_LIBDIR}/lib/mime/types/video.obsolete
|
|||
${GEM_LIBDIR}/mime-types.gemspec
|
||||
${GEM_LIBDIR}/test/test_mime_type.rb
|
||||
${GEM_LIBDIR}/test/test_mime_types.rb
|
||||
${GEM_LIBDIR}/type-lists/application.txt
|
||||
${GEM_LIBDIR}/type-lists/audio.txt
|
||||
${GEM_LIBDIR}/type-lists/image.txt
|
||||
${GEM_LIBDIR}/type-lists/message.txt
|
||||
${GEM_LIBDIR}/type-lists/model.txt
|
||||
${GEM_LIBDIR}/type-lists/multipart.txt
|
||||
${GEM_LIBDIR}/type-lists/text.txt
|
||||
${GEM_LIBDIR}/type-lists/video.txt
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2012/03/21 15:43:52 taca Exp $
|
||||
$NetBSD: distinfo,v 1.5 2012/09/09 15:02:34 taca Exp $
|
||||
|
||||
SHA1 (mime-types-1.18.gem) = a5fee1d398b6ae0563113fa1493315136aeaa8c5
|
||||
RMD160 (mime-types-1.18.gem) = 47f112efb73b75d473b5212eb024eeae9355eb45
|
||||
Size (mime-types-1.18.gem) = 52736 bytes
|
||||
SHA1 (mime-types-1.19.gem) = 9e67472dda95a47892300ff657641fe41768a356
|
||||
RMD160 (mime-types-1.19.gem) = 49e79ecdb15d4fcd5fc151d1bacb3465adfa3870
|
||||
Size (mime-types-1.19.gem) = 38912 bytes
|
||||
|
|
Loading…
Reference in a new issue