|
Revision 17647, 0.9 KB
(checked in by dmichelsen, 6 weeks ago)
|
|
xjobs/trunk: Update to 20120412
|
| Line | |
|---|
| 1 | NAME = xjobs |
|---|
| 2 | VERSION = 20120412 |
|---|
| 3 | CATEGORIES = utils |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | |
|---|
| 6 | DESCRIPTION = Executes jobs in parallel similar to xargs |
|---|
| 7 | define 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. |
|---|
| 16 | endef |
|---|
| 17 | |
|---|
| 18 | MASTER_SITES = http://www.maier-komor.de/xjobs/ |
|---|
| 19 | DISTFILES = $(DISTNAME).tgz |
|---|
| 20 | |
|---|
| 21 | VENDOR_URL = http://www.maier-komor.de/xjobs.html |
|---|
| 22 | |
|---|
| 23 | # No tests available |
|---|
| 24 | TEST_SCRIPTS = |
|---|
| 25 | |
|---|
| 26 | include gar/category.mk |
|---|