Ticket #30172: cssh.diff
File cssh.diff, 1.9 KB (added by miwi@…, 13 years ago) |
---|
-
Portfile
1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 2 3 3 name 4 version 4 name cssh 5 version 3.22 5 6 6 platforms darwin 7 categories sysutils 8 maintainers nomaintainer 9 homepage http://clusterssh.sourceforge.net/ 10 description Cluster Admin via SSH 11 long_description \ 12 ClusterSSH controls a number of xterm windows via a single graphical \ 13 console window to allow commands to be interactively run on multiple \ 14 servers over an ssh connection. 7 platforms darwin 8 categories sysutils 9 maintainers freebsd.org:miwi 15 10 16 master_sites http://downloads.sourceforge.net/clusterssh/ 17 checksums md5 f568c3ade1e586250ff22045a11eff37 \ 18 sha1 0927f870459354450f5cdbb4aeaf7ceb12b97f6e \ 19 rmd160 73c099872a53a5d8ed993fafe60fc7b7586fd83c 11 homepage http://clusterssh.sourceforge.net/ 20 12 13 description Cluster Admin via SSH 21 14 22 distname clusterssh-${version} 15 long_description ClusterSSH controls a number of xterm windows via a single graphical \ 16 console window to allow commands to be interactively run on multiple \ 17 servers over an ssh connection. 23 18 24 depends_lib port:p5-tk port:p5-x11-protocol 25 depends_run port:xterm 19 master_sites http://downloads.sourceforge.net/clusterssh/ 20 checksums md5 f568c3ade1e586250ff22045a11eff37 \ 21 sha1 0927f870459354450f5cdbb4aeaf7ceb12b97f6e \ 22 rmd160 73c099872a53a5d8ed993fafe60fc7b7586fd83c 23 24 25 distname clusterssh-${version} 26 27 depends_lib port:p5-tk port:p5-x11-protocol 28 depends_run port:xterm