diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-10 07:00:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-10 07:00:51 +0800 |
commit | 9217f51b58661ed58dc5a34f440398a51e596e6c (patch) | |
tree | 62d1ac7381bdf7b9761a33b9b428416b2af40b08 /textproc/Makefile | |
parent | b52028898dce0f451aa675b9b64243c416cd3a37 (diff) | |
download | freebsd-ports-gnome-9217f51b58661ed58dc5a34f440398a51e596e6c.tar.gz freebsd-ports-gnome-9217f51b58661ed58dc5a34f440398a51e596e6c.tar.zst freebsd-ports-gnome-9217f51b58661ed58dc5a34f440398a51e596e6c.zip |
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>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |