Skip to content

Commit

Permalink
Update ruby-mime-types to 1.19.
Browse files Browse the repository at this point in the history
== 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 mime-types/ruby-mime-types#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 mime-types/ruby-mime-types#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 mime-types/ruby-mime-types#12:
    * audio/x-pn-realaudio extension is .ra, not .rm.
* Resolved mime-types/ruby-mime-types#8. Apparently some
  people run the tests on Linux. Imagine that.
  • Loading branch information
taca committed Sep 9, 2012
1 parent cca22a9 commit 5b840cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
4 changes: 2 additions & 2 deletions mail/ruby-mime-types/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down
12 changes: 1 addition & 11 deletions mail/ruby-mime-types/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
8 changes: 4 additions & 4 deletions mail/ruby-mime-types/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5b840cb

Please sign in to comment.