You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -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
18 lines
594 B
Plaintext
18 lines
594 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup hpricot 0.6.161 gem {} rubygems
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description a swift, liberal HTML parser with a fantastic library
|
|
long_description ${description}
|
|
checksums md5 a0c60f8ca593454cbedb04733427604c \
|
|
sha1 f64fdd6897194ad2af8658d085bccf7a23eb4895 \
|
|
rmd160 3aff8666bf590630ef477152cdd2a8ce4408642c
|
|
homepage http://code.whytheluckystiff.net/hpricot/
|
|
platforms darwin
|
|
|
|
livecheck.type regex
|
|
livecheck.regex "<b>${ruby.module}-(.*)</b>"
|
|
livecheck.url http://gentoo-portage.com/dev-ruby/${ruby.module}
|