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.
This commit is contained in:
parent
54b2b68262
commit
18e2996076
4 changed files with 43 additions and 0 deletions
5
textproc/ruby-multi_json/DESCR
Normal file
5
textproc/ruby-multi_json/DESCR
Normal file
|
@ -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.
|
12
textproc/ruby-multi_json/Makefile
Normal file
12
textproc/ruby-multi_json/Makefile
Normal file
|
@ -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"
|
21
textproc/ruby-multi_json/PLIST
Normal file
21
textproc/ruby-multi_json/PLIST
Normal file
|
@ -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
|
5
textproc/ruby-multi_json/distinfo
Normal file
5
textproc/ruby-multi_json/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue