diff options
author | swills <swills@FreeBSD.org> | 2016-03-18 22:14:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-03-18 22:14:41 +0800 |
commit | 7c7a7a08e82138782095751d1fe78f1887ce0978 (patch) | |
tree | 078776820b5e2fb19db810187c4bd4eec3bfba89 /sysutils/Makefile | |
parent | f0e96b58293cd64783b71ccca5af90a2fa30c3d0 (diff) | |
download | freebsd-ports-gnome-7c7a7a08e82138782095751d1fe78f1887ce0978.tar.gz freebsd-ports-gnome-7c7a7a08e82138782095751d1fe78f1887ce0978.tar.zst freebsd-ports-gnome-7c7a7a08e82138782095751d1fe78f1887ce0978.zip |
sysutils/parafly: create port
Given a file containing a list of Unix commands, multithreading is used to
process the commands in parallel on a single server. Success/failure is
captured, and failed commands are retained and reported.
WWW: http://sourceforge.net/projects/parafly/
PR: 207960
Submitted by: Jason Bacon <bacon4000@gmail.com>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 5ec61c9651dc..0c12b90b8968 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -699,6 +699,7 @@ SUBDIR += paicc SUBDIR += pam_mount SUBDIR += panicmail + SUBDIR += parafly SUBDIR += parallel SUBDIR += password-store SUBDIR += patchelf |