IABSD.fr/ports/sysutils/xjobs

Branch :


Log

Author Commit Date CI Message
3fe87919 2015-01-22 12:52:45 Drop USE_GROFF since groff and mandoc produce identical output.
570aa62a 2015-01-18 03:12:39 Drop remaining MD5/RMD160/SHA1 checksums.
eae66e4a 2013-03-11 11:35:43 PERMIT_* / REGRESS->TEST sweep
6c283d7e 2010-11-20 17:22:40 new depends
709b054a 2010-10-19 07:43:00 USE_GROFF=Yes
6bd5ddac 2010-10-08 16:34:08 Update to xjobs-20100915 From Rene Maroufi (maintainer)
071978da 2010-04-02 11:41:20 import xjobs 20100311 xjobs reads job descriptions line by line and executes them in parallel. xjobs is most useful on multiprocessor machines when one needs to execute several time consuming commands that could possibly be run in parallel. It works similar to xargs, but starts several processes simultaneously and gives only one line of arguments to each utility call. from rene maroufi, with minor tweaks by me