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

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}