Tmux is a terminal multiplexer, it enables a number of terminals to be accessed
and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen. WWW: http://tmux.sf.net/ PR: ports/124093 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
74433c5b15
commit
e99aa6878f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214124
7 changed files with 65 additions and 0 deletions
|
@ -463,6 +463,7 @@
|
|||
SUBDIR += tkman
|
||||
SUBDIR += tkregexp
|
||||
SUBDIR += tkrunit
|
||||
SUBDIR += tmux
|
||||
SUBDIR += toilet
|
||||
SUBDIR += tpp
|
||||
SUBDIR += translate
|
||||
|
|
24
misc/tmux/Makefile
Normal file
24
misc/tmux/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: tmux
|
||||
# Date created: 28 May 2008
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tmux
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= A Terminal Multiplexer
|
||||
|
||||
MAN1= tmux.1
|
||||
|
||||
PLIST_FILES= bin/tmux
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tmux ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/tmux.1 ${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/tmux/distinfo
Normal file
3
misc/tmux/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (tmux-0.2.tar.gz) = 455a69bcebcd326a0c3736f9b1ef9ea3
|
||||
SHA256 (tmux-0.2.tar.gz) = 1866c83a9700636170e4d342d21f6b4c227a19ab1070702258c1ac9f9e1df4a3
|
||||
SIZE (tmux-0.2.tar.gz) = 76574
|
5
misc/tmux/pkg-descr
Normal file
5
misc/tmux/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Tmux is a terminal multiplexer, it enables a number of terminals to be accessed
|
||||
and controlled from a single terminal. tmux is intended to be a simple, modern,
|
||||
BSD-licensed alternative to programs such as GNU screen.
|
||||
|
||||
WWW: http://tmux.sf.net/
|
24
sysutils/tmux/Makefile
Normal file
24
sysutils/tmux/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: tmux
|
||||
# Date created: 28 May 2008
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tmux
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= A Terminal Multiplexer
|
||||
|
||||
MAN1= tmux.1
|
||||
|
||||
PLIST_FILES= bin/tmux
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tmux ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/tmux.1 ${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/tmux/distinfo
Normal file
3
sysutils/tmux/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (tmux-0.2.tar.gz) = 455a69bcebcd326a0c3736f9b1ef9ea3
|
||||
SHA256 (tmux-0.2.tar.gz) = 1866c83a9700636170e4d342d21f6b4c227a19ab1070702258c1ac9f9e1df4a3
|
||||
SIZE (tmux-0.2.tar.gz) = 76574
|
5
sysutils/tmux/pkg-descr
Normal file
5
sysutils/tmux/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Tmux is a terminal multiplexer, it enables a number of terminals to be accessed
|
||||
and controlled from a single terminal. tmux is intended to be a simple, modern,
|
||||
BSD-licensed alternative to programs such as GNU screen.
|
||||
|
||||
WWW: http://tmux.sf.net/
|
Loading…
Reference in a new issue