Ruby port of Algorithm::Diff using longest common subsequence
Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest common subsequence (LCS) algorithm to compute intelligent differences between two sequenced enumerable containers. The implementation is based on Mario I. Wolczko's Smalltalk version (1.2, 1993) and Ned Konz's Perl version (Algorithm::Diff).
Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest common subsequence (LCS) algorithm to compute intelligent differences between two sequenced enumerable containers. The implementation is based on Mario I. Wolczko's Smalltalk version (1.2, 1993) and Ned Konz's Perl version (Algorithm::Diff).
To install rb19-diff-lcs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb19-diff-lcs
To see what files were installed by rb19-diff-lcs, run:
port contents rb19-diff-lcs
To later upgrade rb19-diff-lcs, run:
sudo port selfupdate && sudo port upgrade rb19-diff-lcs
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.