summaryrefslogtreecommitdiffstats
path: root/security/clusterssh
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-09-15 23:42:29 +0000
committerpav <pav@FreeBSD.org>2005-09-15 23:42:29 +0000
commit51d63ef4386dac28b8ea6812f8e1d17fd6a7a263 (patch)
treeda8f35d737439c841e38b21a448d1eec3a59ac93 /security/clusterssh
parenteef29b0cb8a29edce8addde5ac4250e8c5d54f63 (diff)
downloadFreeBSD-ports-51d63ef4386dac28b8ea6812f8e1d17fd6a7a263.zip
FreeBSD-ports-51d63ef4386dac28b8ea6812f8e1d17fd6a7a263.tar.gz
ClusterSSH controls a number of xterm windows via a single graphical
console window to allow commands to be interactively run on multiple servers over an ssh connection. PR: ports/84970 Submitted by: David Thiel <lx@redundancy.redundancy.org>
Diffstat (limited to 'security/clusterssh')
-rw-r--r--security/clusterssh/Makefile27
-rw-r--r--security/clusterssh/distinfo2
-rw-r--r--security/clusterssh/pkg-descr5
3 files changed, 34 insertions, 0 deletions
diff --git a/security/clusterssh/Makefile b/security/clusterssh/Makefile
new file mode 100644
index 0000000..da86c53
--- /dev/null
+++ b/security/clusterssh/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: clusterssh
+# Date created: 2005-08-15
+# Whom: David Thiel <lx@redundancy.redundancy.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= clusterssh
+PORTVERSION= 3.17.1
+CATEGORIES= security net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= lx@redundancy.redundancy.org
+COMMENT= Controls multiple hosts simultaneously via xterms and ssh
+
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \
+ ${SITE_PERL}/X11/Protocol.pm:${PORTSDIR}/x11/p5-X11-Protocol
+
+USE_PERL5= yes
+GNU_CONFIGURE= yes
+USE_X_PREFIX= yes
+
+PLIST_FILES= bin/cssh
+MAN1= cssh.1
+
+.include <bsd.port.mk>
diff --git a/security/clusterssh/distinfo b/security/clusterssh/distinfo
new file mode 100644
index 0000000..8548ea4
--- /dev/null
+++ b/security/clusterssh/distinfo
@@ -0,0 +1,2 @@
+MD5 (clusterssh-3.17.1.tar.gz) = 4a1fd1afb7cd17f715c2679374356398
+SIZE (clusterssh-3.17.1.tar.gz) = 72506
diff --git a/security/clusterssh/pkg-descr b/security/clusterssh/pkg-descr
new file mode 100644
index 0000000..95581c8
--- /dev/null
+++ b/security/clusterssh/pkg-descr
@@ -0,0 +1,5 @@
+ClusterSSH controls a number of xterm windows via a single graphical
+console window to allow commands to be interactively run on multiple
+servers over an ssh connection.
+
+WWW: http://clusterssh.sourceforge.net
OpenPOWER on IntegriCloud