diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 13:18:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 13:18:00 +0000 |
commit | e99aa6878f950390faf06dacc0658c9ff0472cfe (patch) | |
tree | 164239b4d8c4ec01f7ef00caeafb5d893a04d6f2 /misc/tmux | |
parent | 74433c5b151622c57af3788ed784399bf18ec12b (diff) | |
download | ports-e99aa6878f950390faf06dacc0658c9ff0472cfe.tar.gz ports-e99aa6878f950390faf06dacc0658c9ff0472cfe.zip |
Notes
Diffstat (limited to 'misc/tmux')
-rw-r--r-- | misc/tmux/Makefile | 24 | ||||
-rw-r--r-- | misc/tmux/distinfo | 3 | ||||
-rw-r--r-- | misc/tmux/pkg-descr | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile new file mode 100644 index 000000000000..51f4aa2db7e1 --- /dev/null +++ b/misc/tmux/Makefile @@ -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> diff --git a/misc/tmux/distinfo b/misc/tmux/distinfo new file mode 100644 index 000000000000..9ed60e038f42 --- /dev/null +++ b/misc/tmux/distinfo @@ -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 diff --git a/misc/tmux/pkg-descr b/misc/tmux/pkg-descr new file mode 100644 index 000000000000..a97db267814f --- /dev/null +++ b/misc/tmux/pkg-descr @@ -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/ |