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
    12# $Id$
    23
    34PortSystem 1.0
     
    23
    3 name                    cssh
    4 version                 3.22
     4name                   cssh
     5version                3.22
    56
    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.
     7platforms              darwin
     8categories             sysutils
     9maintainers            freebsd.org:miwi
    1510
    16 master_sites            http://downloads.sourceforge.net/clusterssh/
    17 checksums               md5 f568c3ade1e586250ff22045a11eff37 \
    18                         sha1 0927f870459354450f5cdbb4aeaf7ceb12b97f6e \
    19                         rmd160 73c099872a53a5d8ed993fafe60fc7b7586fd83c
     11homepage               http://clusterssh.sourceforge.net/
    2012
     13description            Cluster Admin via SSH
    2114
    22 distname                clusterssh-${version}
     15long_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.
    2318
    24 depends_lib             port:p5-tk port:p5-x11-protocol
    25 depends_run             port:xterm
     19master_sites           http://downloads.sourceforge.net/clusterssh/
     20checksums              md5 f568c3ade1e586250ff22045a11eff37 \
     21                       sha1 0927f870459354450f5cdbb4aeaf7ceb12b97f6e \
     22                       rmd160 73c099872a53a5d8ed993fafe60fc7b7586fd83c
     23
     24
     25distname               clusterssh-${version}
     26
     27depends_lib            port:p5-tk port:p5-x11-protocol
     28depends_run            port:xterm