# $Id: Portfile 52953 2009-06-26 08:18:52Z blb@macports.org $

PortSystem          1.0
name                csshX
version             0.63
categories          net sysutils security
maintainers         nomaintainer
description         Cluster ssh tool for Terminal.app
long_description \
   csshX is a tool to allow simultaneous control of multiple SSH sessions. \
   csshX will attempt to create an SSH session to each remote host in \
   separate Terminal.app windows. A master window will also be created. All \
   keyboard input in the master will be sent to all the slave windows.

platforms           darwin

homepage            http://code.google.com/p/csshx/
master_sites        googlecode
extract.suffix      .tgz

checksums           md5     0c7cfcf4b072bad592f9ab65708c58f1 \
                    sha1    5bac087c1f74cc055ce171e02b45bdafbc9e2850 \
                    rmd160  1340c71b5c633a401ae6e015349194ef4c08140f

# Note this does not depend on MacPorts' perl but the system one for
# things like Foundation.pm...

use_configure       no

build               {}

destroot {
   xinstall -m 755 -W ${worksrcpath} csshX ${destroot}${prefix}/bin
   system "/usr/bin/pod2man ${worksrcpath}/csshX \
      ${destroot}${prefix}/share/man/man1/csshX.1"
}

