summaryrefslogtreecommitdiff
path: root/misc/tmux/Makefile
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-07-08 20:59:11 +0000
committerhasso <hasso@pkgsrc.org>2009-07-08 20:59:11 +0000
commit67a8ae4d663d36ebe1cd136d2f225f72be5f23c3 (patch)
treeb2e6b36b0efcf861d214112f6a8a861de1caa4cf /misc/tmux/Makefile
parentdbed8713f08b5a07790ac4d355d19373c0802aa8 (diff)
downloadpkgsrc-67a8ae4d663d36ebe1cd136d2f225f72be5f23c3.tar.gz
Update to 0.9, thanks to Adrian Portelli. Changes since 0.8:
* Major changes to build infrastructure: cleanup of makefiles and addition of a configure script. * monitor-content window option to monitor a window for a specific fnmatch(3) pattern. The find-window command also now accepts fnmatch(3) patterns. * previous-layout and select-layout commands, and a main-horizontal layout. * Recreate the server socket on SIGUSR1. * clear-history command. * Use ACS line drawing characters for pane separator lines. * UTF-8 improvements, and code to detect UTF-8 support by looking at environment variables. * The resize-pane-up and resize-pane-down commands are now merged together into a new resize-pane command with -U and -D flags. * confirm-before command to request a yes/no answer before executing dangerous commands. * Status line bug fixes, support for UTF-8 (status-utf8 option), and a key to paste from the paste buffer. * Support for some additional escape sequences and terminal features, including better support for insert mode and tab stops. * Improved window resizing behaviour, modelled after xterm. * Some code reduction and a number of miscellaneous bug fixes.
Diffstat (limited to 'misc/tmux/Makefile')
-rw-r--r--misc/tmux/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile
index ba94a8af419..5facebda042 100644
--- a/misc/tmux/Makefile
+++ b/misc/tmux/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2009/06/08 19:26:29 hasso Exp $
+# $NetBSD: Makefile,v 1.5 2009/07/08 20:59:11 hasso Exp $
-DISTNAME= tmux-0.8
+DISTNAME= tmux-0.9
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tmux/}
@@ -11,7 +11,7 @@ LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
-NO_CONFIGURE= yes
+HAS_CONFIGURE= yes
USE_NCURSES= yes
.include "../../devel/ncurses/buildlink3.mk"