summaryrefslogtreecommitdiff
path: root/textproc/ruby-json-pure/PLIST
diff options
context:
space:
mode:
authortaca <taca>2010-05-04 02:48:21 +0000
committertaca <taca>2010-05-04 02:48:21 +0000
commitc8f9886436ba24837504616265b2371a08c2833a (patch)
tree3fdaa58b3165f67675f4b98ccd6304e11dd1ce75 /textproc/ruby-json-pure/PLIST
parentf0042b5f170d96ee969e4717cce6521723e06606 (diff)
downloadpkgsrc-c8f9886436ba24837504616265b2371a08c2833a.tar.gz
Update ruby-json-pure 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-pure/PLIST')
-rw-r--r--textproc/ruby-json-pure/PLIST12
1 files changed, 7 insertions, 5 deletions
diff --git a/textproc/ruby-json-pure/PLIST b/textproc/ruby-json-pure/PLIST
index 3788783d1cd..94ff70628cd 100644
--- a/textproc/ruby-json-pure/PLIST
+++ b/textproc/ruby-json-pure/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/11/23 13:35:59 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.4 2010/05/04 02:48:21 taca Exp $
bin/edit_json.rb
bin/prettify_json.rb
${GEM_HOME}/cache/json_pure-${PKGVERSION}.gem
@@ -40,7 +40,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
@@ -49,13 +53,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