SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,10 @@
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.
MultiJSON tries to have intelligent defaulting. That is, if you have any
of the supported engines already loaded, it will utilize them before
attempting to load any. When loading, libraries are ordered by speed.
First Yajl-Ruby, then the JSON gem, then JSON pure. If no JSON library
is available, MultiJSON falls back to a bundled version of OkJson.

View file

@ -0,0 +1,29 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
${GEM_LIB}/gems/${DISTNAME}/CONTRIBUTING.md
${GEM_LIB}/gems/${DISTNAME}/LICENSE.md
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/adapter.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/adapter_error.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/adapters/
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/adapters/gson.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/adapters/jr_jackson.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/adapters/json_common.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/adapters/json_gem.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/adapters/json_pure.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/adapters/nsjsonserialization.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/adapters/oj.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/adapters/ok_json.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/adapters/yajl.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/convertible_hash_keys.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/options.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/options_cache.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/parse_error.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/vendor/
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/vendor/okjson.rb
${GEM_LIB}/gems/${DISTNAME}/lib/multi_json/version.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec