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
19 lines
593 B
Plaintext
19 lines
593 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup guard 1.0.0 gem {} rubygems ruby19
|
|
revision 1
|
|
license MIT
|
|
categories-append www devel
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description easily handle events on file system modifications
|
|
long_description \
|
|
${description}
|
|
|
|
checksums rmd160 8f5e89a2d1ab3b1ad1bff53af5de3fc1de011e63 \
|
|
sha256 2a899774104edc41234c90625806d091db079a8830e3bf689059608abfe210dc
|
|
|
|
depends_run-append port:rb19-ffi \
|
|
port:rb19-thor
|