Files
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

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