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,15 @@
COMMENT= computes the difference
DISTNAME= diff-lcs-1.5.0
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (diff-lcs-1.5.0.gem) = Sbk0AByMau2ze6GdrsXGNNonsxino8ZUrpeda6GSm2c=
SIZE (diff-lcs-1.5.0.gem) = 52736

View file

@ -0,0 +1 @@
Diff::LCS computes the difference between two Enumerable sequences

View file

@ -0,0 +1,72 @@
${GEM_BIN}/htmldiff30
${GEM_BIN}/ldiff30
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.rspec
${GEM_LIB}/gems/${DISTNAME}/Code-of-Conduct.md
${GEM_LIB}/gems/${DISTNAME}/Contributing.md
${GEM_LIB}/gems/${DISTNAME}/History.md
${GEM_LIB}/gems/${DISTNAME}/License.md
${GEM_LIB}/gems/${DISTNAME}/Manifest.txt
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/bin/
${GEM_LIB}/gems/${DISTNAME}/bin/htmldiff
${GEM_LIB}/gems/${DISTNAME}/bin/ldiff
${GEM_LIB}/gems/${DISTNAME}/docs/
${GEM_LIB}/gems/${DISTNAME}/docs/COPYING.txt
${GEM_LIB}/gems/${DISTNAME}/docs/artistic.txt
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/diff/
${GEM_LIB}/gems/${DISTNAME}/lib/diff-lcs.rb
${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/
${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs.rb
${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/array.rb
${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/backports.rb
${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/block.rb
${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/callbacks.rb
${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/change.rb
${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/htmldiff.rb
${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/hunk.rb
${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/internals.rb
${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/ldiff.rb
${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/string.rb
${GEM_LIB}/gems/${DISTNAME}/spec/
${GEM_LIB}/gems/${DISTNAME}/spec/change_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/diff_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/aX
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/bXaX
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ds1.csv
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ds2.csv
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff-c
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff-e
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff-f
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff-u
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff.chef
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff.chef-c
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff.chef-e
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff.chef-f
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff.chef-u
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff.chef2
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff.chef2-c
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff.chef2-d
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff.chef2-e
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff.chef2-f
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/ldiff/output.diff.chef2-u
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/new-chef
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/new-chef2
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/old-chef
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/old-chef2
${GEM_LIB}/gems/${DISTNAME}/spec/hunk_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/issues_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/lcs_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/ldiff_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/patch_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/sdiff_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/traverse_balanced_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/traverse_sequences_spec.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec