diff options
author | taca <taca> | 2013-09-15 13:57:41 +0000 |
---|---|---|
committer | taca <taca> | 2013-09-15 13:57:41 +0000 |
commit | b80e1ca9dcf108c7c9323cb4db01169b750abffd (patch) | |
tree | e76f2201de6f2bd653a0b4ae303aa68caa08a878 /mail/ruby-mime-types | |
parent | 313e0243a676fa2651bccd39512dc972289e369c (diff) | |
download | pkgsrc-b80e1ca9dcf108c7c9323cb4db01169b750abffd.tar.gz |
Update ruby-mime-types to 1.25.
== 1.25 / 2013-08-30
* New Features:
* Adding lazy loading and caching functionality to the default data based on
work done by Greg Brockman (gdb).
* Bugs:
* Force the default internal application encoding to be used when reading the
MIME types database. Based on a change by briangamble, found in the rapid7
fork.
* New extensions:
* mjpeg (video/x-motion-jpeg) based on a change by punkrats, found in the
vidibus fork.
* Modernized MiniTest configuration.
== 1.24 / 2013-08-14
* Code Climate:
* Working on improving the quality of the mime-types codebase through the use
of Code Climate. https://codeclimate.com/github/halostatue/mime-types
* Simplified MIME::Type.from_array to make more assumptions about assignment.
* Documentation:
* LeoYoung <mrleoyoung@gmail.com> pointed out that the README.rdoc contained
examples that could never possibly work because MIME::Types#[] returns (for
all the versions I have handy) an array, not a single type. I have updated
README.rdoc to reflect this.
* Removed Nokogiri as a declared development dependency. It is still required
if you're going to use the IANA parser functionality, but it is not necessary
for most development purposes. This has been removed to ensure that Travis CI
passes on Ruby 1.8.7.
* New MIME Types:
* 7zip (application/x-7z-compressed). Fixes a request by kodram.
https://github.com/halostatue/mime-types/issues/32
* application/x-www-form-urlencoded. Fixes a request by alexkwolfe.
https://github.com/halostatue/mime-types/issues/39
* Various new MIME types from IANA:
* application/mbms-schedule\+xml from 3GPP and Turcotte.
* application/provenance\+xml from W3C and Herman.
* application/session-info from 3GPP and Firmin.
* application/urc-grpsheet\+xml, application/urc-targetdesc\+xml,
application/uisocketdesc\+xml from Zimmermann.
* application/api\+json from Klabnik.
* application/vnd.etsi.pstn\+xml from Han and Belling.
* application/vnd.fujixerox.docuworks.container from Tashiro.
* application/vnd.windows.devicepairing from Dandawate.
* video/vnd.radgamettools.bink and video/vnd.radgamettools.smacker from
Andersson.
* Updated MIME Types:
* RFC 6960 was adopted (application/ocsp-request and application/ocsp-response).
Diffstat (limited to 'mail/ruby-mime-types')
-rw-r--r-- | mail/ruby-mime-types/Makefile | 4 | ||||
-rw-r--r-- | mail/ruby-mime-types/PLIST | 4 | ||||
-rw-r--r-- | mail/ruby-mime-types/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/mail/ruby-mime-types/Makefile b/mail/ruby-mime-types/Makefile index 3ef3857dbba..0e58a7dd3cd 100644 --- a/mail/ruby-mime-types/Makefile +++ b/mail/ruby-mime-types/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2013/06/16 16:59:36 taca Exp $ +# $NetBSD: Makefile,v 1.8 2013/09/15 13:57:41 taca Exp $ -DISTNAME= mime-types-1.23 +DISTNAME= mime-types-1.25 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/mail/ruby-mime-types/PLIST b/mail/ruby-mime-types/PLIST index cb5a0693c3c..1887ef8e7d3 100644 --- a/mail/ruby-mime-types/PLIST +++ b/mail/ruby-mime-types/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2013/06/16 16:59:36 taca Exp $ +@comment $NetBSD: PLIST,v 1.9 2013/09/15 13:57:41 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gemtest ${GEM_LIBDIR}/.hoerc @@ -40,4 +40,6 @@ ${GEM_LIBDIR}/lib/mime/types/video.nonstandard ${GEM_LIBDIR}/lib/mime/types/video.obsolete ${GEM_LIBDIR}/test/test_mime_type.rb ${GEM_LIBDIR}/test/test_mime_types.rb +${GEM_LIBDIR}/test/test_mime_types_cache.rb +${GEM_LIBDIR}/test/test_mime_types_lazy.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/mail/ruby-mime-types/distinfo b/mail/ruby-mime-types/distinfo index 528a5225a1a..2a867603347 100644 --- a/mail/ruby-mime-types/distinfo +++ b/mail/ruby-mime-types/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2013/06/16 16:59:36 taca Exp $ +$NetBSD: distinfo,v 1.8 2013/09/15 13:57:41 taca Exp $ -SHA1 (mime-types-1.23.gem) = 98878d75c56c4a4de49269fa4e97438c1fe51d56 -RMD160 (mime-types-1.23.gem) = b2197830cb75c09537d81ab36e4777c98335071c -Size (mime-types-1.23.gem) = 55296 bytes +SHA1 (mime-types-1.25.gem) = 4eab9f4371a3d3528fbb12ce2eea3e125c43e13f +RMD160 (mime-types-1.25.gem) = 096e15a052cc366918d4095956f9a9e6ac09fdec +Size (mime-types-1.25.gem) = 60928 bytes |