mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* update to version 1.0.3 * drectly point to the homepage on github * mention the license (https://github.com/shmux/shmux/blob/master/LICENSE) * remove trailing whitespace
29 lines
1.1 KiB
Tcl
29 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name shmux
|
|
version 1.0.3
|
|
revision 0
|
|
categories sysutils
|
|
maintainers nomaintainer
|
|
description utility for executing the command on many hosts in parallel
|
|
long_description 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.
|
|
homepage https://github.com/shmux/shmux
|
|
license BSD
|
|
platforms darwin
|
|
|
|
depends_build port:pcre
|
|
depends_run port:fping
|
|
|
|
master_sites http://web.taranis.org/shmux/dist/
|
|
extract.suffix .tgz
|
|
build.target
|
|
checksums sha256 c9f8863e2550e23e633cf5fc7a9c4c52d287059f424ef78aba6ecd98390fb9ab \
|
|
rmd160 8cff1bdfa3f9d02096e514e58802c63ad07481cd \
|
|
size 116613
|
|
|