[80524] trunk/dports/sysutils/cssh/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 14 02:24:47 PDT 2011


Revision: 80524
          http://trac.macports.org/changeset/80524
Author:   ryandesign at macports.org
Date:     2011-07-14 02:24:47 -0700 (Thu, 14 Jul 2011)
Log Message:
-----------
cssh: add modeline and adjust whitespace; see #30172

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

Modified: trunk/dports/sysutils/cssh/Portfile
===================================================================
--- trunk/dports/sysutils/cssh/Portfile	2011-07-14 09:20:24 UTC (rev 80523)
+++ trunk/dports/sysutils/cssh/Portfile	2011-07-14 09:24:47 UTC (rev 80524)
@@ -1,27 +1,31 @@
+# -*- 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$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name			cssh
-version			3.22
+name                cssh
+version             3.22
+platforms           darwin
+categories          sysutils
+maintainers         nomaintainer
 
-platforms		darwin
-categories		sysutils
-maintainers		nomaintainer
-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.
+description         Cluster Admin via SSH
 
-master_sites		http://downloads.sourceforge.net/clusterssh/
-checksums		md5 f568c3ade1e586250ff22045a11eff37 \
-			sha1 0927f870459354450f5cdbb4aeaf7ceb12b97f6e \
-			rmd160 73c099872a53a5d8ed993fafe60fc7b7586fd83c
+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        http://downloads.sourceforge.net/clusterssh/
 
-distname		clusterssh-${version}
+checksums           md5     f568c3ade1e586250ff22045a11eff37 \
+                    sha1    0927f870459354450f5cdbb4aeaf7ceb12b97f6e \
+                    rmd160  73c099872a53a5d8ed993fafe60fc7b7586fd83c
 
-depends_lib		port:p5-tk port:p5-x11-protocol
-depends_run		port:xterm
+distname            clusterssh-${version}
+
+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/20110714/f4783fb5/attachment.html>


More information about the macports-changes mailing list