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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name pdsh |
---|
7 | version 2.29 |
---|
8 | revision 0 |
---|
9 | categories net |
---|
10 | platforms darwin |
---|
11 | license GPL-2 |
---|
12 | maintainers gmail.com:james.trammell |
---|
13 | description Parallel Distributed Shell |
---|
14 | long_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 | |
---|
19 | homepage https://code.google.com/p/pdsh |
---|
20 | master_sites https://pdsh.googlecode.com/files |
---|
21 | use_bzip2 yes |
---|
22 | checksums rmd160 c56e6cc85e3af4c3f5c025c45c723b04c683a797 \ |
---|
23 | sha256 57f0903bf782afe00874267b59e0f4adefa79da4c48d0257c5ae2bef02f87fcf |
---|
24 | |
---|
25 | configure.args --with-ssh \ |
---|
26 | --mandir=${prefix}/share/man |
---|