diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-15 23:42:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-15 23:42:29 +0000 |
commit | 0fa16d0db0c049588c222814135e2502998657fa (patch) | |
tree | f758e9cb4bc2d084fadf046d4e092a533a03ab4d /security | |
parent | 06ab573bb814a028cae20b76b8a059d3d91a4f5a (diff) | |
download | ports-0fa16d0db0c049588c222814135e2502998657fa.tar.gz ports-0fa16d0db0c049588c222814135e2502998657fa.zip |
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>
Notes
Notes:
svn path=/head/; revision=142864
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/clusterssh/Makefile | 27 | ||||
-rw-r--r-- | security/clusterssh/distinfo | 2 | ||||
-rw-r--r-- | security/clusterssh/pkg-descr | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 29ac6423653d..a818f0c926eb 100644 --- a/security/Makefile +++ b/security/Makefile @@ -54,6 +54,7 @@ SUBDIR += clamav SUBDIR += clamav-devel SUBDIR += clamsmtp + SUBDIR += clusterssh SUBDIR += cmd5checkpw SUBDIR += courier-authlib SUBDIR += courier-authlib-base diff --git a/security/clusterssh/Makefile b/security/clusterssh/Makefile new file mode 100644 index 000000000000..da86c531cdd3 --- /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 000000000000..8548ea47bf85 --- /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 000000000000..95581c81c9d4 --- /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 |