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
13 lines
421 B
Plaintext
13 lines
421 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup fastthread 1.0.7 gem {} rubygems
|
|
license {Ruby GPL-2}
|
|
maintainers nomaintainer
|
|
description Optimized replacement for thread.rb primitives
|
|
long_description ${description}
|
|
checksums md5 16eb06dc3661c89301de6c73c71bb16e \
|
|
sha1 3e7a8ce62745e3681d3ffcea6c853ade268c405c \
|
|
rmd160 b9289ab9d32907010cf336462ca42ee6e4957764
|
|
platforms darwin
|