<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[147761] trunk/dports/sysutils/tmux</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/147761">147761</a></dd>
<dt>Author</dt> <dd>khindenburg@macports.org</dd>
<dt>Date</dt> <dd>2016-04-14 19:37:46 -0700 (Thu, 14 Apr 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>tmux: update to 2.2; -devel to 20160410; maintainer #51143</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportssysutilstmuxPortfile">trunk/dports/sysutils/tmux/Portfile</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkdportssysutilstmuxfilestmuxvim">trunk/dports/sysutils/tmux/files/tmux.vim</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportssysutilstmuxPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/sysutils/tmux/Portfile (147760 => 147761)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/sysutils/tmux/Portfile        2016-04-15 01:33:14 UTC (rev 147760)
+++ trunk/dports/sysutils/tmux/Portfile        2016-04-15 02:37:46 UTC (rev 147761)
</span><span class="lines">@@ -4,14 +4,14 @@
</span><span class="cx"> PortSystem      1.0
</span><span class="cx"> PortGroup       github 1.0
</span><span class="cx"> 
</span><del>-github.setup    tmux tmux 2.1
</del><ins>+github.setup    tmux tmux 2.2
</ins><span class="cx"> if {${subport} eq ${name}} {
</span><del>-    revision        3
</del><ins>+    revision        0
</ins><span class="cx">     conflicts       tmux-devel
</span><span class="cx"> }
</span><span class="cx"> subport tmux-devel {
</span><del>-    github.setup    tmux tmux e9d369a09e48ea8f940958025c8444988d31e840
-    version         20160219-[string range ${github.version} 0 6]
</del><ins>+    github.setup    tmux tmux 9a4b45dc0fdefead3fe9d471e144da78163860d0
+    version         20160410-[string range ${github.version} 0 6]
</ins><span class="cx">     revision        0
</span><span class="cx">     conflicts       tmux
</span><span class="cx"> }
</span><span class="lines">@@ -31,13 +31,12 @@
</span><span class="cx"> 
</span><span class="cx"> if {${subport} eq ${name}} {
</span><span class="cx">     github.tarball_from     releases
</span><del>-    checksums               rmd160  db078b7149e009aecb200c4cbb39be72190a14dc \
-                            sha256  31564e7bf4bcef2defb3cb34b9e596bd43a3937cad9e5438701a81a5a9af6176
-    patchfiles              fix-reattach-with-session-list.patch
</del><ins>+    checksums               rmd160  5d636bb7a4c5d80e2dba4179ddd65bc49f471e37 \
+                            sha256  bc28541b64f99929fe8e3ae7a02291263f3c97730781201824c0f05d7c8e19e4
</ins><span class="cx"> }
</span><span class="cx"> subport tmux-devel {
</span><del>-    checksums               rmd160  c38a7cc9800025436a419690940c26a370828cc9 \
-                            sha256  2a48ff122f22de57855f80cec9acc74ec886a8fcf4a0236d8421cd048771a3ad
</del><ins>+    checksums               rmd160  941bb491c7e40ab1ff44306fbb1144bdde30de9b \
+                            sha256  6f45b5bcd1aabf6c4b036a0529ab913b6c5e4dcfc53c21542ea0669fe1eb2f45
</ins><span class="cx"> 
</span><span class="cx">     use_autoreconf          yes
</span><span class="cx">     autoreconf.cmd          ./autogen.sh
</span><span class="lines">@@ -57,9 +56,9 @@
</span><span class="cx"> 
</span><span class="cx"> post-destroot {
</span><span class="cx">     xinstall -m 0755 -d ${destroot}${prefix}/share/doc/tmux
</span><del>-    xinstall -m 0644 {*}[glob ${worksrcpath}/examples/*.conf] ${destroot}${prefix}/share/doc/tmux
</del><ins>+    xinstall -m 0644 ${worksrcpath}/example_tmux.conf ${destroot}${prefix}/share/doc/tmux
</ins><span class="cx">     xinstall -m 0755 -d ${destroot}${prefix}/share/vim/vimfiles/syntax
</span><del>-    xinstall -m 0644 ${worksrcpath}/examples/tmux.vim ${destroot}${prefix}/share/vim/vimfiles/syntax
</del><ins>+    xinstall -m 0644 ${filespath}/tmux.vim ${destroot}${prefix}/share/vim/vimfiles/syntax
</ins><span class="cx">     xinstall -m 0755 -d ${destroot}${prefix}/share/vim/vimfiles/ftdetect
</span><span class="cx">     xinstall -m 0644 ${filespath}/ftdetect-tmux.vim ${destroot}${prefix}/share/vim/vimfiles/ftdetect/tmux.vim
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkdportssysutilstmuxfilestmuxvim"></a>
<div class="addfile"><h4>Added: trunk/dports/sysutils/tmux/files/tmux.vim (0 => 147761)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/sysutils/tmux/files/tmux.vim                                (rev 0)
+++ trunk/dports/sysutils/tmux/files/tmux.vim        2016-04-15 02:37:46 UTC (rev 147761)
</span><span class="lines">@@ -0,0 +1,289 @@
</span><ins>+&quot; Vim syntax file
+&quot; Language: tmux(1) configuration file
+&quot; Maintainer: Tiago Cunha &lt;tcunha@users.sourceforge.net&gt;
+&quot; Last Change: $Date: 2010-07-27 18:29:07 $
+&quot; License: This file is placed in the public domain.
+&quot;
+&quot; To install this file:
+&quot;
+&quot; - Drop the file in the syntax directory into runtimepath (such as
+&quot;  ~/.vim/syntax/tmux.vim).
+&quot; - Make the filetype recognisable by adding the following to filetype.vim
+&quot;   (~/.vim/filetype.vim):
+&quot;
+&quot;        augroup filetypedetect
+&quot;                au BufNewFile,BufRead .tmux.conf*,tmux.conf* setf tmux
+&quot;        augroup END
+&quot;
+&quot; - Switch on syntax highlighting by adding &quot;syntax enable&quot; to .vimrc.
+&quot;
+
+if version &lt; 600
+        syntax clear
+elseif exists(&quot;b:current_syntax&quot;)
+        finish
+endif
+
+setlocal iskeyword+=-
+syntax case match
+
+syn keyword tmuxAction        any current none
+syn keyword tmuxBoolean        off on
+
+syn keyword tmuxCmds
+        \ attach[-session]
+        \ bind[-key]
+        \ break-pane
+        \ breakp
+        \ capture-pane
+        \ capturep
+        \ choose-buffer
+        \ choose-client
+        \ choose-list
+        \ choose-session
+        \ choose-tree
+        \ choose-window
+        \ clear-history
+        \ clearhist
+        \ clock-mode
+        \ command-prompt
+        \ confirm[-before]
+        \ copy-mode
+        \ delete-buffer
+        \ deleteb
+        \ detach[-client]
+        \ display[-message]
+        \ display-panes
+        \ displayp
+        \ find-window
+        \ findw
+        \ has[-session]
+        \ if[-shell]
+        \ join-pane
+        \ joinp
+        \ kill-pane
+        \ killp
+        \ kill-server
+        \ kill-session
+        \ kill-window
+        \ killw
+        \ last-pane
+        \ lastp
+        \ last[-window]
+        \ link-window
+        \ linkw
+        \ list-buffers
+        \ lsb
+        \ list-clients
+        \ lsc
+        \ list-commands
+        \ lscm
+        \ list-keys
+        \ lsk
+        \ list-panes
+        \ lsp
+        \ list-sessions
+        \ ls
+        \ list-windows
+        \ lsw
+        \ load-buffer
+        \ loadb
+        \ lock-client
+        \ lockc
+        \ lock[-server]
+        \ lock-session
+        \ locks
+        \ move-pane
+        \ movep
+        \ move-window
+        \ movew
+        \ new[-session]
+        \ next-layout
+        \ nextl
+        \ next[-window]
+        \ paste-buffer
+        \ pasteb
+        \ pipe-pane
+        \ pipep
+        \ previous-layout
+        \ prevl
+        \ prev[ious-window]
+        \ refresh[-client]
+        \ rename[-session]
+        \ rename-window
+        \ renamew
+        \ resize-pane
+        \ resizep
+        \ respawn-pane
+        \ respawnp
+        \ respawn-window
+        \ respawnw
+        \ rotate-window
+        \ rotatew
+        \ run[-shell]
+        \ save-buffer
+        \ saveb
+        \ select-layout
+        \ selectl
+        \ select-pane
+        \ selectp
+        \ select-window
+        \ selectw
+        \ send[-keys]
+        \ send-prefix
+        \ server-info
+        \ info
+        \ set-buffer
+        \ setb
+        \ set-environment
+        \ setenv
+        \ set[-option]
+        \ set-window-option
+        \ setw
+        \ show-buffer
+        \ showb
+        \ show-environment
+        \ showenv
+        \ show-messages
+        \ showmsgs
+        \ show[-options]
+        \ show-window-options
+        \ showw
+        \ source[-file]
+        \ split-window
+        \ splitw
+        \ start[-server]
+        \ suspend-client
+        \ suspendc
+        \ swap-pane
+        \ swapp
+        \ swap-window
+        \ swapw
+        \ switch-client
+        \ switchc
+        \ unbind[-key]
+        \ unlink-window
+        \ unlinkw
+        \ wait[-for]
+
+syn keyword tmuxOptsSet
+        \ assume-paste-time
+        \ base-index
+        \ bell-action
+        \ bell-on-alert
+        \ buffer-limit
+        \ default-command
+        \ default-shell
+        \ default-terminal
+        \ destroy-unattached
+        \ detach-on-destroy
+        \ display-panes-active-colour
+        \ display-panes-colour
+        \ display-panes-time
+        \ display-time
+        \ escape-time
+        \ exit-unattached
+        \ focus-events
+        \ history-file
+        \ history-limit
+        \ lock-after-time
+        \ lock-command
+        \ lock-server
+        \ message-command-style
+        \ message-limit
+        \ message-style
+        \ mouse
+        \ mouse-utf8
+        \ pane-active-border-style
+        \ pane-border-style
+        \ prefix
+        \ prefix2
+        \ quiet
+        \ renumber-windows
+        \ repeat-time
+        \ set-clipboard
+        \ set-remain-on-exit
+        \ set-titles
+        \ set-titles-string
+        \ status
+        \ status-interval
+        \ status-justify
+        \ status-keys
+        \ status-left
+        \ status-left-length
+        \ status-left-style
+        \ status-position
+        \ status-right
+        \ status-right-length
+        \ status-utf8
+        \ staus-right-style
+        \ terminal-overrides
+        \ update-environment
+        \ visual-activity
+        \ visual-bell
+        \ visual-silence
+        \ word-separators
+
+syn keyword tmuxOptsSetw
+        \ aggressive-resize
+        \ allow-rename
+        \ alternate-screen
+        \ automatic-rename
+        \ clock-mode-colour
+        \ clock-mode-style
+        \ force-height
+        \ force-width
+        \ main-pane-height
+        \ main-pane-width
+        \ mode-keys
+        \ mode-style
+        \ monitor-activity
+        \ monitor-silence
+        \ other-pane-height
+        \ other-pane-width
+        \ pane-base-index
+        \ remain-on-exit
+        \ synchronize-panes
+        \ utf8
+        \ window-active-style
+        \ window-status-activity-style
+        \ window-status-bell-style
+        \ window-status-current-format
+        \ window-status-current-style
+        \ window-status-format
+        \ window-status-last-style
+        \ window-status-separator
+        \ window-status-style
+        \ window-style
+        \ wrap-search
+        \ xterm-keys
+
+syn keyword tmuxTodo FIXME NOTE TODO XXX contained
+
+syn match tmuxKey                /\(C-\|M-\|\^\)\+\S\+/        display
+syn match tmuxNumber                 /\d\+/                        display
+syn match tmuxOptions                /\s-\a\+/                display
+syn match tmuxVariable                /\w\+=/                        display
+syn match tmuxVariableExpansion        /\${\=\w\+}\=/                display
+
+&quot; Comments can span multiple lines, when the newline is escaped
+&quot; (with a single) backslash at the end.
+syn region tmuxComment  start=/#/ skip=/\\\@&lt;!\\$/ end=/$/ contains=tmuxTodo
+syn region tmuxString        start=/&quot;/ end=/&quot;/ display oneline
+syn region tmuxString        start=/'/ end=/'/ display oneline
+
+hi def link tmuxAction                        Boolean
+hi def link tmuxBoolean                        Boolean
+hi def link tmuxCmds                        Keyword
+hi def link tmuxComment                        Comment
+hi def link tmuxKey                        Special
+hi def link tmuxNumber                        Number
+hi def link tmuxOptions                        Identifier
+hi def link tmuxOptsSet                        Function
+hi def link tmuxOptsSetw                Function
+hi def link tmuxString                        String
+hi def link tmuxTodo                        Todo
+hi def link tmuxVariable                Constant
+hi def link tmuxVariableExpansion        Constant
+
+let b:current_syntax = &quot;tmux&quot;
</ins></span></pre>
</div>
</div>

</body>
</html>