# -*- 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 PortGroup github 1.0 github.setup chaos pdsh 2.33 categories net platforms darwin license GPL-2+ maintainers github.com:unixfan description Parallel Distributed Shell long_description Pdsh is a high-performance, parallel remote shell utility. \ It uses a sliding window of threads to execute remote commands, \ conserving socket resources while allowing some \ connections to timeout if needed. It was originally written as a \ replacement for DSH by IBM on clusters at LLNL. checksums rmd160 6acf5b14f4245aab9324526f60f0d7701100a811 \ sha256 7368087429d6269f0a6313c406ef38c6a6a947bc003ca7368fc6481b139d942f \ size 588869 master_sites ${homepage}/releases/download/${github.project}-${github.version} configure.args --with-ssh \ --mandir=${prefix}/share/man default_variants +dsh +readline +no_rsh +genders # +nodeupdown variant dsh description {with dshgroups} { configure.args-append --with-dshgroups } variant genders description {with genders} { depends_lib-append port:genders configure.args-append --with-genders } variant readline description {with readline} { depends_lib-append port:readline configure.args-append --with-readline } variant no_rsh description {without rsh} { configure.args-append --without-rsh } variant nodeupdown description {with nodeupdown} { configure.args-append --with-nodeupdown } livecheck.version ${github.project}-${github.version}