Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (483caba71452d0ee12365c4840088ca0ac2b4dd5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (483caba71452d0ee12365c4840088ca0ac2b4dd5)
  • Date: Sat, 17 Oct 2009 03:45:55 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 5 ++++-
http/siege/DEPENDS | 4 ++++
http/siege/DETAILS | 17 +++++++++++++++++
http/siege/HISTORY | 2 ++
4 files changed, 27 insertions(+), 1 deletion(-)

New commits:
commit 483caba71452d0ee12365c4840088ca0ac2b4dd5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

siege: new spell, http load testing and benchmarking utility

diff --git a/ChangeLog b/ChangeLog
index 39c83dc..c563b90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-10-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * http/siege: new spell, http load testing and benchmarking utility
+
2009-10-16 Arjan Bouter <abouter AT sourcemage.org>
* python-pypi/convirt: new spell, virtual machine manager

@@ -16,7 +19,7 @@

2009-10-09 David Kowis <dkowis AT shlrm.org>
* perl-cpan: new spell, timedate
-
+
2009-10-08 Arjan Bouter <abouter AT sourcemage.org>
* libs/gssdp: new spell, SSDP library
* collab/gupnp: new spell, GNU UPnP framework
diff --git a/http/siege/DEPENDS b/http/siege/DEPENDS
new file mode 100755
index 0000000..0777c28
--- /dev/null
+++ b/http/siege/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends openssl \
+ "--with-ssl" \
+ "--without-ssl" \
+ "for HTTPS support"
diff --git a/http/siege/DETAILS b/http/siege/DETAILS
new file mode 100755
index 0000000..bee17bf
--- /dev/null
+++ b/http/siege/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=siege
+ VERSION=2.69
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=ftp://ftp.joedog.org/pub/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:748bca421af619a0f2ccaf4e3cba3ab930d993ddae6fdeab5c31166ef9ed36aac1ab7f237828c65e758b924bb3b33e0acf6b75f16395af2a3d81345237b85761
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.joedog.org/index/siege-home
+ LICENSE[0]=GPL
+ ENTERED=20091017
+ SHORT="http load testing and benchmarking utility"
+cat << EOF
+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 siege".
+EOF
diff --git a/http/siege/HISTORY b/http/siege/HISTORY
new file mode 100644
index 0000000..4159638
--- /dev/null
+++ b/http/siege/HISTORY
@@ -0,0 +1,2 @@
+2009-10-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (483caba71452d0ee12365c4840088ca0ac2b4dd5), Vlad Glagolev, 10/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page