# -*- 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
# $Id: Portfile 82553 2011-08-15 19:22:39Z jmr@macports.org $

PortSystem          1.0

name                cssh
version             3.22
revision            1
set major           [lindex [split ${version} .] 0]
platforms           darwin
categories          sysutils
maintainers         freebsd.org:miwi

description         Cluster Admin via SSH

long_description    ClusterSSH controls a number of xterm windows via a \
                    single graphical console window to allow commands to \
                    be interactively run on multiple servers over an ssh \
                    connection.

homepage            http://clusterssh.sourceforge.net/
master_sites        sourceforge:project/clusterssh/1.%20ClusterSSH%20Series%20${major}/${version}

checksums           md5     f568c3ade1e586250ff22045a11eff37 \
                    sha1    0927f870459354450f5cdbb4aeaf7ceb12b97f6e \
                    rmd160  73c099872a53a5d8ed993fafe60fc7b7586fd83c

distname            clusterssh-${version}

depends_lib         port:p5.12-tk \
                    port:p5.12-x11-protocol

depends_run         port:xterm

livecheck.name      clusterssh
livecheck.type      sourceforge
livecheck.regex     /clusterssh-(\[0-9.\]+)${extract.suffix}
