From 00031d4dc5cc83e0c3702356091244a791b3aecd Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 9 Nov 2008 23:00:51 +0000 Subject: 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 --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') diff --git a/textproc/Makefile b/textproc/Makefile index 878eac974940..28c8751808bc 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -951,6 +951,7 @@ SUBDIR += ruby-xmlscan-old SUBDIR += ruby-xslt SUBDIR += ruby-xtemplate + SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-ferret SUBDIR += rubygem-formosa SUBDIR += rubygem-htmltools -- cgit v1.2.3