summaryrefslogtreecommitdiff
path: root/textproc/ruby-json/PLIST
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-05-04 02:46:50 +0000
committertaca <taca@pkgsrc.org>2010-05-04 02:46:50 +0000
commit1711260faed46caa78cbf34f5ea9c7b1d8230635 (patch)
tree42edecf80c4f379afa6e7d7428192c805d5e1969 /textproc/ruby-json/PLIST
parent72d6a2008b3ee49bb279e6f2ddb2a87a0c0f94c3 (diff)
downloadpkgsrc-1711260faed46caa78cbf34f5ea9c7b1d8230635.tar.gz
Update ruby-json package from 1.2.0 to 1.4.2.
2010-04-26 (1.4.2) * Applied patch from naruse Yui NARUSE <naruse@airemix.com> to make building with Microsoft Visual C possible again. * Applied patch from devrandom <c1.github@niftybox.net> in order to allow building of json_pure if extensiontask is not present. * Thanks to Dustin Schneider <dustin@stocktwits.com>, who reported a memory leak, which is fixed in this release. * Applied 993f261ccb8f911d2ae57e9db48ec7acd0187283 patch from josh@github. 2010-04-25 (1.4.1) * Fix for a bug reported by Dan DeLeo <dan@kallistec.com>, caused by T_FIXNUM being different on 32bit/64bit architectures. 2010-04-23 (1.4.0) * Major speed improvements and building with simplified directory/file-structure. * Extension should at least be comapatible with MRI, YARV and Rubinius. 2010-04-07 (1.2.4) * Triger const_missing callback to make Rails' dynamic class loading work. 2010-03-11 (1.2.3) * Added a State#[] method which returns an attribute's value in order to increase duck type compatibility to Hash. 2010-02-27 (1.2.2) * Made some changes to make the building of the parser/generator compatible to Rubinius. 2009-11-25 (1.2.1) * Added :symbolize_names option to Parser, which returns symbols instead of strings in object names/keys.
Diffstat (limited to 'textproc/ruby-json/PLIST')
-rw-r--r--textproc/ruby-json/PLIST12
1 files changed, 7 insertions, 5 deletions
diff --git a/textproc/ruby-json/PLIST b/textproc/ruby-json/PLIST
index 3d942e5c891..5a0e8d398f1 100644
--- a/textproc/ruby-json/PLIST
+++ b/textproc/ruby-json/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/11/23 13:33:47 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.4 2010/05/04 02:46:50 taca Exp $
${GEM_HOME}/cache/json-${PKGVERSION}.gem
${GEM_LIBDIR}/.require_paths
${GEM_LIBDIR}/CHANGES
@@ -39,7 +39,11 @@ ${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails.log
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser-autocorrelation.dat
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser.dat
${GEM_LIBDIR}/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML.log
+${GEM_LIBDIR}/benchmarks/generator2_benchmark.rb
${GEM_LIBDIR}/benchmarks/generator_benchmark.rb
+${GEM_LIBDIR}/benchmarks/ohai.json
+${GEM_LIBDIR}/benchmarks/ohai.ruby
+${GEM_LIBDIR}/benchmarks/parser2_benchmark.rb
${GEM_LIBDIR}/benchmarks/parser_benchmark.rb
${GEM_LIBDIR}/bin/edit_json.rb
${GEM_LIBDIR}/bin/prettify_json.rb
@@ -48,13 +52,11 @@ ${GEM_LIBDIR}/data/index.html
${GEM_LIBDIR}/data/prototype.js
${GEM_LIBDIR}/ext/json/ext/generator/extconf.rb
${GEM_LIBDIR}/ext/json/ext/generator/generator.c
-${GEM_LIBDIR}/ext/json/ext/generator/unicode.c
-${GEM_LIBDIR}/ext/json/ext/generator/unicode.h
+${GEM_LIBDIR}/ext/json/ext/generator/generator.h
${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/ext/parser/unicode.c
-${GEM_LIBDIR}/ext/json/ext/parser/unicode.h
${GEM_LIBDIR}/install.rb
${GEM_LIBDIR}/lib/json.rb
${GEM_LIBDIR}/lib/json/Array.xpm