# -*- 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
# $Id$

PortSystem          1.0

name                pdsh
version             2.29
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://code.google.com/p/pdsh
master_sites        googlecode
use_bzip2           yes

checksums           rmd160  c56e6cc85e3af4c3f5c025c45c723b04c683a797 \
                    sha256  57f0903bf782afe00874267b59e0f4adefa79da4c48d0257c5ae2bef02f87fcf

configure.args      --with-ssh \
                    --mandir=${prefix}/share/man

# Project is hosted on Google Code which is shutting down and is in read-only
# mode and is not accepting new uploads.
livecheck.type      none