diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-02-27 22:02:50 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-03-04 09:50:13 +0000 |
commit | 343340e96f46bdb10e5136fbeaae0c868106c306 (patch) | |
tree | ba328ecfc8e387c997a7271d1450c5af262c16f0 /testing/siege/siege-2.72-good.patch | |
parent | af63c19ffcda36e94c36809dc32dbc1d4e649bd8 (diff) | |
download | aports-343340e96f46bdb10e5136fbeaae0c868106c306.tar.bz2 aports-343340e96f46bdb10e5136fbeaae0c868106c306.tar.xz |
testing/siege: new aport
Siege is an http load testing and benchmarking utility. It was
designed to let web developers measure 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 lets
its user hit a web server with a configurable number of simulated
web browsers. Those browsers place the server “under sie".
Website: http://www.joedog.org/siege-home/
Diffstat (limited to 'testing/siege/siege-2.72-good.patch')
-rw-r--r-- | testing/siege/siege-2.72-good.patch | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/testing/siege/siege-2.72-good.patch b/testing/siege/siege-2.72-good.patch new file mode 100644 index 0000000000..93da6b6eb5 --- /dev/null +++ b/testing/siege/siege-2.72-good.patch @@ -0,0 +1,62 @@ +diff -up siege-2.69/doc/Makefile.in.good siege-2.69/doc/Makefile.in +--- siege-2.69/doc/Makefile.in.good 2009-07-04 11:12:24.411980518 -0300 ++++ siege-2.69/doc/Makefile.in 2009-07-04 11:13:19.914733285 -0300 +@@ -498,32 +498,32 @@ uninstall-man: uninstall-man1 uninstall- + + + install-exec-hook: +- @if test -f $(SIEGERC); then \ +- if cmp -s $(srcdir)/siegerc $(SIEGERC); then echo ""; \ +- else \ +- echo ' $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC).new'; \ +- $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC).new; \ +- echo "#####################################################"; \ +- echo "WARNING: File $(SIEGERC) already exists."; \ +- echo " A new resource file has been installed as"; \ +- echo " $(SIEGERC).new. You may want to"; \ +- echo " consider using the newer version in order to"; \ +- echo " take advantage of any new features."; \ +- echo "#####################################################"; \ +- fi; \ +- else \ +- $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC); \ +- fi +- @if test -f $(URLSTXT); then \ +- if cmp -s $(srcdir)/siegerc $(URLSTXT); then echo ""; \ +- else \ +- echo "WARNING: File $(URLSTXT) already exists."; \ +- echo " It was NOT replaced with this installation."; \ +- fi; \ +- else \ +- $(mkinstalldirs) $(sysconfdir); \ +- $(INSTALL_DATA) $(srcdir)/urls.txt $(URLSTXT); \ +- fi ++ #@if test -f $(SIEGERC); then \ ++ # if cmp -s $(srcdir)/siegerc $(SIEGERC); then echo ""; \ ++ # else \ ++ # echo ' $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC).new'; \ ++ # $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC).new; \ ++ # echo "#####################################################"; \ ++ # echo "WARNING: File $(SIEGERC) already exists."; \ ++ # echo " A new resource file has been installed as"; \ ++ # echo " $(SIEGERC).new. You may want to"; \ ++ # echo " consider using the newer version in order to"; \ ++ # echo " take advantage of any new features."; \ ++ # echo "#####################################################"; \ ++ # fi; \ ++ #else \ ++ # $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC); \ ++ #fi ++ #@if test -f $(URLSTXT); then \ ++ # if cmp -s $(srcdir)/siegerc $(URLSTXT); then echo ""; \ ++ # else \ ++ # echo "WARNING: File $(URLSTXT) already exists."; \ ++ # echo " It was NOT replaced with this installation."; \ ++ # fi; \ ++ #else \ ++ # $(mkinstalldirs) $(sysconfdir); \ ++ # $(INSTALL_DATA) $(srcdir)/urls.txt $(URLSTXT); \ ++ #fi + + uninstall: + rm -f $(SIEGERC) |