[38418] trunk/dports/net

raimue at macports.org raimue at macports.org
Sat Jul 19 03:56:36 PDT 2008


Revision: 38418
          http://trac.macosforge.org/projects/macports/changeset/38418
Author:   raimue at macports.org
Date:     2008-07-19 03:56:35 -0700 (Sat, 19 Jul 2008)
Log Message:
-----------
net/libdshconfig:
New port as dependency for dsh, see #13014.

Added Paths:
-----------
    trunk/dports/net/libdshconfig/
    trunk/dports/net/libdshconfig/Portfile

Added: trunk/dports/net/libdshconfig/Portfile
===================================================================
--- trunk/dports/net/libdshconfig/Portfile	                        (rev 0)
+++ trunk/dports/net/libdshconfig/Portfile	2008-07-19 10:56:35 UTC (rev 38418)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem 1.0
+
+name            libdshconfig
+version         0.20.9
+categories      net
+maintainers     exoweb.net:bjorn
+description     Dsh config file parser for general use, split out from dsh sources
+long_description \
+    Config file parser library for dsh.                            \
+    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 c3fabfae1782c17ee989373c2f6a73c1
+platforms       darwin
+
+depends_build   port:autoconf
+
+pre-configure {
+    system "cd ${worksrcpath} && autoreconf"
+}


Property changes on: trunk/dports/net/libdshconfig/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080719/2055eb8b/attachment.html 


More information about the macports-changes mailing list