---
name: xjobs
version: 20120412
origin: sysutils/xjobs
comment: Utility reads job descriptions line by line and executes in parallel
arch: freebsd:9:x86:64
www: http://www.maier-komor.de/xjobs.html
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv2]
flatsize: 71911
desc: |
  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.

  xjobs is most useful on multi-processor/core machines when one needs to execute
  several time consuming command several that could possibly be run in parallel.
  With xjobs this can be achieved easily, and it is possible to limit the load of
  the machine to a useful value. It works similar to xargs, but starts several
  processes simultaneously and gives only one line of arguments to each utility
  call.

  WWW: http://www.maier-komor.de/xjobs.html
categories: [sysutils]
files:
  /usr/local/bin/xjobs: 8fd243150dab7aca0f32272439a0a3a3e80c61ace49293671106c00567e1f8ac
  /usr/local/man/man1/xjobs.1.gz: b0ac147d202d587baf45fdd7ded88885584405dc35320029bb0a6313b72817cc
  /usr/local/share/doc/xjobs/ChangeLog: 8ce3289f3aafd5e25fd74adbc4406b676b71145c587eb408488885e7ecc91a2e
  /usr/local/share/doc/xjobs/README: 6d756afcfaface99e0d7095a9085a43024a4db4e7fa00abdcb1d2686c77b5144
  /usr/local/share/licenses/xjobs-20120412/GPLv2: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
  /usr/local/share/licenses/xjobs-20120412/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/xjobs-20120412/catalog.mk: efea8134c28f061d8faa0ebfb37193576a28a7a8f5e5c01c5f36059f04d3fd86
directories:
  /usr/local/share/licenses/xjobs-20120412/: n
  /usr/local/share/licenses/: y
  /usr/local/share/doc/xjobs/: n
scripts:
  post-install: |
    cd /usr/local
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
    cd /usr/local
  post-deinstall: |
    cd /usr/local
    cd /usr/local
