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
15 lines
593 B
Plaintext
15 lines
593 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup rrb 0.1.1 setup.rb {README.en doc samples tests}
|
|
maintainers nomaintainer
|
|
description RRB is a refactoring browser for a ruby script.
|
|
long_description This software make you free from lapsible routine work like \
|
|
renaming methods,renaming variables and extracting methods.
|
|
categories-append x11
|
|
license {Ruby GPL-2}
|
|
homepage http://www.kmc.gr.jp/proj/rrb/index-en.html
|
|
master_sites http://www.kmc.gr.jp/proj/rrb/archive/
|
|
checksums md5 448512076823d78a9b81038031d232f7
|
|
platforms darwin
|