# $Id: Portfile,v 1.1 2004/08/18 18:16:52 mww Exp $ PortSystem 1.0 name flood version 20031002 categories www platforms darwin freebsd maintainers mww@opendarwin.org description profile-driven HTTP load tester long_description Flood is a profile-driven HTTP load tester. It can be used \ to gather important performance metrics for your website. homepage http://httpd.apache.org/test/flood/ master_sites ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ checksums md5 ee174fe0e14da3f58f10ac80ea6b547a patchfiles patch-flood_net.c \ patch-flood_round_robin.c depends_lib lib:libapr:apr \ lib:libexpat:expat use_autoconf yes destroot { xinstall -m 755 -s ${worksrcpath}/flood ${destroot}${prefix}/bin xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples xinstall -m 644 -W ${worksrcpath} CHANGES DESIGN STATUS \ ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath}/examples analyze-relative \ analyze-relative-ramp flood.dtd relative-averages-time.awk \ round-robin-dynamic.xml round-robin-example.xml \ round-robin-keepalive.xml round-robin-relative-reports.xml \ round-robin-ssl.xml round-robin-timed.xml round-robin.xml \ ${destroot}${prefix}/share/doc/${name}/examples }