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

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