svn commit: r386737 - in head/security: . tmux-cssh
Vanilla I. Shu
vanilla at FreeBSD.org
Tue May 19 03:33:09 UTC 2015
Author: vanilla
Date: Tue May 19 03:33:06 2015
New Revision: 386737
URL: https://svnweb.freebsd.org/changeset/ports/386737
Log:
Add tmux-cssh 20150518, clusterSSH features using tmux, but not X11.
PR: 200313
Submitted by: jrm at ftfl.ca
Added:
head/security/tmux-cssh/
head/security/tmux-cssh/Makefile (contents, props changed)
head/security/tmux-cssh/distinfo (contents, props changed)
head/security/tmux-cssh/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Tue May 19 02:50:54 2015 (r386736)
+++ head/security/Makefile Tue May 19 03:33:06 2015 (r386737)
@@ -1024,6 +1024,7 @@
SUBDIR += tinc
SUBDIR += tinyca
SUBDIR += tlswrap
+ SUBDIR += tmux-cssh
SUBDIR += tor
SUBDIR += tor-devel
SUBDIR += tpm-tools
Added: head/security/tmux-cssh/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/tmux-cssh/Makefile Tue May 19 03:33:06 2015 (r386737)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME= tmux-cssh
+PORTVERSION= 20150518
+CATEGORIES= security
+
+MAINTAINER= jrm at ftfl.ca
+COMMENT= ClusterSSH features using tmux, but not X11
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS= ${LOCALBASE}/bin/tmux:${PORTSDIR}/sysutils/tmux
+
+NO_BUILD= YES
+
+USE_GITHUB= yes
+GH_ACCOUNT= dennishafemann
+GH_TAGNAME= 94ecc012c8
+
+PLIST_FILES= bin/tmux-cssh %%PORTDOCS%%%%DOCSDIR%%/README.md
+
+do-install:
+ @cd ${WRKSRC} && \
+ ${INSTALL_SCRIPT} ${WRKSRC}/tmux-cssh ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
Added: head/security/tmux-cssh/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/tmux-cssh/distinfo Tue May 19 03:33:06 2015 (r386737)
@@ -0,0 +1,2 @@
+SHA256 (dennishafemann-tmux-cssh-20150518-94ecc012c8_GH0.tar.gz) = aad41d549b4b7a90c958f5ffc9211eb94eeaaadb55769a313165408140b2e2d7
+SIZE (dennishafemann-tmux-cssh-20150518-94ecc012c8_GH0.tar.gz) = 4830
Added: head/security/tmux-cssh/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/tmux-cssh/pkg-descr Tue May 19 03:33:06 2015 (r386737)
@@ -0,0 +1,3 @@
+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.
More information about the svn-ports-all
mailing list