[23671] trunk/dports/sysutils

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 6 04:44:34 PDT 2007


Revision: 23671
          http://trac.macosforge.org/projects/macports/changeset/23671
Author:   stechert at macports.org
Date:     2007-04-06 04:44:34 -0700 (Fri, 06 Apr 2007)

Log Message:
-----------
adding port of cssh to close Ticket #11736

Added Paths:
-----------
    trunk/dports/sysutils/cssh/
    trunk/dports/sysutils/cssh/Portfile

Added: trunk/dports/sysutils/cssh/Portfile
===================================================================
--- trunk/dports/sysutils/cssh/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/cssh/Portfile	2007-04-06 11:44:34 UTC (rev 23671)
@@ -0,0 +1,22 @@
+# $Id:
+PortSystem 1.0
+name              cssh
+version           3.19.1
+
+platforms         darwin
+categories        sysutils
+maintainers       stechert at macports.org
+homepage          http://clusterssh.sourceforge.net/
+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.
+
+master_sites      http://downloads.sourceforge.net/clusterssh/
+checksums         md5 578208faf944100a233ae216fa230350
+distname          clusterssh-${version}
+extract.suffix    .tar.gz
+
+depends_lib   port:p5-tk port:p5-x11-protocol
+depends_run	port:xterm

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070406/81707533/attachment.html


More information about the macports-changes mailing list