[Lunar-commits] <moonbase> tmux: An alternative to screen from the OpenBSD project.
Dave Brown
dagbrown at lunar-linux.org
Fri Sep 24 09:09:37 CEST 2010
commit 18922983fbd22383c0943e504a1a390ce0a3b13f
Author: Dave Brown <dagbrown at lunar-linux.org>
Date: Fri Sep 24 16:09:37 2010 +0900
tmux: An alternative to screen from the OpenBSD project.
This is just an alternative to screen which does some things in
slightly different ways. It has a client/server model that allows
you to switch between entire tmux sessions without detaching,
and has extended high-color terminal support.
---
terminal/tmux/BUILD | 6 ++++++
terminal/tmux/DETAILS | 16 ++++++++++++++++
2 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/terminal/tmux/BUILD b/terminal/tmux/BUILD
new file mode 100644
index 0000000..e8a3f39
--- /dev/null
+++ b/terminal/tmux/BUILD
@@ -0,0 +1,6 @@
+(
+ ./configure &&
+ make &&
+ prepare_install &&
+ make install PREFIX=/usr
+) > $C_FIFO 2>&1
diff --git a/terminal/tmux/DETAILS b/terminal/tmux/DETAILS
new file mode 100644
index 0000000..f5ebc24
--- /dev/null
+++ b/terminal/tmux/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=tmux
+ VERSION=1.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:4d132a5fa25ef049e023f154824f39b0d7e72ab0
+ WEB_SITE=http://tmux.sourceforge.net/
+ ENTERED=20100924
+ UPDATED=20100924
+ SHORT="A terminal multiplexer"
+
+cat << EOF
+tmux is a terminal multiplexer: it enables a number of terminals to be
+created, accessed, and controlled from a single screen. tmux may be
+detached from a screen and continue running in the background, then later
+reattached.
+EOF
More information about the Lunar-commits
mailing list