Ticket #48866: Portfile

File Portfile, 1.1 KB (added by jtrammel, 9 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5
6name                pdsh
7version             2.29
8revision            0
9categories          net
10platforms           darwin
11license             GPL-2
12maintainers         gmail.com:james.trammell
13description         Parallel Distributed Shell
14long_description    Pdsh is a high-performance, parallel remote shell utility. It uses a \
15                    sliding window of threads to execute remote commands, conserving socket \
16                    resources while allowing some connections to timeout if needed. It was \
17                    originally written as a replacement for IBM's DSH on clusters at LLNL.
18
19homepage            https://code.google.com/p/pdsh
20master_sites        https://pdsh.googlecode.com/files
21use_bzip2           yes
22checksums           rmd160  c56e6cc85e3af4c3f5c025c45c723b04c683a797 \
23                    sha256  57f0903bf782afe00874267b59e0f4adefa79da4c48d0257c5ae2bef02f87fcf
24
25configure.args      --with-ssh \
26                    --mandir=${prefix}/share/man