# -*- 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 gmail.com:james.trammell 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 IBM's DSH on clusters at LLNL. homepage https://github.com/chaos/pdsh checksums rmd160 6acf5b14f4245aab9324526f60f0d7701100a811 \ sha256 7368087429d6269f0a6313c406ef38c6a6a947bc003ca7368fc6481b139d942f master_sites ${homepage}/releases/download/${github.project}-${github.version} configure.args --with-ssh \ --mandir=${prefix}/share/man default_variants +dsh +nodeupdown +readline +no_rsh +genders 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.type regex livecheck.url ${homepage}/releases/latest livecheck.regex ".*/releases/tag/pdsh-(.*)\\\">.*" # https://guide.macports.org/index.html # sudo cp ~/Desktop/Portfile.pdsh.txt /opt/local/var/macports/sources/github.com/macports/macports-ports/net/pdsh/Portfile && sudo port -vc sync && sudo rm -v /opt/local/var/macports/distfiles/pdsh/pdsh-2.33.tar.gz # sudo port -vc checksum pdsh # sudo port -vc distcheck pdsh # sudo port -vc livecheck pdsh # sudo port -vc build pdsh # sudo port -vc install pdsh # sudo port -vc uninstall pdsh # sudo port -vc clean pdsh