summaryrefslogtreecommitdiff
path: root/textproc/ruby-json
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-03-23 14:12:58 +0000
committertaca <taca@pkgsrc.org>2011-03-23 14:12:58 +0000
commit3d6e67130ed58806dd3f2a0aba2ad45a790fd187 (patch)
tree01e55de5e1928f8e7281604571789c56d7aeb3fd /textproc/ruby-json
parent06f75e6792aa3d088a233930f23995e8cb01a069 (diff)
downloadpkgsrc-3d6e67130ed58806dd3f2a0aba2ad45a790fd187.tar.gz
Update ruby-json to 1.5.1.
2011-01-24 (1.5.1) * Made rake-compiler build a fat binary gem. This should fix issue https://github.com/flori/json/issues#issue/54. 2011-01-22 (1.5.0) * Included Java source codes for the Jruby extension made by Daniel Luz <dev@mernen.com>. * Output full exception message of deep_const_get to aid debugging. * Fixed an issue with ruby 1.9 Module#const_defined? method, that was reported by Riley Goodside.
Diffstat (limited to 'textproc/ruby-json')
-rw-r--r--textproc/ruby-json/Makefile5
-rw-r--r--textproc/ruby-json/PLIST23
-rw-r--r--textproc/ruby-json/distinfo10
-rw-r--r--textproc/ruby-json/patches/patch-aa12
4 files changed, 33 insertions, 17 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile
index 98119ce2e15..214ccd50739 100644
--- a/textproc/ruby-json/Makefile
+++ b/textproc/ruby-json/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2011/02/21 16:01:21 taca Exp $
+# $NetBSD: Makefile,v 1.10 2011/03/23 14:12:58 taca Exp $
-DISTNAME= json-1.4.6
-PKGREVISION= 1
+DISTNAME= json-1.5.1
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/textproc/ruby-json/PLIST b/textproc/ruby-json/PLIST
index cec211646e0..56ed0d2660b 100644
--- a/textproc/ruby-json/PLIST
+++ b/textproc/ruby-json/PLIST
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.6 2010/09/10 08:18:49 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2011/03/23 14:12:58 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.require_paths
${GEM_LIBDIR}/CHANGES
${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/COPYING-json-jruby
${GEM_LIBDIR}/GPL
${GEM_LIBDIR}/README
+${GEM_LIBDIR}/README-json-jruby.markdown
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/TODO
${GEM_LIBDIR}/VERSION
@@ -60,6 +62,22 @@ ${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}/install.rb
+${GEM_LIBDIR}/java/lib/bytelist-1.0.6.jar
+${GEM_LIBDIR}/java/lib/jcodings.jar
+${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}/lib/json.rb
${GEM_LIBDIR}/lib/json/Array.xpm
${GEM_LIBDIR}/lib/json/FalseClass.xpm
@@ -110,12 +128,13 @@ ${GEM_LIBDIR}/tests/fixtures/pass17.json
${GEM_LIBDIR}/tests/fixtures/pass2.json
${GEM_LIBDIR}/tests/fixtures/pass26.json
${GEM_LIBDIR}/tests/fixtures/pass3.json
+${GEM_LIBDIR}/tests/setup_variant.rb
${GEM_LIBDIR}/tests/test_json.rb
${GEM_LIBDIR}/tests/test_json_addition.rb
${GEM_LIBDIR}/tests/test_json_encoding.rb
${GEM_LIBDIR}/tests/test_json_fixtures.rb
${GEM_LIBDIR}/tests/test_json_generate.rb
-${GEM_LIBDIR}/tests/test_json_rails.rb
+${GEM_LIBDIR}/tests/test_json_string_matching.rb
${GEM_LIBDIR}/tests/test_json_unicode.rb
${GEM_LIBDIR}/tools/fuzz.rb
${GEM_LIBDIR}/tools/server.rb
diff --git a/textproc/ruby-json/distinfo b/textproc/ruby-json/distinfo
index c243384ef4f..6863c601b21 100644
--- a/textproc/ruby-json/distinfo
+++ b/textproc/ruby-json/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2010/09/05 02:13:51 obache Exp $
+$NetBSD: distinfo,v 1.7 2011/03/23 14:12:58 taca Exp $
-SHA1 (json-1.4.6.gem) = a50accee91805a57eb5f4613073edeb422043c57
-RMD160 (json-1.4.6.gem) = bd5736e685d347e774d1a8800f60a8a21f59da2d
-Size (json-1.4.6.gem) = 398848 bytes
-SHA1 (patch-aa) = 54ae401b26a65c46bd19e9bd4a35b1fe729dc045
+SHA1 (json-1.5.1.gem) = 5be4aa27c73b9a0c6159b47fe58b6abc8f100a93
+RMD160 (json-1.5.1.gem) = 3d27421616c3cc2087f738c33d0caec251ca8109
+Size (json-1.5.1.gem) = 669696 bytes
+SHA1 (patch-aa) = 68b3f8f0781230c3389d7ce58b68bf1aea3021c6
SHA1 (patch-ab) = c80a2a7a1ae78e98dd7d6982a2e5da8963a214d6
diff --git a/textproc/ruby-json/patches/patch-aa b/textproc/ruby-json/patches/patch-aa
index 531d11c103e..e293e902075 100644
--- a/textproc/ruby-json/patches/patch-aa
+++ b/textproc/ruby-json/patches/patch-aa
@@ -1,13 +1,11 @@
-$NetBSD: patch-aa,v 1.5 2010/09/05 02:13:51 obache Exp $
+$NetBSD: patch-aa,v 1.6 2011/03/23 14:12:58 taca Exp $
-Do not install executables, those are part of ruby-json-pure
-
---- ../json-1.4.6.gemspec.orig 2010-09-05 01:59:16.000000000 +0000
-+++ ../json-1.4.6.gemspec
-@@ -10,14 +10,12 @@ bindir: bin
+--- ../json-1.5.1.gemspec.orig 2011-01-26 04:38:55.000000000 +0000
++++ ../json-1.5.1.gemspec
+@@ -15,14 +15,12 @@ bindir: bin
cert_chain: []
- date: 2010-08-08 22:00:00 +00:00
+ date: 2011-01-25 23:00:00 +00:00
-default_executable: edit_json.rb
+default_executable: []
dependencies: []