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
22 lines
549 B
Plaintext
22 lines
549 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup bitset 0.6.2 extconf.rb {sample}
|
|
revision 1
|
|
maintainers nomaintainer
|
|
description BitSet Library for boolean operation
|
|
long_description BitSet Library for boolean operation \
|
|
* and/or/xor/not method \
|
|
* bit check O(1) speed
|
|
categories-append math
|
|
homepage http://rwiki.moonwolf.com/
|
|
master_sites http://www.moonwolf.com/ruby/archive/
|
|
checksums md5 bc62a428fdf8db51d3a0c27e472431ca
|
|
platforms darwin
|
|
|
|
test.run yes
|
|
#test.dir ${worksrcpath}
|
|
test.cmd ${ruby.bin} test.rb
|
|
test.target
|
|
|