Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1352d81bce71fdcbacf0998e5aaa28e0c2fcafc8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1352d81bce71fdcbacf0998e5aaa28e0c2fcafc8)
  • Date: Fri, 17 Feb 2017 15:42:29 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
utils/pdsh/BUILD | 3 +++
utils/pdsh/CONFIGURE | 15 +++++++++++++++
utils/pdsh/DEPENDS | 4 ++++
utils/pdsh/DETAILS | 17 +++++++++++++++++
utils/pdsh/HISTORY | 2 ++
6 files changed, 44 insertions(+)

New commits:
commit 1352d81bce71fdcbacf0998e5aaa28e0c2fcafc8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pdsh: new spell, high performance, parallel remote shell utility

diff --git a/ChangeLog b/ChangeLog
index fd90e19..f5906d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-02-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/pdsh: new spell, high performance, parallel remote shell
utility
+
2017-02-16 Ismael Luceno <ismael AT sourcemage.org>
* audio-libs/filter_audio: new spell, An easy to use audio filtering
library made from webrtc code
diff --git a/utils/pdsh/BUILD b/utils/pdsh/BUILD
new file mode 100755
index 0000000..3fb49f1
--- /dev/null
+++ b/utils/pdsh/BUILD
@@ -0,0 +1,3 @@
+OPTS="${PDSH_OPTS} ${OPTS}" &&
+
+default_build
diff --git a/utils/pdsh/CONFIGURE b/utils/pdsh/CONFIGURE
new file mode 100755
index 0000000..9c04fa2
--- /dev/null
+++ b/utils/pdsh/CONFIGURE
@@ -0,0 +1,15 @@
+config_query_option PDSH_OPTS "Build rsh module?" y \
+ "--with-rsh" \
+ "--without-rsh" &&
+
+config_query_option PDSH_OPTS "Build ssh module?" n \
+ "--with-ssh" \
+ "--without-ssh" &&
+
+config_query_option PDSH_OPTS "Build xcpu module?" n \
+ "--with-xcpu" \
+ "--without-xcpu" &&
+
+config_query_option PDSH_OPTS "Build exec module?" n \
+ "--with-exec" \
+ "--without-exec"
diff --git a/utils/pdsh/DEPENDS b/utils/pdsh/DEPENDS
new file mode 100755
index 0000000..9c2fdc7
--- /dev/null
+++ b/utils/pdsh/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends readline \
+ "--with-readline" \
+ "--without-readline" \
+ "for readline support"
diff --git a/utils/pdsh/DETAILS b/utils/pdsh/DETAILS
new file mode 100755
index 0000000..7779d32
--- /dev/null
+++ b/utils/pdsh/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=pdsh
+ VERSION=2.31
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/grondo/${SPELL}/archive/${SOURCE}
+
SOURCE_HASH=sha512:38b0aec1c1123ccb6e1bed0c76f88ea4bd3bc75711e09b72a41b1a247528ce702120b9bc35fa7c89f8fcea6e69dc25cb91d305f6f60810d1b9f6a044f3b4f282
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${SPELL}-${VERSION}"
+ DOC_DIRS=""
+ DOCS="AUTHORS DISCLAIMER TODO ${DOCS}"
+ WEB_SITE=https://github.com/grondo/pdsh
+ LICENSE[0]=GPL
+ ENTERED=20170217
+ SHORT="high performance, parallel remote shell utility"
+cat << EOF
+Pdsh is a multithreaded remote shell client which executes commands on
multiple
+remote hosts in parallel. Pdsh can use several different remote shell
services,
+including standard "rsh", Kerberos IV, and ssh.
+EOF
diff --git a/utils/pdsh/HISTORY b/utils/pdsh/HISTORY
new file mode 100644
index 0000000..f599287
--- /dev/null
+++ b/utils/pdsh/HISTORY
@@ -0,0 +1,2 @@
+2017-02-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, CONFIGURE: created spell, version 2.31



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1352d81bce71fdcbacf0998e5aaa28e0c2fcafc8), Vlad Glagolev, 02/17/2017

Archive powered by MHonArc 2.6.24.

Top of Page