Sun Jun 7 15:49:54 2015 UTC ()
Update ruby-mime-types to 2.6.1.

== 2.6.1 / 2015-05-25

* Bugs:
  * Make columnar store handle all supported extensions, not just the first.
  * Avoid circular require when using the columnar store.

== 2.6 / 2015-05-25

* New Feature:
  * Columnar data storage for the MIME::Types registry, contributed by Jeremy
    Evans (@jeremyevans). Reduces default memory use substantially (the mail
    gem drops from 19 Mib to about 3 Mib). Resolves
    {#96}[https://github.com/mime-types/ruby-mime-types/pull/96],
    {#94}[https://github.com/mime-types/ruby-mime-types/issues/94],
    {#83}[https://github.com/mime-types/ruby-mime-types/issues/83]. Partially
    addresses {#64}[https://github.com/mime-types/ruby-mime-types/issues/64]
    and {#62}[https://github.com/mime-types/ruby-mime-types/issues/62].
* Development:
  * Removed caching of deprecation messages in preparation for mime-types 3.0.
    Now, deprecated methods will always warn their deprecation instead of only
    warning once.
  * Added a logger for deprecation messages.
  * Renamed <tt>lib/mime.rb</tt> to <tt>lib/mime/deprecations.rb</tt> to not
    conflict with the {mime}[https://rubygems.org/gems/mime] gem on behalf of
    the maintainers of the {Praxis Framework}[http://praxis-framework.io/].
    Provided by Josep M. Blanquer (@blanquer),
    {#100}[https://github.com/mime-types/ruby-mime-types/pull/100].
  * Added the columnar data conversion tool, also provided by Jeremy Evans.
* Documentation:
  * Improved documentation and ensured that all deprecated methods are marked
    as such in the documentation.
* Development:
  * Added more Ruby variants to Travis CI.
  * Silenced deprecation messages for internal tools. Noisy deprecations are
    noisy, but that's the point.

== 2.5 / 2015-04-25

* Bugs:
  * David Genord (@albus522) fixed a bug in loading MIME::types cache where a
    container loaded from cache did not have the expected +default_proc+,
    {#86}[https://github.com/mime-types/ruby-mime-types/pull/86].
  * Richard Schneeman (@schneems) provided a patch that substantially reduces
    unnecessary allocations.
* Documentation:
  * Tibor Szol叩r (@flexik) fixed a typo in the README,
    {#82}[https://github.com/mime-types/ruby-mime-types/pull/82]
  * Fixed {#80}[https://github.com/mime-types/ruby-mime-types/issues/80],
    clarifying the relationship of MIME::Type#content_type and
    MIME::Type#simplified, with Ken Ip (@kenips).
* Development:
  * Juanito Fatas (@JuanitoFatas) enabled container mode on Travis CI,
    {#87}[https://github.com/mime-types/ruby-mime-types/pull/87].
* Moved development to a mime-types organization under
  {mime-types/ruby-mime-types}[https://github.com/mime-types/ruby-mime-types].


(taca)
diff -r1.9 -r1.10 pkgsrc/mail/ruby-mime-types/Makefile
diff -r1.9 -r1.10 pkgsrc/mail/ruby-mime-types/distinfo
diff -r1.10 -r1.11 pkgsrc/mail/ruby-mime-types/PLIST

cvs diff -r1.9 -r1.10 pkgsrc/mail/ruby-mime-types/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/ruby-mime-types/Makefile 2015/02/04 15:17:04 1.9
+++ pkgsrc/mail/ruby-mime-types/Makefile 2015/06/07 15:49:54 1.10
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.9 2015/02/04 15:17:04 taca Exp $ 1# $NetBSD: Makefile,v 1.10 2015/06/07 15:49:54 taca Exp $
2 2
3DISTNAME= mime-types-2.4.3 3DISTNAME= mime-types-2.6.1
4CATEGORIES= www 4CATEGORIES= www
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://mime-types.rubyforge.org/ 7HOMEPAGE= http://mime-types.rubyforge.org/
8COMMENT= Definition of MIME types for Ruby 8COMMENT= Definition of MIME types for Ruby
9LICENSE= ruby-license OR artistic OR gnu-gpl-v2 OR gnu-gpl-v3 9LICENSE= ruby-license OR artistic OR gnu-gpl-v2 OR gnu-gpl-v3
10 10
11.include "../../lang/ruby/gem.mk" 11.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/mail/ruby-mime-types/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/ruby-mime-types/distinfo 2015/02/04 15:17:04 1.9
+++ pkgsrc/mail/ruby-mime-types/distinfo 2015/06/07 15:49:54 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2015/02/04 15:17:04 taca Exp $ 1$NetBSD: distinfo,v 1.10 2015/06/07 15:49:54 taca Exp $
2 2
3SHA1 (mime-types-2.4.3.gem) = e554e244b9d3cad00d477d925b49f133318528bf 3SHA1 (mime-types-2.6.1.gem) = b85a2bbce1d613d5ab4a6b0e25aad8d77769807c
4RMD160 (mime-types-2.4.3.gem) = 9fd3f60131b36c572db76fc72bb7617816f4b98c 4RMD160 (mime-types-2.6.1.gem) = cb4642598569f083fa1725062d98f3092b055f44
5Size (mime-types-2.4.3.gem) = 118272 bytes 5Size (mime-types-2.6.1.gem) = 189440 bytes

cvs diff -r1.10 -r1.11 pkgsrc/mail/ruby-mime-types/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/ruby-mime-types/PLIST 2015/02/04 15:17:04 1.10
+++ pkgsrc/mail/ruby-mime-types/PLIST 2015/06/07 15:49:54 1.11
@@ -1,42 +1,56 @@ @@ -1,42 +1,56 @@
1@comment $NetBSD: PLIST,v 1.10 2015/02/04 15:17:04 taca Exp $ 1@comment $NetBSD: PLIST,v 1.11 2015/06/07 15:49:54 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/.autotest 3${GEM_LIBDIR}/.autotest
4${GEM_LIBDIR}/.coveralls.yml 
5${GEM_LIBDIR}/.gemtest 4${GEM_LIBDIR}/.gemtest
 5${GEM_LIBDIR}/.gitignore
6${GEM_LIBDIR}/.hoerc 6${GEM_LIBDIR}/.hoerc
7${GEM_LIBDIR}/.minitest.rb 
8${GEM_LIBDIR}/.travis.yml 
9${GEM_LIBDIR}/Contributing.rdoc 7${GEM_LIBDIR}/Contributing.rdoc
10${GEM_LIBDIR}/Gemfile 
11${GEM_LIBDIR}/History-Types.rdoc 8${GEM_LIBDIR}/History-Types.rdoc
12${GEM_LIBDIR}/History.rdoc 9${GEM_LIBDIR}/History.rdoc
13${GEM_LIBDIR}/Licence.rdoc 10${GEM_LIBDIR}/Licence.rdoc
14${GEM_LIBDIR}/Manifest.txt 11${GEM_LIBDIR}/Manifest.txt
15${GEM_LIBDIR}/README.rdoc 12${GEM_LIBDIR}/README.rdoc
16${GEM_LIBDIR}/Rakefile 13${GEM_LIBDIR}/Rakefile
17${GEM_LIBDIR}/data/mime-types.json 14${GEM_LIBDIR}/data/mime-types.json
 15${GEM_LIBDIR}/data/mime.content_type.column
 16${GEM_LIBDIR}/data/mime.docs.column
 17${GEM_LIBDIR}/data/mime.encoding.column
 18${GEM_LIBDIR}/data/mime.friendly.column
 19${GEM_LIBDIR}/data/mime.obsolete.column
 20${GEM_LIBDIR}/data/mime.references.column
 21${GEM_LIBDIR}/data/mime.registered.column
 22${GEM_LIBDIR}/data/mime.signature.column
 23${GEM_LIBDIR}/data/mime.system.column
 24${GEM_LIBDIR}/data/mime.use_instead.column
 25${GEM_LIBDIR}/data/mime.xrefs.column
18${GEM_LIBDIR}/docs/COPYING.txt 26${GEM_LIBDIR}/docs/COPYING.txt
19${GEM_LIBDIR}/docs/artistic.txt 27${GEM_LIBDIR}/docs/artistic.txt
20${GEM_LIBDIR}/lib/mime-types.rb 28${GEM_LIBDIR}/lib/mime-types.rb
21${GEM_LIBDIR}/lib/mime.rb 
22${GEM_LIBDIR}/lib/mime/type.rb 29${GEM_LIBDIR}/lib/mime/type.rb
 30${GEM_LIBDIR}/lib/mime/type/columnar.rb
23${GEM_LIBDIR}/lib/mime/types.rb 31${GEM_LIBDIR}/lib/mime/types.rb
24${GEM_LIBDIR}/lib/mime/types/cache.rb 32${GEM_LIBDIR}/lib/mime/types/cache.rb
 33${GEM_LIBDIR}/lib/mime/types/columnar.rb
 34${GEM_LIBDIR}/lib/mime/types/deprecations.rb
25${GEM_LIBDIR}/lib/mime/types/loader.rb 35${GEM_LIBDIR}/lib/mime/types/loader.rb
26${GEM_LIBDIR}/lib/mime/types/loader_path.rb 36${GEM_LIBDIR}/lib/mime/types/loader_path.rb
 37${GEM_LIBDIR}/lib/mime/types/logger.rb
27${GEM_LIBDIR}/support/apache_mime_types.rb 38${GEM_LIBDIR}/support/apache_mime_types.rb
28${GEM_LIBDIR}/support/benchmarks/load.rb 39${GEM_LIBDIR}/support/benchmarks/load.rb
 40${GEM_LIBDIR}/support/benchmarks/load_allocations.rb
 41${GEM_LIBDIR}/support/benchmarks/object_counts.rb
29${GEM_LIBDIR}/support/convert.rb 42${GEM_LIBDIR}/support/convert.rb
 43${GEM_LIBDIR}/support/convert/columnar.rb
30${GEM_LIBDIR}/support/iana_registry.rb 44${GEM_LIBDIR}/support/iana_registry.rb
31${GEM_LIBDIR}/test/bad-fixtures/malformed 45${GEM_LIBDIR}/test/bad-fixtures/malformed
32${GEM_LIBDIR}/test/fixture/json.json 46${GEM_LIBDIR}/test/fixture/json.json
33${GEM_LIBDIR}/test/fixture/old-data 47${GEM_LIBDIR}/test/fixture/old-data
34${GEM_LIBDIR}/test/fixture/yaml.yaml 48${GEM_LIBDIR}/test/fixture/yaml.yaml
35${GEM_LIBDIR}/test/minitest_helper.rb 49${GEM_LIBDIR}/test/minitest_helper.rb
36${GEM_LIBDIR}/test/test_mime_type.rb 50${GEM_LIBDIR}/test/test_mime_type.rb
37${GEM_LIBDIR}/test/test_mime_types.rb 51${GEM_LIBDIR}/test/test_mime_types.rb
38${GEM_LIBDIR}/test/test_mime_types_cache.rb 52${GEM_LIBDIR}/test/test_mime_types_cache.rb
39${GEM_LIBDIR}/test/test_mime_types_class.rb 53${GEM_LIBDIR}/test/test_mime_types_class.rb
40${GEM_LIBDIR}/test/test_mime_types_lazy.rb 54${GEM_LIBDIR}/test/test_mime_types_lazy.rb
41${GEM_LIBDIR}/test/test_mime_types_loader.rb 55${GEM_LIBDIR}/test/test_mime_types_loader.rb
42${GEM_HOME}/specifications/${GEM_NAME}.gemspec 56${GEM_HOME}/specifications/${GEM_NAME}.gemspec