mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
19 lines
876 B
Plaintext
19 lines
876 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup diff-lcs 1.1.2 gem {} rubygems ruby19
|
|
revision 1
|
|
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 nomaintainer
|
|
platforms darwin
|
|
checksums md5 60524d29b37f76d56ce835323e324879 \
|
|
sha1 05a1164be2de3555104af79791da2977e6419d59 \
|
|
rmd160 f57dcbd09658cea31f286039ec3f0b599c99ff25
|