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. WWW: http://rubyforge.org/projects/ruwiki/ Note that this port is a dependency of the new port devel/rubygem-grit, submitted in a separate PR.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2008-11-09 23:00:51 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/rubygem-diff-lcs Makefile distinfo pkg-descr Log: 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. WWW: http://rubyforge.org/projects/ruwiki/ PR: ports/128591 Submitted by: Daniel Roethlisberger <daniel at roe.ch> Revision Changes Path 1.1274 +1 -0 ports/textproc/Makefile 1.1 +28 -0 ports/textproc/rubygem-diff-lcs/Makefile (new) 1.1 +3 -0 ports/textproc/rubygem-diff-lcs/distinfo (new) 1.1 +5 -0 ports/textproc/rubygem-diff-lcs/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!