pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/tmux
Module Name: pkgsrc
Committed By: leot
Date: Sat May 26 17:05:28 UTC 2018
Modified Files:
pkgsrc/misc/tmux: Makefile distinfo
Log Message:
tmux: Update misc/tmux to 2.7
Changes:
CHANGES FROM 2.6 TO 2.7
* Remove EVENT_* variables from environment on platforms where tmux uses them
so they do not pass on to panes.
* Fixed for hooks at server exit.
* Remove SGR 10 (was equivalent to SGR 0 but no other terminal seems to do
this).
* Expand formats in window and session names.
* Add -Z flag to choose-tree, choose-client, choose-buffer to automatically
zoom the pane when the mode is entered and unzoom when it exits, assuming the
pane is not already zoomed. This is now part of the default key bindings.
* Add C-g to exit modes with emacs keys.
* Add exit-empty option to exit server if no sessions (defaults to on).
* Show if a filter is present in choose modes.
* Add pipe-pane -I to to connect stdin of the child process.
* Performance improvements for reflow.
* Use RGB terminfo(5) capability to detect RGB colour terminals (the existing
Tc extension remains unchanged).
* Support for ISO colon-separated SGR sequences.
* Add select-layout -E to spread panes out evenly (bound to E key).
* Support wide characters properly when reflowing.
* Pass PWD to new panes as a hint to shells, as well as calling chdir().
* Performance improvements for the various choose modes.
* Only show first member of session groups in tree mode (-G flag to choose-tree
to show all).
* Support %else in config files to match %if; from Brad Town in GitHub issue
1071.
* Fix "kind" terminfo(5) capability to be S-Down not S-Up.
* Add a box around the preview label in tree mode.
* Show exit status and time in the remain-on-exit pane text; from Timo
Boettcher in GitHub issue 1103.
* Correctly use pane-base-index in tree mode.
* Change the allow-rename option default to off.
* Support for xterm(1) title stack escape sequences (GitHub issue 1075 from
Brad Town).
* Correctly remove padding cells to fix a UTF-8 display problem (GitHub issue
1090).
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/misc/tmux/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/misc/tmux/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/tmux/Makefile
diff -u pkgsrc/misc/tmux/Makefile:1.43 pkgsrc/misc/tmux/Makefile:1.44
--- pkgsrc/misc/tmux/Makefile:1.43 Tue Oct 10 11:17:32 2017
+++ pkgsrc/misc/tmux/Makefile Sat May 26 17:05:28 2018
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.43 2017/10/10 11:17:32 leot Exp $
+# $NetBSD: Makefile,v 1.44 2018/05/26 17:05:28 leot Exp $
-DISTNAME= tmux-2.6
+DISTNAME= tmux-2.7
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=tmux/}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://tmux.github.io/
COMMENT= BSD-licensed terminal multiplexer (GNU Screen alternative)
LICENSE= modified-bsd
-GITHUB_RELEASE= ${PKGVERSION_NOREV}
-
GNU_CONFIGURE= yes
USE_TERMINFO= yes
Index: pkgsrc/misc/tmux/distinfo
diff -u pkgsrc/misc/tmux/distinfo:1.35 pkgsrc/misc/tmux/distinfo:1.36
--- pkgsrc/misc/tmux/distinfo:1.35 Tue Oct 10 11:17:32 2017
+++ pkgsrc/misc/tmux/distinfo Sat May 26 17:05:28 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.35 2017/10/10 11:17:32 leot Exp $
+$NetBSD: distinfo,v 1.36 2018/05/26 17:05:28 leot Exp $
-SHA1 (tmux-2.6.tar.gz) = 6dbbd52c0fb356231c04f889bdd83ceff061a20a
-RMD160 (tmux-2.6.tar.gz) = 32aa9e62fe5a0a6a11c4b3877a4e8e07381201f9
-SHA512 (tmux-2.6.tar.gz) = 20a1ae8b8494c5b42757902322f3877731c2cc330c9c00f097a317785d25252b7ebaa8bbab9fc17843299e80cb2914aaac0a664715a85c50f7ea489d23753832
-Size (tmux-2.6.tar.gz) = 481000 bytes
+SHA1 (tmux-2.7.tar.gz) = a12bb094bf0baf0275b6d5cc718c938639712e97
+RMD160 (tmux-2.7.tar.gz) = 0f36f35969fb61b8d2771845deba2596b047b7b7
+SHA512 (tmux-2.7.tar.gz) = 7839ef748ea55df8c02c727047f65bd235b5e3b8ab23157246071e1b9954fa269594da9fbd0fabf6a850e3b5dfda962a0a067c1507411c92a84d1db2666ecf37
+Size (tmux-2.7.tar.gz) = 487585 bytes
SHA1 (patch-Makefile.in) = fa9ec654cf6dad2b49b10ab981275d193d8b97c8
SHA1 (patch-server-client.c) = a0949d4fdba20aaffce6cd56eedd47b7cc64e1bc
Home |
Main Index |
Thread Index |
Old Index