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
589 B
Plaintext
18 lines
589 B
Plaintext
PortSystem 1.0
|
|
|
|
name libhtmlparse
|
|
version 0.2.0
|
|
categories www devel
|
|
license LGPL-2.1
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description lightweight HTML parsing library
|
|
long_description libhtmlparse is a lightweight HTML parsing library. It is \
|
|
designed for applications where speed is critical and certain \
|
|
advanced features aren't necessary. It's intended to be as \
|
|
simple as possible to use.
|
|
|
|
homepage http://www.translator.cx/software/libhtmlparse.html
|
|
master_sites http://www.translator.cx/dist/libs/ fink
|
|
checksums md5 5e1975367a23d33ef1358038ce1876be
|