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,5 @@
Deep Merge is a simple set of utility functions for Hash. It permits you
to merge elements inside a hash together recursively. The manner by
which it does this is somewhat arbitrary (since there is no defining
standard for this) but it should end up being pretty intuitive and do
what you expect.

View file

@ -0,0 +1,15 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/deep_merge/
${GEM_LIB}/gems/${DISTNAME}/lib/deep_merge.rb
${GEM_LIB}/gems/${DISTNAME}/lib/deep_merge/core.rb
${GEM_LIB}/gems/${DISTNAME}/lib/deep_merge/deep_merge_hash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/deep_merge/rails_compat.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/test_deep_merge.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec