summaryrefslogtreecommitdiff
path: root/textproc/ruby-multi_json
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-multi_json')
-rw-r--r--textproc/ruby-multi_json/DESCR5
-rw-r--r--textproc/ruby-multi_json/Makefile12
-rw-r--r--textproc/ruby-multi_json/PLIST21
-rw-r--r--textproc/ruby-multi_json/distinfo5
4 files changed, 43 insertions, 0 deletions
diff --git a/textproc/ruby-multi_json/DESCR b/textproc/ruby-multi_json/DESCR
new file mode 100644
index 00000000000..7841d873079
--- /dev/null
+++ b/textproc/ruby-multi_json/DESCR
@@ -0,0 +1,5 @@
+MultiJSON
+
+Lots of Ruby libraries utilize JSON parsing in some form, and everyone has
+their favorite JSON library. In order to best support multiple JSON parsers
+and libraries, multi_json is a general-purpose swappable JSON backend library.
diff --git a/textproc/ruby-multi_json/Makefile b/textproc/ruby-multi_json/Makefile
new file mode 100644
index 00000000000..d40b37e07be
--- /dev/null
+++ b/textproc/ruby-multi_json/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/12/16 12:38:43 taca Exp $
+
+DISTNAME= multi_json-1.0.4
+CATEGORIES= textproc
+
+MAINTAINER= pkgsrc-userse@NetBSD.org
+HOMEPAGE= http://github.com/intridea/multi_json
+COMMENT= general-purpose swappable JSON backend library
+LICENSE= mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ruby-multi_json/PLIST b/textproc/ruby-multi_json/PLIST
new file mode 100644
index 00000000000..5fd631176c8
--- /dev/null
+++ b/textproc/ruby-multi_json/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/16 12:38:43 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE.md
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/multi_json.rb
+${GEM_LIBDIR}/lib/multi_json/engines/json_common.rb
+${GEM_LIBDIR}/lib/multi_json/engines/json_gem.rb
+${GEM_LIBDIR}/lib/multi_json/engines/json_pure.rb
+${GEM_LIBDIR}/lib/multi_json/engines/ok_json.rb
+${GEM_LIBDIR}/lib/multi_json/engines/yajl.rb
+${GEM_LIBDIR}/lib/multi_json/vendor/ok_json.rb
+${GEM_LIBDIR}/lib/multi_json/version.rb
+${GEM_LIBDIR}/multi_json.gemspec
+${GEM_LIBDIR}/spec/helper.rb
+${GEM_LIBDIR}/spec/multi_json_spec.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/textproc/ruby-multi_json/distinfo b/textproc/ruby-multi_json/distinfo
new file mode 100644
index 00000000000..a3210332dfd
--- /dev/null
+++ b/textproc/ruby-multi_json/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/12/16 12:38:43 taca Exp $
+
+SHA1 (multi_json-1.0.4.gem) = fae5855f338ce033e57c89263f2f30b7eb5c7a9b
+RMD160 (multi_json-1.0.4.gem) = 9611a527943d7a6dfe1ab6aec16c0afbf34485e1
+Size (multi_json-1.0.4.gem) = 14336 bytes