You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -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
23 lines
933 B
Plaintext
23 lines
933 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup ruby2ruby 1.2.4 gem {} rubygems ruby19
|
|
description A means of generating pure ruby code easily from \
|
|
RubyParser compatible Sexps.
|
|
long_description \
|
|
ruby2ruby provides a means of generating pure ruby code easily from \
|
|
RubyParser compatible Sexps. This makes making dynamic language \
|
|
processors in ruby easier than ever!
|
|
maintainers nomaintainer
|
|
homepage https://github.com/seattlerb/ruby2ruby
|
|
platforms darwin
|
|
license MIT
|
|
checksums md5 30cfdb7213e23639a4139a78308206ea \
|
|
sha1 8759023ce8259d1fe648dccf4bb97994fa3173a1 \
|
|
rmd160 cc33f793bb1696ac7722b1b3ce1b46a85cfa7382
|
|
|
|
depends_run port:rb19-sexp_processor \
|
|
port:rb19-parser \
|
|
port:rb19-parsetree \
|
|
port:rb19-hoe
|