aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjrm <jrm@FreeBSD.org>2019-02-17 09:40:57 +0800
committerjrm <jrm@FreeBSD.org>2019-02-17 09:40:57 +0800
commit281a2ca378c877a8cf319b8cb756b69a22b69c2c (patch)
treefd1d516fa560a6f8526d822661e417c31ed06ee2 /security
parent129775cca4430621998149442bc153293ad9ced3 (diff)
downloadfreebsd-ports-gnome-281a2ca378c877a8cf319b8cb756b69a22b69c2c.tar.gz
freebsd-ports-gnome-281a2ca378c877a8cf319b8cb756b69a22b69c2c.tar.zst
freebsd-ports-gnome-281a2ca378c877a8cf319b8cb756b69a22b69c2c.zip
Remove security/tmux-cssh: upstream has disappeared
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/tmux-cssh/Makefile32
-rw-r--r--security/tmux-cssh/distinfo2
-rw-r--r--security/tmux-cssh/pkg-descr5
4 files changed, 0 insertions, 40 deletions
diff --git a/security/Makefile b/security/Makefile
index e5b2619f2829..bce35c4e646b 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1307,7 +1307,6 @@
SUBDIR += titus
SUBDIR += tls-check
SUBDIR += tlswrap
- SUBDIR += tmux-cssh
SUBDIR += tor
SUBDIR += tor-devel
SUBDIR += tpm-tools
diff --git a/security/tmux-cssh/Makefile b/security/tmux-cssh/Makefile
deleted file mode 100644
index 80092b5419d9..000000000000
--- a/security/tmux-cssh/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= tmux-cssh
-PORTVERSION= 20151014
-PORTREVISION= 1
-CATEGORIES= security
-
-MAINTAINER= jrm@FreeBSD.org
-COMMENT= ClusterSSH features using tmux, but not X11
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE.md
-
-RUN_DEPENDS= ${LOCALBASE}/bin/tmux:sysutils/tmux
-
-NO_BUILD= YES
-
-USE_GITHUB= yes
-GH_ACCOUNT= dennishafemann
-GH_TAGNAME= 2175073
-
-PLIST_FILES= bin/tmux-cssh
-PORTDOCS= README.md
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/tmux-cssh ${STAGEDIR}${PREFIX}/bin
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/security/tmux-cssh/distinfo b/security/tmux-cssh/distinfo
deleted file mode 100644
index b8af2e1c4caf..000000000000
--- a/security/tmux-cssh/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (dennishafemann-tmux-cssh-20151014-2175073_GH0.tar.gz) = 0862cc517da9c2a487e85ab12dc3bdb8233b24ce23af1ae73f548f5f8e554d24
-SIZE (dennishafemann-tmux-cssh-20151014-2175073_GH0.tar.gz) = 4835
diff --git a/security/tmux-cssh/pkg-descr b/security/tmux-cssh/pkg-descr
deleted file mode 100644
index 4fe221c94693..000000000000
--- a/security/tmux-cssh/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-tmux-cssh is simple POSIX shell script, which synchronizes interactive shell
-commands over tmux sessions, making it useful for working on cluster nodes. It
-offers similar functionality to ClusterSSH, but without depending on X11.
-
-WWW: https://github.com/dennishafemann/tmux-cssh