Commit graph

6 commits

Author SHA1 Message Date
jlam
eb0346be1b www/siege: Fix installation if ${PKG_SYSCONFBASE} != ${PREFIX}/etc.
The software Makefiles try to install example configuration files
directly into $(sysconfdir), which is set during the configure
stage to ${PKG_SYSCONFDIR} == ${PREFIX}/etc/siege.  However, pkgsrc
standards require that the example configuration files be installed
into ${PREFIX}/share/examples/siege ( ${EGDIR} ).

Pass sysconfdir=${EGDIR} to the bmake(1) process during the install
stage so that the Makefile recipe will install the example files
into the correct location.

Remove the "install" substitution class that was trying to do the
same thing but which fails if ${PKG_SYSCONFBASE} != ${PREFIX}/etc.

Bump the PKGREVISION due to changes in the installed files if the
package is built with default settings.  Fix discussed with nils@
in private correspondence.
2017-09-25 22:39:56 +00:00
jlam
7b1e99a283 www/siege: Remove files from PLIST that are were never installed.
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.
2017-08-14 15:24:58 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
nils
8575b36004 forgot SHA512 in distinfo 2015-12-04 22:31:19 +00:00
nils
d247fde507 Updated www/siege to version 3.1.3.
Upstream Changelog :
* src/sock.c             Fixed typo in error message
* src/url.c              Fixed post bug with null termination
* doc/siegerc.in         Added limit and it's description in comments
* src/setup.h            Added my.limit to limit the thread count
* src/init.c             Parsing siegerc for limit
* src/main.c             Capped my.users at my.limit
2015-12-04 22:11:32 +00:00
nils
6e538e6203 Initial import of siege, version 3.1.2.
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."
2015-11-27 16:20:31 +00:00