Ticket #13014: Portfile

File Portfile, 793 bytes (added by bjorn@…, 17 years ago)

net/dsh/Portfile

Line 
1# $Id: $
2
3PortSystem 1.0
4name            dsh
5version         0.25.9
6revision        0
7categories      net
8maintainers     exoweb.net:bjorn
9description     "Distributed shell: runs command through rsh or ssh on a cluster of machines."
10long_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
16homepage        http://www.netfort.gr.jp/~dancer/software/dsh.html.en
17platforms       darwin
18master_sites    http://www.netfort.gr.jp/~dancer/software/downloads/
19checksums       md5 60734780242172fca9e68d223654292d
20depends_lib     port:libdshconfig
21depends_run     port:openssh
22platforms       darwin
23
24patchfiles      patch-dsh.conf