diff options
author | taca <taca@pkgsrc.org> | 2011-12-16 12:38:43 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-16 12:38:43 +0000 |
commit | bd6ef73fcf543552a5881aa5c00ba48c3a9bc9cc (patch) | |
tree | df32ccfa4c26009d621908ec6e83c3b90b8f1de4 /textproc | |
parent | d61ed9f2367dd5828c180d0b86f9bec7f370019e (diff) | |
download | pkgsrc-bd6ef73fcf543552a5881aa5c00ba48c3a9bc9cc.tar.gz |
Importing textproc/ruby-multi_json package version 1.0.4.
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-multi_json/DESCR | 5 | ||||
-rw-r--r-- | textproc/ruby-multi_json/Makefile | 12 | ||||
-rw-r--r-- | textproc/ruby-multi_json/PLIST | 21 | ||||
-rw-r--r-- | textproc/ruby-multi_json/distinfo | 5 |
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 |