[csw-devel] SF.net SVN: gar:[5574] csw/mgar/pkg

bensons at users.sourceforge.net bensons at users.sourceforge.net
Tue Jul 14 19:03:06 CEST 2009


Revision: 5574
          http://gar.svn.sourceforge.net/gar/?rev=5574&view=rev
Author:   bensons
Date:     2009-07-14 17:03:06 +0000 (Tue, 14 Jul 2009)

Log Message:
-----------
siege: initial siege commit

Added Paths:
-----------
    csw/mgar/pkg/siege/
    csw/mgar/pkg/siege/branches/
    csw/mgar/pkg/siege/tags/
    csw/mgar/pkg/siege/trunk/
    csw/mgar/pkg/siege/trunk/Makefile
    csw/mgar/pkg/siege/trunk/checksums
    csw/mgar/pkg/siege/trunk/files/


Property changes on: csw/mgar/pkg/siege/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/siege/trunk/Makefile
===================================================================
--- csw/mgar/pkg/siege/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/siege/trunk/Makefile	2009-07-14 17:03:06 UTC (rev 5574)
@@ -0,0 +1,32 @@
+GARNAME = siege
+GARVERSION = 2.66
+CATEGORIES = xtra
+
+DESCRIPTION = A http regression testing and benchmarking utility
+define BLURB
+  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. It
+  lets the user hit a web server with a configurable number of
+  concurrent simulated users.
+endef
+
+MASTER_SITES = ftp://sid.joedog.org/pub/siege/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# we require
+REQUIRED_PKGS = CSWosslrt
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --with-ssl=$(prefix)
+
+TEST_SCRIPTS =
+
+include gar/category.mk
+
+# fix sysconfdir, to honor $(DESTDIR)
+pre-build-modulated:
+	@perl -pi -e 's at sysconfdir = /opt/csw/etc at sysconfdir = \$(DESTDIR)/opt/csw/etc@' ${WORKSRC}/doc/Makefile

Added: csw/mgar/pkg/siege/trunk/checksums
===================================================================
--- csw/mgar/pkg/siege/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/siege/trunk/checksums	2009-07-14 17:03:06 UTC (rev 5574)
@@ -0,0 +1 @@
+a5592e42d4217572d8035dec000f479c  download/siege-2.66.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list