diff options
author | taca <taca> | 2012-09-09 15:02:34 +0000 |
---|---|---|
committer | taca <taca> | 2012-09-09 15:02:34 +0000 |
commit | 625aebd836ae4e230d85a141aeac40f2785bf794 (patch) | |
tree | 4566cb60fb689d8ec0f3eba42f663b8a3b1fd7d0 /mail | |
parent | 03126131a367285b880d479cb3fb48d23b32a067 (diff) | |
download | pkgsrc-625aebd836ae4e230d85a141aeac40f2785bf794.tar.gz |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ruby-mime-types/Makefile | 4 | ||||
-rw-r--r-- | mail/ruby-mime-types/PLIST | 12 | ||||
-rw-r--r-- | mail/ruby-mime-types/distinfo | 8 |
3 files changed, 7 insertions, 17 deletions
diff --git a/mail/ruby-mime-types/Makefile b/mail/ruby-mime-types/Makefile index 8b35f49139c..4f0ddb7b459 100644 --- a/mail/ruby-mime-types/Makefile +++ b/mail/ruby-mime-types/Makefile @@ -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 diff --git a/mail/ruby-mime-types/PLIST b/mail/ruby-mime-types/PLIST index 51172d96004..4df1335a333 100644 --- a/mail/ruby-mime-types/PLIST +++ b/mail/ruby-mime-types/PLIST @@ -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 diff --git a/mail/ruby-mime-types/distinfo b/mail/ruby-mime-types/distinfo index 8674027aba1..d010728d5b2 100644 --- a/mail/ruby-mime-types/distinfo +++ b/mail/ruby-mime-types/distinfo @@ -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 |