Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
name siege
version 2.61
categories www benchmarks
maintainers nomaintainer@macports.org
description http regression testing and benchmarking utility
long_description \
Siege is an http regression testing and benchmarking utility. \
It was designed to let web developers measure the performance \
of their code under duress, to see how it will stand up to \
load on the internet. It lets the user hit a web server with \
a configurable number of concurrent simulated users.
homepage http://www.joedog.org/siege/
platforms darwin
master_sites ftp://sid.joedog.org/pub/siege/
checksums md5 ab523ff9bd2daed416038d1774656e4a
depends_lib lib:libssl.0.9:openssl
configure.args --mandir=${prefix}/share/man

# broken ftp server
fetch.use_epsv yes