You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34b3070336
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
22 lines
674 B
Plaintext
22 lines
674 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup ruby-debug19 0.11.6 gem {} rubygems ruby19
|
|
revision 1
|
|
name rb19-debug
|
|
description command line interface for ruby-debug
|
|
long_description \
|
|
A generic command line interface for ruby-debug.
|
|
license Ruby
|
|
maintainers nomaintainer
|
|
platforms darwin
|
|
checksums md5 73bc88012167fd82464a8e7fd4dd8b4f \
|
|
sha1 e4bc8f8dfc9db766d0b14e6d45228d9b98f9a8db \
|
|
rmd160 97ac04ef740762e4a67119d888f1590dc6998752
|
|
|
|
depends_lib-append \
|
|
port:rb19-debug-base \
|
|
port:rb19-columnize \
|
|
port:rb19-linecache
|
|
|