# $Id: Portfile 76803 2011-03-09 06:40:52Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          diff-lcs 1.1.2 gem {} rubygems ruby19
description         Ruby port of Algorithm::Diff using longest common subsequence
long_description    \
    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).
license             GPL-2 Ruby
maintainers         singingwolfboy openmaintainer
homepage            http://rubyforge.org/projects/ruwiki/
platforms           darwin
checksums           md5     60524d29b37f76d56ce835323e324879 \
                    sha1    05a1164be2de3555104af79791da2977e6419d59 \
                    rmd160  f57dcbd09658cea31f286039ec3f0b599c99ff25
