[140343] trunk/dports/net

ryandesign at macports.org ryandesign at macports.org
Fri Sep 18 04:25:20 PDT 2015


Revision: 140343
          https://trac.macports.org/changeset/140343
Author:   ryandesign at macports.org
Date:     2015-09-18 04:25:20 -0700 (Fri, 18 Sep 2015)
Log Message:
-----------
pdsh: new port, version 2.29 (#48866)

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

Added: trunk/dports/net/pdsh/Portfile
===================================================================
--- trunk/dports/net/pdsh/Portfile	                        (rev 0)
+++ trunk/dports/net/pdsh/Portfile	2015-09-18 11:25:20 UTC (rev 140343)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                pdsh
+version             2.29
+categories          net
+platforms           darwin
+license             GPL-2+
+maintainers         gmail.com:james.trammell
+
+description         Parallel Distributed Shell
+
+long_description    Pdsh is a high-performance, parallel remote shell utility. It uses a \
+                    sliding window of threads to execute remote commands, conserving socket \
+                    resources while allowing some connections to timeout if needed. It was \
+                    originally written as a replacement for IBM's DSH on clusters at LLNL.
+
+homepage            https://code.google.com/p/pdsh
+master_sites        https://pdsh.googlecode.com/files
+use_bzip2           yes
+
+checksums           rmd160  c56e6cc85e3af4c3f5c025c45c723b04c683a797 \
+                    sha256  57f0903bf782afe00874267b59e0f4adefa79da4c48d0257c5ae2bef02f87fcf
+
+configure.args      --with-ssh \
+                    --mandir=${prefix}/share/man
+
+# Project is hosted on Google Code which is shutting down and is in read-only
+# mode and is not accepting new uploads.
+livecheck.type      none


Property changes on: trunk/dports/net/pdsh/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150918/36e0fe36/attachment.html>


More information about the macports-changes mailing list