| 1 | # $Id: $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | name dsh |
|---|
| 5 | version 0.25.9 |
|---|
| 6 | revision 0 |
|---|
| 7 | categories net |
|---|
| 8 | maintainers exoweb.net:bjorn |
|---|
| 9 | description "Distributed shell: runs command through rsh or ssh on a cluster of machines." |
|---|
| 10 | long_description \ |
|---|
| 11 | Dsh executes command remotely on several different machines at \ |
|---|
| 12 | the same time. An utility to effectively do a \ |
|---|
| 13 | { for a in $(seq 1 10); do rsh $a command; done } \ |
|---|
| 14 | in bourne shell. |
|---|
| 15 | |
|---|
| 16 | homepage http://www.netfort.gr.jp/~dancer/software/dsh.html.en |
|---|
| 17 | platforms darwin |
|---|
| 18 | master_sites http://www.netfort.gr.jp/~dancer/software/downloads/ |
|---|
| 19 | checksums md5 60734780242172fca9e68d223654292d |
|---|
| 20 | depends_lib port:libdshconfig |
|---|
| 21 | depends_run port:openssh |
|---|
| 22 | platforms darwin |
|---|
| 23 | |
|---|
| 24 | patchfiles patch-dsh.conf |
|---|