summaryrefslogtreecommitdiffstats
path: root/cluster/clusterssh
diff options
context:
space:
mode:
authorMark Bainter2008-04-14 12:03:34 -0500
committerMark Bainter2008-04-14 12:03:34 -0500
commit39cac7d63fc75868b2d7a66a20510e4e22c441fa (patch)
tree87f6061add8bf08560c280ba85dc8db419e03254 /cluster/clusterssh
parent2d6e5d9395647d93d78d17bf2293c78492313a4e (diff)
New Spell - ClusterSSH
Diffstat (limited to 'cluster/clusterssh')
-rwxr-xr-xcluster/clusterssh/BUILD9
-rwxr-xr-xcluster/clusterssh/DEPENDS4
-rwxr-xr-xcluster/clusterssh/DETAILS18
-rw-r--r--cluster/clusterssh/HISTORY3
4 files changed, 34 insertions, 0 deletions
diff --git a/cluster/clusterssh/BUILD b/cluster/clusterssh/BUILD
new file mode 100755
index 0000000000..76005caac3
--- /dev/null
+++ b/cluster/clusterssh/BUILD
@@ -0,0 +1,9 @@
+OPTS="$OPTS --build=${BUILD}";
+[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}";
+./configure \
+ --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info $OPTS &&
+make
diff --git a/cluster/clusterssh/DEPENDS b/cluster/clusterssh/DEPENDS
new file mode 100755
index 0000000000..e36c6e6798
--- /dev/null
+++ b/cluster/clusterssh/DEPENDS
@@ -0,0 +1,4 @@
+depends perl &&
+depends perl-tk &&
+depends config-simple &&
+depends X11-SERVER
diff --git a/cluster/clusterssh/DETAILS b/cluster/clusterssh/DETAILS
new file mode 100755
index 0000000000..45fd55a001
--- /dev/null
+++ b/cluster/clusterssh/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=clusterssh
+ VERSION=3.22
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:4d7a5ceac986dc6a848e6ef7f5e58fd6184b122ed781f5b901b64a8418cd7a7f5a203be5da505a9568641cd40c752db2c3d955aa28c2ae6828d1977fd07cf107
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://clusterssh.sourceforge.net/ "
+ LICENSE[0]=GPL
+ ENTERED=20080412
+ SHORT="A cluster administration tool."
+cat << EOF
+Cluster SSH opens terminal windows with connections to specified hosts and
+an administration console. Any text typed into the administration console is
+replicated to all other connected and active windows. This tool is intended
+for, but not limited to, cluster administration where the same configuration
+or commands must be run on each node within the cluster. Performing these
+commands all at once via this tool ensures all nodes are kept in sync.
+EOF
diff --git a/cluster/clusterssh/HISTORY b/cluster/clusterssh/HISTORY
new file mode 100644
index 0000000000..f2fd6a01db
--- /dev/null
+++ b/cluster/clusterssh/HISTORY
@@ -0,0 +1,3 @@
+2008-04-12 Mark Bainter <mbainter@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, HISTORY: spell created
+