summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2003-06-24 00:32:03 +0000
committerhubertf <hubertf@pkgsrc.org>2003-06-24 00:32:03 +0000
commita5c6a3766ee68da2fb8d0471d5505b7dea0324bd (patch)
treee88f386d7f454b71d8a03d5696a3055fe095fd59 /sysutils
parent149cf124c2dfe0264c506b28a388df41f3e72a06 (diff)
downloadpkgsrc-a5c6a3766ee68da2fb8d0471d5505b7dea0324bd.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')
-rw-r--r--sysutils/shmux/DESCR6
-rw-r--r--sysutils/shmux/Makefile17
-rw-r--r--sysutils/shmux/PLIST4
-rw-r--r--sysutils/shmux/distinfo4
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