1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

Add rubygem-tmuxinator, a tmux session manager.

This commit is contained in:
Adam Weinberger 2017-01-15 16:07:37 +00:00
parent abeca73696
commit b4f49a2306
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431587
5 changed files with 41 additions and 0 deletions

View File

@ -993,6 +993,7 @@
SUBDIR += rubygem-sys-uname
SUBDIR += rubygem-sys-uptime
SUBDIR += rubygem-teamocil
SUBDIR += rubygem-tmuxinator
SUBDIR += rubygem-vagrant-bhyve
SUBDIR += rubygem-vagrant-mutate
SUBDIR += rubygem-vagrant-vbguest

View File

@ -0,0 +1,29 @@
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= tmuxinator
PORTVERSION= 0.9.0
CATEGORIES= sysutils ruby
MASTER_SITES= RG
MAINTAINER= adamw@FreeBSD.org
COMMENT= Manage complex tmux sessions easily
LICENSE= MIT
RUN_DEPENDS= rubygem-erubis>=2.6:www/rubygem-erubis \
rubygem-thor>=0.15.0:devel/rubygem-thor \
tmux:sysutils/tmux
USES= gem
USE_RUBY= yes
NO_ARCH= yes
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
${INSTALL_DATA} ${WRKSRC}/completion/tmuxinator.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/_tmuxinator.bash
@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
${INSTALL_DATA} ${WRKSRC}/completion/tmuxinator.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_tmuxinator
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1484494688
SHA256 (rubygem/tmuxinator-0.9.0.gem) = e312a4738a9f3db3055f0c18e83d2d8748ef2238e3241b6c94762a1bdccee88e
SIZE (rubygem/tmuxinator-0.9.0.gem) = 24064

View File

@ -0,0 +1,4 @@
Tmuxinator allows complex tmux sessions to be defined using YAML and ERB,
and handles launching and reattaching those session.
WWW: https://github.com/tmuxinator/tmuxinator

View File

@ -0,0 +1,4 @@
bin/tmuxinator
etc/bash_completion.d/_tmuxinator.bash
%%GEM_LIB_DIR%%/completion/mux.fish
share/zsh/site-functions/_tmuxinator