[csw-devel] SF.net SVN: gar:[6988] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Oct 27 08:55:30 CET 2009
Revision: 6988
http://gar.svn.sourceforge.net/gar/?rev=6988&view=rev
Author: dmichelsen
Date: 2009-10-27 07:55:30 +0000 (Tue, 27 Oct 2009)
Log Message:
-----------
xjobs: Initial commit
Added Paths:
-----------
csw/mgar/pkg/xjobs/
csw/mgar/pkg/xjobs/branches/
csw/mgar/pkg/xjobs/tags/
csw/mgar/pkg/xjobs/trunk/
csw/mgar/pkg/xjobs/trunk/Makefile
csw/mgar/pkg/xjobs/trunk/checksums
csw/mgar/pkg/xjobs/trunk/files/
Property changes on: csw/mgar/pkg/xjobs/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/xjobs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xjobs/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/xjobs/trunk/Makefile 2009-10-27 07:55:30 UTC (rev 6988)
@@ -0,0 +1,28 @@
+GARNAME = xjobs
+GARVERSION = 20091012
+CATEGORIES = utils
+
+DESCRIPTION = Executes jobs in parallel similar to xargs
+define BLURB
+ xjobs reads job descriptions line by line and executes them in parallel.
+ It limits the number of parallel executing jobs and starts new jobs when
+ jobs finish. Therefore, it combines the arguments from every input line
+ with the utility and arguments given on the command line. If no utility
+ is given as an argument to xjobs, then the first argument on every job
+ line will be used as utility. To execute utility xjobs searches the
+ directories given in the PATH environment variable and uses the first
+ file found in these directories.
+endef
+
+MASTER_SITES = http://www.maier-komor.de/xjobs/
+DISTFILES = $(GARNAME)-$(GARVERSION).tgz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+# No tests available
+TEST_SCRIPTS =
+
+include gar/category.mk
Added: csw/mgar/pkg/xjobs/trunk/checksums
===================================================================
--- csw/mgar/pkg/xjobs/trunk/checksums (rev 0)
+++ csw/mgar/pkg/xjobs/trunk/checksums 2009-10-27 07:55:30 UTC (rev 6988)
@@ -0,0 +1 @@
+276bd941a1fc178d2a4d79a0870e533a xjobs-20091012.tgz
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