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
21 lines
865 B
Plaintext
21 lines
865 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup ruby-debug-base19 0.11.25 gem {} rubygems ruby19
|
|
name rb19-debug-base
|
|
description fast implementation of the standard Ruby debugger
|
|
long_description \
|
|
ruby-debug is a fast implementation of the standard Ruby debugger \
|
|
debug.rb. It is implemented by utilizing a new Ruby C API hook. The \
|
|
core component provides support that front-ends can build on. It \
|
|
provides breakpoint handling, bindings for stack frames among other \
|
|
things.
|
|
license Ruby
|
|
maintainers nomaintainer
|
|
platforms darwin
|
|
checksums md5 f6ed95b57ac241e76d453903f16a51ed \
|
|
sha1 cfce9deabc81db2590dc4fdc22b716afac2ba546 \
|
|
rmd160 0c66f6de3561b8b7e830521795fa27e42def64a0
|
|
|
|
depends_lib-append port:rb19-linecache
|