summaryrefslogtreecommitdiff
path: root/www/siege/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2019-08-18Updated www/siege to version 4.0.4.nils1-6/+1
Pkgsrc changelog : * Some files do not exist anymore, so they were removed from installation * Fixed compilation issue about signals Some of the upstream changes : * an HTML parser : pages are now parsed for additional elements (images, js...) that are also requested ; * improved memory management ; * logging to a file is now disabled by default ; * colored output can be disabled in the config file ; * implement disable cache option. Full changelog available here : https://github.com/JoeDog/siege/blob/v4.0.4/ChangeLog
2017-08-14www/siege: Remove files from PLIST that are were never installed.jlam1-3/+1
The PLIST lists "siegerc" and "urls.txt" under two different locations under ${PREFIX}/share/examples/siege, but stage-install only installs them into one of those locations. Remove the other paths.
2015-11-27Initial import of siege, version 3.1.2.nils1-0/+24
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. Siege supports basic authentication, cookies, HTTP and HTTPS protocols. It allows the user hit a web server with a configurable number of concurrent simulated users. Those users place the webserver "under siege."