pkgsrc/textproc/ruby-json/PLIST

115 lines
4.4 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.22 2020/01/18 16:23:14 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/json/ext/generator.${RUBY_DLEXT}
${GEM_EXTSDIR}/json/ext/parser.${RUBY_DLEXT}
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.travis.yml
Update ruby-json and ruby-json-pure to 2.1.0. ## 2017-04-18 (2.1.0) * Allow passing of `decimal_class` option to specify a class as which to parse JSON float numbers. ## 2017-03-23 (2.0.4) * Raise exception for incomplete unicode surrogates/character escape sequences. This problem was reported by Daniel Gollahon (dgollahon). * Fix arbitrary heap exposure problem. This problem was reported by Ahmad Sherif (ahmadsherif). ## 2017-01-12 (2.0.3) * Set `required_ruby_version` to 1.9 * Some small fixes ## 2016-07-26 (2.0.2) * Specify `required_ruby_version` for json\_pure. * Fix issue #295 failure when parsing frozen strings. ## 2016-07-01 (2.0.1) * Fix problem when requiring json\_pure and Parser constant was defined top level. * Add `RB_GC_GUARD` to avoid possible GC problem via Pete Johns. * Store `current_nesting` on stack by Aaron Patterson. ## 2015-09-11 (2.0.0) * Now complies to newest JSON RFC 7159. * Implements compatibiliy to ruby 2.4 integer unification. * Drops support for old rubies whose life has ended, that is rubies < 2.0. Also see https://www.ruby-lang.org/en/news/2014/07/01/eol-for-1-8-7-and-1-9-2/ * There were still some mentions of dual GPL licensing in the source, but JSON has just the Ruby license that itself includes an explicit dual-licensing clause that allows covered software to be distributed under the terms of the Simplified BSD License instead for all ruby versions >= 1.9.3. This is however a GPL compatible license according to the Free Software Foundation. I changed these mentions to be consistent with the Ruby license setting in the gemspec files which were already correct now.
2017-06-12 18:34:13 +02:00
${GEM_LIBDIR}/CHANGES.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
Update ruby-json and ruby-json-pure to 2.1.0. ## 2017-04-18 (2.1.0) * Allow passing of `decimal_class` option to specify a class as which to parse JSON float numbers. ## 2017-03-23 (2.0.4) * Raise exception for incomplete unicode surrogates/character escape sequences. This problem was reported by Daniel Gollahon (dgollahon). * Fix arbitrary heap exposure problem. This problem was reported by Ahmad Sherif (ahmadsherif). ## 2017-01-12 (2.0.3) * Set `required_ruby_version` to 1.9 * Some small fixes ## 2016-07-26 (2.0.2) * Specify `required_ruby_version` for json\_pure. * Fix issue #295 failure when parsing frozen strings. ## 2016-07-01 (2.0.1) * Fix problem when requiring json\_pure and Parser constant was defined top level. * Add `RB_GC_GUARD` to avoid possible GC problem via Pete Johns. * Store `current_nesting` on stack by Aaron Patterson. ## 2015-09-11 (2.0.0) * Now complies to newest JSON RFC 7159. * Implements compatibiliy to ruby 2.4 integer unification. * Drops support for old rubies whose life has ended, that is rubies < 2.0. Also see https://www.ruby-lang.org/en/news/2014/07/01/eol-for-1-8-7-and-1-9-2/ * There were still some mentions of dual GPL licensing in the source, but JSON has just the Ruby license that itself includes an explicit dual-licensing clause that allows covered software to be distributed under the terms of the Simplified BSD License instead for all ruby versions >= 1.9.3. This is however a GPL compatible license according to the Free Software Foundation. I changed these mentions to be consistent with the Ruby license setting in the gemspec files which were already correct now.
2017-06-12 18:34:13 +02:00
${GEM_LIBDIR}/README-json-jruby.md
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/VERSION
${GEM_LIBDIR}/diagrams/.keep
${GEM_LIBDIR}/ext/json/ext/fbuffer/fbuffer.h
${GEM_LIBDIR}/ext/json/ext/generator/depend
${GEM_LIBDIR}/ext/json/ext/generator/extconf.rb
${GEM_LIBDIR}/ext/json/ext/generator/generator.c
${GEM_LIBDIR}/ext/json/ext/generator/generator.h
${GEM_LIBDIR}/ext/json/ext/parser/depend
${GEM_LIBDIR}/ext/json/ext/parser/extconf.rb
${GEM_LIBDIR}/ext/json/ext/parser/parser.c
${GEM_LIBDIR}/ext/json/ext/parser/parser.h
${GEM_LIBDIR}/ext/json/ext/parser/parser.rl
${GEM_LIBDIR}/ext/json/extconf.rb
${GEM_LIBDIR}/install.rb
${GEM_LIBDIR}/java/src/json/ext/ByteListTranscoder.java
${GEM_LIBDIR}/java/src/json/ext/Generator.java
${GEM_LIBDIR}/java/src/json/ext/GeneratorMethods.java
${GEM_LIBDIR}/java/src/json/ext/GeneratorService.java
${GEM_LIBDIR}/java/src/json/ext/GeneratorState.java
${GEM_LIBDIR}/java/src/json/ext/OptionsReader.java
${GEM_LIBDIR}/java/src/json/ext/Parser.java
${GEM_LIBDIR}/java/src/json/ext/Parser.rl
${GEM_LIBDIR}/java/src/json/ext/ParserService.java
${GEM_LIBDIR}/java/src/json/ext/RuntimeInfo.java
${GEM_LIBDIR}/java/src/json/ext/StringDecoder.java
${GEM_LIBDIR}/java/src/json/ext/StringEncoder.java
${GEM_LIBDIR}/java/src/json/ext/Utils.java
${GEM_LIBDIR}/json-java.gemspec
${GEM_LIBDIR}/json.gemspec
${GEM_LIBDIR}/json_pure.gemspec
${GEM_LIBDIR}/lib/json.rb
${GEM_LIBDIR}/lib/json/add/bigdecimal.rb
${GEM_LIBDIR}/lib/json/add/complex.rb
${GEM_LIBDIR}/lib/json/add/core.rb
${GEM_LIBDIR}/lib/json/add/date.rb
${GEM_LIBDIR}/lib/json/add/date_time.rb
${GEM_LIBDIR}/lib/json/add/exception.rb
${GEM_LIBDIR}/lib/json/add/ostruct.rb
${GEM_LIBDIR}/lib/json/add/range.rb
${GEM_LIBDIR}/lib/json/add/rational.rb
${GEM_LIBDIR}/lib/json/add/regexp.rb
${GEM_LIBDIR}/lib/json/add/set.rb
${GEM_LIBDIR}/lib/json/add/struct.rb
${GEM_LIBDIR}/lib/json/add/symbol.rb
${GEM_LIBDIR}/lib/json/add/time.rb
${GEM_LIBDIR}/lib/json/common.rb
${GEM_LIBDIR}/lib/json/ext.rb
${GEM_LIBDIR}/lib/json/ext/.keep
${GEM_LIBDIR}/lib/json/ext/generator.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/json/ext/parser.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/json/generic_object.rb
${GEM_LIBDIR}/lib/json/pure.rb
${GEM_LIBDIR}/lib/json/pure/generator.rb
${GEM_LIBDIR}/lib/json/pure/parser.rb
${GEM_LIBDIR}/lib/json/version.rb
Update ruby-json and ruby-json-pure to 2.1.0. ## 2017-04-18 (2.1.0) * Allow passing of `decimal_class` option to specify a class as which to parse JSON float numbers. ## 2017-03-23 (2.0.4) * Raise exception for incomplete unicode surrogates/character escape sequences. This problem was reported by Daniel Gollahon (dgollahon). * Fix arbitrary heap exposure problem. This problem was reported by Ahmad Sherif (ahmadsherif). ## 2017-01-12 (2.0.3) * Set `required_ruby_version` to 1.9 * Some small fixes ## 2016-07-26 (2.0.2) * Specify `required_ruby_version` for json\_pure. * Fix issue #295 failure when parsing frozen strings. ## 2016-07-01 (2.0.1) * Fix problem when requiring json\_pure and Parser constant was defined top level. * Add `RB_GC_GUARD` to avoid possible GC problem via Pete Johns. * Store `current_nesting` on stack by Aaron Patterson. ## 2015-09-11 (2.0.0) * Now complies to newest JSON RFC 7159. * Implements compatibiliy to ruby 2.4 integer unification. * Drops support for old rubies whose life has ended, that is rubies < 2.0. Also see https://www.ruby-lang.org/en/news/2014/07/01/eol-for-1-8-7-and-1-9-2/ * There were still some mentions of dual GPL licensing in the source, but JSON has just the Ruby license that itself includes an explicit dual-licensing clause that allows covered software to be distributed under the terms of the Simplified BSD License instead for all ruby versions >= 1.9.3. This is however a GPL compatible license according to the Free Software Foundation. I changed these mentions to be consistent with the Ruby license setting in the gemspec files which were already correct now.
2017-06-12 18:34:13 +02:00
${GEM_LIBDIR}/references/rfc7159.txt
${GEM_LIBDIR}/tests/fixtures/fail10.json
${GEM_LIBDIR}/tests/fixtures/fail11.json
${GEM_LIBDIR}/tests/fixtures/fail12.json
${GEM_LIBDIR}/tests/fixtures/fail13.json
${GEM_LIBDIR}/tests/fixtures/fail14.json
${GEM_LIBDIR}/tests/fixtures/fail18.json
${GEM_LIBDIR}/tests/fixtures/fail19.json
${GEM_LIBDIR}/tests/fixtures/fail2.json
${GEM_LIBDIR}/tests/fixtures/fail20.json
${GEM_LIBDIR}/tests/fixtures/fail21.json
${GEM_LIBDIR}/tests/fixtures/fail22.json
${GEM_LIBDIR}/tests/fixtures/fail23.json
${GEM_LIBDIR}/tests/fixtures/fail24.json
${GEM_LIBDIR}/tests/fixtures/fail25.json
${GEM_LIBDIR}/tests/fixtures/fail27.json
${GEM_LIBDIR}/tests/fixtures/fail28.json
${GEM_LIBDIR}/tests/fixtures/fail3.json
${GEM_LIBDIR}/tests/fixtures/fail4.json
${GEM_LIBDIR}/tests/fixtures/fail5.json
${GEM_LIBDIR}/tests/fixtures/fail6.json
${GEM_LIBDIR}/tests/fixtures/fail7.json
${GEM_LIBDIR}/tests/fixtures/fail8.json
${GEM_LIBDIR}/tests/fixtures/fail9.json
Update ruby-json and ruby-json-pure to 2.1.0. ## 2017-04-18 (2.1.0) * Allow passing of `decimal_class` option to specify a class as which to parse JSON float numbers. ## 2017-03-23 (2.0.4) * Raise exception for incomplete unicode surrogates/character escape sequences. This problem was reported by Daniel Gollahon (dgollahon). * Fix arbitrary heap exposure problem. This problem was reported by Ahmad Sherif (ahmadsherif). ## 2017-01-12 (2.0.3) * Set `required_ruby_version` to 1.9 * Some small fixes ## 2016-07-26 (2.0.2) * Specify `required_ruby_version` for json\_pure. * Fix issue #295 failure when parsing frozen strings. ## 2016-07-01 (2.0.1) * Fix problem when requiring json\_pure and Parser constant was defined top level. * Add `RB_GC_GUARD` to avoid possible GC problem via Pete Johns. * Store `current_nesting` on stack by Aaron Patterson. ## 2015-09-11 (2.0.0) * Now complies to newest JSON RFC 7159. * Implements compatibiliy to ruby 2.4 integer unification. * Drops support for old rubies whose life has ended, that is rubies < 2.0. Also see https://www.ruby-lang.org/en/news/2014/07/01/eol-for-1-8-7-and-1-9-2/ * There were still some mentions of dual GPL licensing in the source, but JSON has just the Ruby license that itself includes an explicit dual-licensing clause that allows covered software to be distributed under the terms of the Simplified BSD License instead for all ruby versions >= 1.9.3. This is however a GPL compatible license according to the Free Software Foundation. I changed these mentions to be consistent with the Ruby license setting in the gemspec files which were already correct now.
2017-06-12 18:34:13 +02:00
${GEM_LIBDIR}/tests/fixtures/obsolete_fail1.json
${GEM_LIBDIR}/tests/fixtures/pass1.json
${GEM_LIBDIR}/tests/fixtures/pass15.json
${GEM_LIBDIR}/tests/fixtures/pass16.json
${GEM_LIBDIR}/tests/fixtures/pass17.json
${GEM_LIBDIR}/tests/fixtures/pass2.json
${GEM_LIBDIR}/tests/fixtures/pass26.json
${GEM_LIBDIR}/tests/fixtures/pass3.json
Update ruby-json and ruby-json-pure to 2.1.0. ## 2017-04-18 (2.1.0) * Allow passing of `decimal_class` option to specify a class as which to parse JSON float numbers. ## 2017-03-23 (2.0.4) * Raise exception for incomplete unicode surrogates/character escape sequences. This problem was reported by Daniel Gollahon (dgollahon). * Fix arbitrary heap exposure problem. This problem was reported by Ahmad Sherif (ahmadsherif). ## 2017-01-12 (2.0.3) * Set `required_ruby_version` to 1.9 * Some small fixes ## 2016-07-26 (2.0.2) * Specify `required_ruby_version` for json\_pure. * Fix issue #295 failure when parsing frozen strings. ## 2016-07-01 (2.0.1) * Fix problem when requiring json\_pure and Parser constant was defined top level. * Add `RB_GC_GUARD` to avoid possible GC problem via Pete Johns. * Store `current_nesting` on stack by Aaron Patterson. ## 2015-09-11 (2.0.0) * Now complies to newest JSON RFC 7159. * Implements compatibiliy to ruby 2.4 integer unification. * Drops support for old rubies whose life has ended, that is rubies < 2.0. Also see https://www.ruby-lang.org/en/news/2014/07/01/eol-for-1-8-7-and-1-9-2/ * There were still some mentions of dual GPL licensing in the source, but JSON has just the Ruby license that itself includes an explicit dual-licensing clause that allows covered software to be distributed under the terms of the Simplified BSD License instead for all ruby versions >= 1.9.3. This is however a GPL compatible license according to the Free Software Foundation. I changed these mentions to be consistent with the Ruby license setting in the gemspec files which were already correct now.
2017-06-12 18:34:13 +02:00
${GEM_LIBDIR}/tests/json_addition_test.rb
${GEM_LIBDIR}/tests/json_common_interface_test.rb
${GEM_LIBDIR}/tests/json_encoding_test.rb
${GEM_LIBDIR}/tests/json_ext_parser_test.rb
${GEM_LIBDIR}/tests/json_fixtures_test.rb
${GEM_LIBDIR}/tests/json_generator_test.rb
${GEM_LIBDIR}/tests/json_generic_object_test.rb
${GEM_LIBDIR}/tests/json_parser_test.rb
${GEM_LIBDIR}/tests/json_string_matching_test.rb
${GEM_LIBDIR}/tests/test_helper.rb
${GEM_LIBDIR}/tools/diff.sh
${GEM_LIBDIR}/tools/fuzz.rb
${GEM_LIBDIR}/tools/server.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec