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

18 lines
678 B
Plaintext

PortSystem 1.0
PortGroup ruby 1.0
ruby.setup linecache19 0.5.12 gem {} rubygems ruby19
name rb19-linecache
description read and cache lines
long_description \
LineCache is a module for reading and caching lines. This may be useful \
for example in a debugger where the same lines are shown many times.
license Ruby
maintainers nomaintainer
platforms darwin
checksums md5 ed96791dc9ace3185b543f26afe12f54 \
sha1 69e34275cefa198f1fc7a4ae831cc2a7d7ede238 \
rmd160 ef1d21255d10fb2808f954ffcad88379db05f145
depends_lib-append port:rb19-core_source