Files
Lawrence Velázquez 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

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