[52953] trunk/dports/net
blb at macports.org
blb at macports.org
Fri Jun 26 01:18:53 PDT 2009
Revision: 52953
http://trac.macports.org/changeset/52953
Author: blb at macports.org
Date: 2009-06-26 01:18:52 -0700 (Fri, 26 Jun 2009)
Log Message:
-----------
New port - net/csshX, Cluster ssh tool for Terminal.app
Added Paths:
-----------
trunk/dports/net/csshX/
trunk/dports/net/csshX/Portfile
Added: trunk/dports/net/csshX/Portfile
===================================================================
--- trunk/dports/net/csshX/Portfile (rev 0)
+++ trunk/dports/net/csshX/Portfile 2009-06-26 08:18:52 UTC (rev 52953)
@@ -0,0 +1,37 @@
+# $Id$
+
+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"
+}
+
Property changes on: trunk/dports/net/csshX/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090626/cffaf402/attachment-0001.html>
More information about the macports-changes
mailing list