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
18 lines
678 B
Plaintext
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
|