Changeset 80524
- Timestamp:
- 07/14/11 02:24:47 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/sysutils/cssh/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/sysutils/cssh/Portfile
r78753 r80524 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 PortSystem 1.04 PortSystem 1.0 4 5 5 name cssh 6 version 3.22 6 name cssh 7 version 3.22 8 platforms darwin 9 categories sysutils 10 maintainers nomaintainer 7 11 8 platforms darwin 9 categories sysutils 10 maintainers nomaintainer 11 homepage http://clusterssh.sourceforge.net/ 12 description Cluster Admin via SSH 13 long_description \ 14 ClusterSSH controls a number of xterm windows via a single graphical \ 15 console window to allow commands to be interactively run on multiple \ 16 servers over an ssh connection. 12 description Cluster Admin via SSH 17 13 18 master_sites http://downloads.sourceforge.net/clusterssh/ 19 checksums md5 f568c3ade1e586250ff22045a11eff37\20 sha1 0927f870459354450f5cdbb4aeaf7ceb12b97f6e\21 rmd160 73c099872a53a5d8ed993fafe60fc7b7586fd83c 14 long_description ClusterSSH controls a number of xterm windows via a \ 15 single graphical console window to allow commands to \ 16 be interactively run on multiple servers over an ssh \ 17 connection. 22 18 19 homepage http://clusterssh.sourceforge.net/ 20 master_sites http://downloads.sourceforge.net/clusterssh/ 23 21 24 distname clusterssh-${version} 22 checksums md5 f568c3ade1e586250ff22045a11eff37 \ 23 sha1 0927f870459354450f5cdbb4aeaf7ceb12b97f6e \ 24 rmd160 73c099872a53a5d8ed993fafe60fc7b7586fd83c 25 25 26 depends_lib port:p5-tk port:p5-x11-protocol 27 depends_run port:xterm 26 distname clusterssh-${version} 27 28 depends_lib port:p5-tk \ 29 port:p5-x11-protocol 30 31 depends_run port:xterm
Note: See TracChangeset
for help on using the changeset viewer.

