Remove security/tmux-cssh: upstream has disappeared

This commit is contained in:
Joseph Mingrone 2019-02-17 01:40:57 +00:00
parent 92c849f955
commit c601f5b37d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493137
5 changed files with 1 additions and 40 deletions

1
MOVED
View file

@ -11623,3 +11623,4 @@ net-p2p/verlihub-plugins-messanger||2019-02-16|Has expired: Verlihub uses legacy
net-p2p/verlihub-plugins-stats||2019-02-16|Has expired: Verlihub uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
www/mod_geoip2|www/mod_maxminddb|2019-02-16|Has expired: Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
devel/libdouble-conversion|devel/double-conversion|2019-02-16|Rename to match the project name on github and on most other systems, and in installed cmake files
security/tmux-cssh||2019-02-17|Upstream has disappeared; sysutils/scct is an alternative

View file

@ -1307,7 +1307,6 @@
SUBDIR += titus
SUBDIR += tls-check
SUBDIR += tlswrap
SUBDIR += tmux-cssh
SUBDIR += tor
SUBDIR += tor-devel
SUBDIR += tpm-tools

View file

@ -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>

View file

@ -1,2 +0,0 @@
SHA256 (dennishafemann-tmux-cssh-20151014-2175073_GH0.tar.gz) = 0862cc517da9c2a487e85ab12dc3bdb8233b24ce23af1ae73f548f5f8e554d24
SIZE (dennishafemann-tmux-cssh-20151014-2175073_GH0.tar.gz) = 4835

View file

@ -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