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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Dec 9 02:05:00 CET 2010


Revision: 11845
          http://gar.svn.sourceforge.net/gar/?rev=11845&view=rev
Author:   skayser
Date:     2010-12-09 01:05:00 +0000 (Thu, 09 Dec 2010)

Log Message:
-----------
stress: initial commit

Added Paths:
-----------
    csw/mgar/pkg/stress/
    csw/mgar/pkg/stress/branches/
    csw/mgar/pkg/stress/tags/
    csw/mgar/pkg/stress/trunk/
    csw/mgar/pkg/stress/trunk/Makefile
    csw/mgar/pkg/stress/trunk/checksums
    csw/mgar/pkg/stress/trunk/files/
    csw/mgar/pkg/stress/trunk/files/changelog.CSW


Property changes on: csw/mgar/pkg/stress/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/stress/trunk/Makefile
===================================================================
--- csw/mgar/pkg/stress/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/stress/trunk/Makefile	2010-12-09 01:05:00 UTC (rev 11845)
@@ -0,0 +1,30 @@
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+GARNAME = stress
+GARVERSION = 1.0.4
+CATEGORIES = apps
+
+DESCRIPTION = A deliberately simple workload generator for POSIX systems
+define BLURB
+  The tool started out as a very simple way to generate work on a
+  computer. It has pretty much stayed as simple as reasonably possible. It
+  is a single file called stress.c whose internal organization is in
+  essence a loop that forks worker processes and then waits for them to
+  either complete normally or exit with an error. It has been used in a
+  lot of product development labs as well as in research projects. 
+endef
+
+MASTER_SITES = http://weather.ou.edu/~apw/projects/stress/
+DISTFILES    = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+# Install changelog.CSW
+post-merge: $(foreach P,$(_PKG_SPECS),install-changelog-$P)
+install-changelog-%:
+	ginstall -D $(FILEDIR)/changelog.CSW \
+		$(PKGROOT)$(docdir)/$(call catalogname,$*)/changelog.CSW
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/stress/trunk/checksums
===================================================================
--- csw/mgar/pkg/stress/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/stress/trunk/checksums	2010-12-09 01:05:00 UTC (rev 11845)
@@ -0,0 +1 @@
+a607afa695a511765b40993a64c6e2f4  stress-1.0.4.tar.gz

Added: csw/mgar/pkg/stress/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/stress/trunk/files/changelog.CSW	                        (rev 0)
+++ csw/mgar/pkg/stress/trunk/files/changelog.CSW	2010-12-09 01:05:00 UTC (rev 11845)
@@ -0,0 +1,6 @@
+stress (1.0.4,REV=2010.12.09)
+
+  * Upstream version bump to 1.0.4
+  * Ship stress.1 man page. (Closes #3665)
+
+ -- Sebastian Kayser <skayser at opencsw.org>  Thu,  9 Dec 2010 02:00:00 +0100


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