New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80524


Ignore:
Timestamp:
07/14/11 02:24:47 (4 years ago)
Author:
ryandesign@…
Message:

cssh: add modeline and adjust whitespace; see #30172

File:
1 edited

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 
    12# $Id$ 
    23 
    3 PortSystem 1.0 
     4PortSystem          1.0 
    45 
    5 name                    cssh 
    6 version                 3.22 
     6name                cssh 
     7version             3.22 
     8platforms           darwin 
     9categories          sysutils 
     10maintainers         nomaintainer 
    711 
    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. 
     12description         Cluster Admin via SSH 
    1713 
    18 master_sites            http://downloads.sourceforge.net/clusterssh/ 
    19 checksums               md5 f568c3ade1e586250ff22045a11eff37 \ 
    20                         sha1 0927f870459354450f5cdbb4aeaf7ceb12b97f6e \ 
    21                         rmd160 73c099872a53a5d8ed993fafe60fc7b7586fd83c 
     14long_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. 
    2218 
     19homepage            http://clusterssh.sourceforge.net/ 
     20master_sites        http://downloads.sourceforge.net/clusterssh/ 
    2321 
    24 distname                clusterssh-${version} 
     22checksums           md5     f568c3ade1e586250ff22045a11eff37 \ 
     23                    sha1    0927f870459354450f5cdbb4aeaf7ceb12b97f6e \ 
     24                    rmd160  73c099872a53a5d8ed993fafe60fc7b7586fd83c 
    2525 
    26 depends_lib             port:p5-tk port:p5-x11-protocol 
    27 depends_run             port:xterm 
     26distname            clusterssh-${version} 
     27 
     28depends_lib         port:p5-tk \ 
     29                    port:p5-x11-protocol 
     30 
     31depends_run         port:xterm 
Note: See TracChangeset for help on using the changeset viewer.