From a5c6a3766ee68da2fb8d0471d5505b7dea0324bd Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 24 Jun 2003 00:32:03 +0000 Subject: 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 in PR 21961 --- sysutils/shmux/DESCR | 6 ++++++ sysutils/shmux/Makefile | 17 +++++++++++++++++ sysutils/shmux/PLIST | 4 ++++ sysutils/shmux/distinfo | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 sysutils/shmux/DESCR create mode 100644 sysutils/shmux/Makefile create mode 100644 sysutils/shmux/PLIST create mode 100644 sysutils/shmux/distinfo (limited to 'sysutils') 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 -- cgit v1.2.3