1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/xjobs/trunk/Makefile

Revision 17647, 0.9 KB (checked in by dmichelsen, 6 weeks ago)

xjobs/trunk: Update to 20120412

Line 
1NAME = xjobs
2VERSION = 20120412
3CATEGORIES = utils
4GARTYPE = v2
5
6DESCRIPTION = Executes jobs in parallel similar to xargs
7define BLURB
8  xjobs reads job descriptions line by line and executes them in parallel.
9  It limits the number of parallel executing jobs and starts new jobs when
10  jobs finish. Therefore, it combines the arguments from every input line
11  with the utility and arguments given on the command line. If no utility
12  is given as an argument to xjobs, then the first argument on every job
13  line will be used as utility. To execute utility xjobs searches the
14  directories given in the PATH environment variable and uses the first
15  file found in these directories.
16endef
17
18MASTER_SITES = http://www.maier-komor.de/xjobs/
19DISTFILES  = $(DISTNAME).tgz
20
21VENDOR_URL = http://www.maier-komor.de/xjobs.html
22
23# No tests available
24TEST_SCRIPTS =
25
26include gar/category.mk
Note: See TracBrowser for help on using the browser.