mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
650 B
Plaintext
22 lines
650 B
Plaintext
PortSystem 1.0
|
|
|
|
name furl
|
|
version 2.1
|
|
categories www
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description display the HTTP headers returned by web-servers
|
|
long_description furl is a small utility designed to display the HTTP \
|
|
headers returned by web-servers in response to client \
|
|
requests.
|
|
|
|
homepage http://www.gumbynet.org.uk/software/furl.html
|
|
master_sites http://www.gumbynet.org.uk/software/
|
|
checksums sha1 ed27475de3917dcc9a61b7c82de4dfebd949e571
|
|
|
|
post-destroot {
|
|
xinstall -m 755 -d ${destroot}${prefix}/share/${name}
|
|
xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \
|
|
README ${destroot}${prefix}/share/${name}
|
|
}
|