diff options
author | hubertf <hubertf> | 2003-06-24 00:32:03 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2003-06-24 00:32:03 +0000 |
commit | abd2ed5254a6b69187cd18b0574bb66e4564f1f1 (patch) | |
tree | e88f386d7f454b71d8a03d5696a3055fe095fd59 /sysutils/shmux | |
parent | 657707273abf26094d941f928ed1cca8a8b2915d (diff) | |
download | pkgsrc-abd2ed5254a6b69187cd18b0574bb66e4564f1f1.tar.gz |
Import shmux-0.10a: Shell Multiplexor
shmux is program for executing the same command on many hosts in parallel.
For each target, a child process is spawned by shmux, and a shell on
the target obtained one of the supported methods: rsh, ssh, or sh. The
output produced by the children is received by shmux and either output
in turn to the user, or written to files for later processing.
Submitted by Christophe Kalt <kalt@taranis.org> in PR 21961
Diffstat (limited to 'sysutils/shmux')
-rw-r--r-- | sysutils/shmux/DESCR | 6 | ||||
-rw-r--r-- | sysutils/shmux/Makefile | 17 | ||||
-rw-r--r-- | sysutils/shmux/PLIST | 4 | ||||
-rw-r--r-- | sysutils/shmux/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/shmux/DESCR b/sysutils/shmux/DESCR new file mode 100644 index 00000000000..7a9e982e224 --- /dev/null +++ b/sysutils/shmux/DESCR @@ -0,0 +1,6 @@ +shmux is program for executing the same command on many hosts in parallel. + +For each target, a child process is spawned by shmux, and a shell on +the target obtained one of the supported methods: rsh, ssh, or sh. The +output produced by the children is received by shmux and either output +in turn to the user, or written to files for later processing. diff --git a/sysutils/shmux/Makefile b/sysutils/shmux/Makefile new file mode 100644 index 00000000000..0b2e36ddd3b --- /dev/null +++ b/sysutils/shmux/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/06/24 00:32:03 hubertf Exp $ + +DISTNAME= shmux-0.10a +CATEGORIES= sysutils +MASTER_SITES= http://web.taranis.org/shmux/dist/ +EXTRACT_SUFX= .tgz + +MAINTAINER= shmux@taranis.org +HOMEPAGE= http://web.taranis.org/shmux/ +COMMENT= Shell Multiplexor + +DEPENDS+= pcre-[0-9]*:../../devel/pcre + +GNU_CONFIGURE= yes +ALL_TARGET= shmux + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/shmux/PLIST b/sysutils/shmux/PLIST new file mode 100644 index 00000000000..6f0cc9128d9 --- /dev/null +++ b/sysutils/shmux/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/24 00:32:03 hubertf Exp $ +bin/shmux +man/man1/shmux.1 +share/shmux/mcmd.sh diff --git a/sysutils/shmux/distinfo b/sysutils/shmux/distinfo new file mode 100644 index 00000000000..419cd2b981c --- /dev/null +++ b/sysutils/shmux/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/06/24 00:32:03 hubertf Exp $ + +SHA1 (shmux-0.10a.tgz) = 0af133531adc47a2d7c9c8cf93b70a2fc95c56b7 +Size (shmux-0.10a.tgz) = 71476 bytes |