[38419] trunk/dports/net

raimue at macports.org raimue at macports.org
Sat Jul 19 04:02:13 PDT 2008


Revision: 38419
          http://trac.macosforge.org/projects/macports/changeset/38419
Author:   raimue at macports.org
Date:     2008-07-19 04:02:12 -0700 (Sat, 19 Jul 2008)
Log Message:
-----------
net/dsh:
New port, closes #13014.

Added Paths:
-----------
    trunk/dports/net/dsh/
    trunk/dports/net/dsh/Portfile
    trunk/dports/net/dsh/files/
    trunk/dports/net/dsh/files/patch-dsh.conf.diff

Added: trunk/dports/net/dsh/Portfile
===================================================================
--- trunk/dports/net/dsh/Portfile	                        (rev 0)
+++ trunk/dports/net/dsh/Portfile	2008-07-19 11:02:12 UTC (rev 38419)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem 1.0
+
+name            dsh
+version         0.25.9
+revision	0
+categories      net
+maintainers     exoweb.net:bjorn
+description     Distributed shell: runs command through rsh or ssh on a cluster of machines.
+long_description \
+    Dsh executes command remotely on several different machines at \
+    the same time.  An  utility to effectively do a                \
+    { for a in $(seq 1 10); do rsh $a command; done }              \
+    in bourne shell.
+
+homepage        http://www.netfort.gr.jp/~dancer/software/dsh.html.en
+platforms       darwin
+master_sites    http://www.netfort.gr.jp/~dancer/software/downloads/
+checksums       md5 60734780242172fca9e68d223654292d
+depends_lib     port:libdshconfig
+depends_run	port:openssh
+platforms	darwin
+
+patchfiles	patch-dsh.conf.diff


Property changes on: trunk/dports/net/dsh/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/net/dsh/files/patch-dsh.conf.diff
===================================================================
--- trunk/dports/net/dsh/files/patch-dsh.conf.diff	                        (rev 0)
+++ trunk/dports/net/dsh/files/patch-dsh.conf.diff	2008-07-19 11:02:12 UTC (rev 38419)
@@ -0,0 +1,11 @@
+--- dsh.conf.orig	2007-11-06 19:08:42.000000000 +0800
++++ dsh.conf	2007-11-06 19:08:59.000000000 +0800
+@@ -4,7 +4,7 @@
+ 
+ verbose = 0 
+ 
+- remoteshell =rsh  
++ remoteshell =ssh  
+  showmachinenames = 0
+ waitshell=1  # whether to wait for execution
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080719/678fc0b4/attachment.html 


More information about the macports-changes mailing list