the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: httping
Version: 1.4.1
Revision: 2
Source: http://www.vanheusden.com/%n/%n-%v.tgz
Source-MD5: bde1ff3c01343d2371d8f34fbf8a1d9a
PatchScript: perl -pi -e 's,PREFIX=/usr,PREFIX=%p,;s,-O2,-Os,g;' Makefile
NoSetCPPFLAGS: true
CompileScript: make
InstallScript: make install DESTDIR=%d
DocFiles: license.OpenSSL license.txt readme.txt
License: GPL
Homepage: http://www.vanheusden.com/httping
Maintainer: Jack Fink
Description: Utility for measuring http response
DescDetail: <<
Httping is like 'ping' but for http-requests.
Give it an url, and it'll show you how long it takes to connect,
send a request and retrieve the reply (only the headers). Be aware
that the transmission across the network also takes time!
<<