aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tmux
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Fix a bug that caused tmux to unexpectedly underline allPietro Cerutti2013-07-292-0/+26
| | | | | | | | | | characters when the status bar requests a bold color PR: 180787 Submitted by: Julio Merino <julio+host-mastodon-jmmv@meroh.net> Notes: svn path=/head/; revision=323874
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - Update to 1.8Pietro Cerutti2013-03-283-20/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incompatible Changes ==================== * layout redo/undo has been removed. Normal Changes ============== * Add halfpage up/down bindings to copy mode. * Session choosing fixed to work with unattached sessions. * New window options window-status-last-{attr,bg,fg} to denote the last window which was active. * Scrolling in copy-mode now scrolls the region without moving the mouse cursor. * run-shell learnt '-t' to specify the pane to use when displaying output. * Support for middle-click pasting. * choose-tree learns '-u' to start uncollapsed. * select-window learnt '-T; to toggle to the last window if it's already current. * New session option 'assume-paste-time' for pasting text versus key-binding actions. * choose-* commands now work outside of an attached client. * Aliases are now shown for list-commands command. * Status learns about formats. * Free-form options can be set with set-option if prepended with an '@' sign. * capture-pane learnt '-p' to send to stdout, and '-e' for capturing escape sequences, and '-a' to capture the alternate screen, and '-P' to dump pending output. * Many new formats added (client_session, client_last_session, etc.) * Control mode, which is a way for a client to send tmux commands. Currently more useful to users of iterm2. * resize-pane learnt '-x' and '-y' for absolute pane sizing. * Config file loading now reports errors from all files which are loaded via the 'source-file' command. * 'copy-pipe' mode command to copy selection and pipe the selection to a command. * Changes panes can now emit focus notifications for certain applications which use those. * run-shell and if-shell now accept format placeholders. * resize-pane learnt '-Z' for zooming a pane temporarily. * new-session learnt '-A' to make it behave like attach-session. * set-option learnt '-o' to prevent setting an option which is already set. * capture-pane and show-options learns '-q' to silence errors. * New command 'wait-for' which blocks a client until woken up again. * Resizing panes will now reflow the text inside them. * Lots and lots of bug fixes, fixing memory-leaks, etc. * Various manpage improvements. PR: 177435 (with minor modifications) Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=315448
* Do not depend on libevent if using static libeventMartin Matuska2012-12-271-3/+7
| | | | | | | | PR: ports/174706 Approved by: maintainer (gahr) Notes: svn path=/head/; revision=309561
* - Fix segfault / freeze when building against libevent2Pietro Cerutti2012-10-181-0/+3
| | | | | | | | | - Bump PORTREVISION Feature safe: yes Notes: svn path=/head/; revision=306064
* - Update to 1.7Pietro Cerutti2012-10-172-8/+4
| | | | | | | | | | Release notes: http://sf.net/projects/tmux/files/tmux/tmux-1.7/tmux-1.7-readme/view Feature safe: yes Notes: svn path=/head/; revision=306007
* - Fix typo in BACKSPACE_DESC stringPietro Cerutti2012-09-031-1/+1
| | | | | | | | PR: 171280 Submitted by: Derek Wood <ddwood@outlook.com> Notes: svn path=/head/; revision=303600
* - Add build dependency on pkgconfPietro Cerutti2012-08-061-0/+1
| | | | | | | Reported by: Gleb Kozyrev <gleb@gkoz.com> (via private email) Notes: svn path=/head/; revision=302176
* - Simplify libevent flags [1]Pietro Cerutti2012-08-061-16/+16
| | | | | | | | | | - Use new OPTIONS framework PR: 170064 [1] Submitted by: Jan Beich <jbeich@tormail.org> Notes: svn path=/head/; revision=302152
* - Change ${LN} to ${INSTALL_DATA} when installing bash completion scriptPietro Cerutti2012-01-311-1/+1
| | | | Notes: svn path=/head/; revision=290174
* - Update to 1.6Pietro Cerutti2012-01-312-8/+15
| | | | | | | | | | - Install bash completion script [1] PR: 164405 [1] Submitted by: Adam Weinberger <adamw@freebsd.org> Notes: svn path=/head/; revision=290165
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 1.5Pietro Cerutti2011-07-156-128/+19
| | | | | | | | | | | | - Take maintainship - Do not link against librt if not needed PR: 158946 Submitted by: gahr@FreeBSD.org Enhanced by: Pan Tsu <inyaoo@gmail.com> Notes: svn path=/head/; revision=277753
* - add support for the #h status line special char to print to hostname of thePietro Cerutti2011-07-112-1/+33
| | | | | | | | | | | localhost without the domain name PR: 158796 Submitted by: gahr@FreeBSD.org Approved by: wen@ (maintainer) Notes: svn path=/head/; revision=277529
* Add LICENSE.David E. O'Brien2011-06-301-0/+2
| | | | | | | work/tmux-1.4/NOTES:simple, modern, BSD-licensed alternative to programs such as GNU screen. Notes: svn path=/head/; revision=276733
* - Fix build when CFLAGS is set in /etc/make.confWen Heping2011-06-161-4/+5
| | | | | | | | PR: ports/157918 Submitted by: Grzegorz Blach <magik@roorback.net> Notes: svn path=/head/; revision=275663
* - Fix tmux.conf location [1]Wen Heping2011-05-252-12/+38
| | | | | | | | | | | | | | - Support libevent2 [1] - Add an option to use patch-tty-key.c [2] PR: ports/155909 [1], ports/153942 [2] Submitted by: mm@ [1], Brandon Low <lostlogic@lostlogicx.com> [2], randy.belk@gmail.com(via email) [2] Notes: svn path=/head/; revision=274601
* - Add LIBEVENT_STATIC to OPTIONSWen Heping2011-03-031-4/+13
| | | | | | | | PR: ports/155080 Submitted by: mm@ Notes: svn path=/head/; revision=270174
* - Some cleanup in MakefileWen Heping2011-02-211-4/+0
| | | | | | | Reported by: landy2005@gmail.com Notes: svn path=/head/; revision=269430
* - Fix build when ${OSVERSION} < 702104 [1]Wen Heping2011-02-214-3/+66
| | | | | | | | | | - Now set tmux build without #define HAVE_BROKEN_KQUEUE as default and an option. PR: ports/154485 [1] Submitted by: Mike Stupalov <landy2005@gmail.com> [1] Notes: svn path=/head/; revision=269424
* - Mark BROKEN when ${OSVERSION} < 702104Wen Heping2011-01-131-0/+5
| | | | | | | | Reported by: QAT@ Feature safe: yes Notes: svn path=/head/; revision=267719
* - Disable build with kqueue on all FreeBSD version to avoid run error.Wen Heping2011-01-102-15/+1
| | | | | | | | Reported by: garga@ (via Email) Thanks to: h.skuhra@gmail.com Notes: svn path=/head/; revision=267562
* - Only apply the patch of configure on FreeBSD8 and 9Wen Heping2011-01-052-0/+5
| | | | | | | Submitted by: h.skuhra@gmail.com (via email) Notes: svn path=/head/; revision=267408
* - Update to 1.4Wen Heping2010-12-304-21/+7
| | | | | | | Submitted by: h.skuhra@gmail.com (via Email) Notes: svn path=/head/; revision=267155
* - Force using kqueue since FreeBSD 6.x is now EOL [1]Wen Heping2010-12-224-1/+24
| | | | | | | | | | | | | - Fix urgent signal for window manager [2] - Remove MD5 [2] PR: ports/152765 [1] ports/153348 [2] Submitted by: Mark Felder <feld@feld.me> [1] Renato Botelho <garga@FreeBSD.org> [2] Notes: svn path=/head/; revision=266712
* - Update to 1.3Sylvio Cesar Teixeira2010-08-053-21/+4
| | | | | | | | | | | PR: ports/148835 [1] ports/149187 [2] Submitted by: Frederic Culot <frederic@culot.org> [1] Jin-Sih Lin <linpct@gmail.com> [2] Approved by: wen@ (he is on vacation) Notes: svn path=/head/; revision=258806
* Update libevent to 1.4.14bMartin Matuska2010-07-251-2/+2
| | | | | | | | PR: ports/147723 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=258238
* - Fix the bug that tmux don't assume \177 as backspace charWen Heping2010-06-042-1/+12
| | | | | | | | PR: ports/140339 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=255691
* - Fix run error when using zsh or sh as shell [1][2]Wen Heping2010-04-062-1/+24
| | | | | | | | | | | | - Fix build error with custom LOCALBASE PR: ports/145349 [1] ports/144760 [2] Submitted by: Ryan Steinmetz <rpsfa@rit.edu> [1], Erwan david <erwan@rail.eu.org> [2] Notes: svn path=/head/; revision=252299
* - Update to 1.2Wen Heping2010-03-122-4/+6
| | | | | | | | PR: ports/144685 Submitted by: Jan Henrik Sylvester <me@janh.de> Notes: svn path=/head/; revision=250962
* - Remove unneeded filesWen Heping2009-11-062-21/+0
| | | | Notes: svn path=/head/; revision=243877
* - Update to 1.1Wen Heping2009-11-062-14/+20
| | | | | | | | | | | | - Reduce "noise" (textual output) during install - Replace files/patch-configure with ${REINPLACE_CMD} in Makefile - Replace pkg-plist with definition of PLIST_FILES, PORTDOCS and PORTEXAMPLES in Makefile PR: ports/140323 Submitted by: Sahil Tandon <sahil@tandon.net> Notes: svn path=/head/; revision=243876
* - Add missing examples fileWen Heping2009-10-162-1/+3
| | | | | | | | | PR: ports/139675 Submitted by: Shane Bell <decept0@gmail.com> Approved by: miwi(mentor) Notes: svn path=/head/; revision=242921
* - Update to 1.0 [1]Wen Heping2009-10-143-6/+16
| | | | | | | | | | | | | | | | - Fix the build error on FreeBSD-6 [2] - Update my mail address to FreeBSD PR: ports/139044 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1] Anonymous <swell.k@gmail.com> [2] Approved by: miwi(mentor) Thanks to: cy@, JIa-Shiun Li<jiashiun@gmail.com>, Ollivier Robert<roberto@keltia.freenix.fr>, Nicolas Martyanoff <khaelin@gmail.com> Notes: svn path=/head/; revision=242841
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Update to 0.9Pietro Cerutti2009-07-072-4/+6
| | | | | | | | | PR: 136422 Submitted by: gahr Approved by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=237375
* - Update to 0.8Martin Wilke2009-05-012-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=233085
* Update to 0.7.Christian Weisgerber2009-02-165-19/+7
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=228522
* - Add missing filesBeech Rintoul2009-01-212-0/+22
| | | | | | | | PR: ports/130700 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=226637
* - Update to 0.6 from 0.5Beech Rintoul2009-01-212-6/+19
| | | | | | | | | | - Respect PORTDOCS and PORTEXAMPLES PR: ports/130700 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=226636
* - Update to 0.5Martin Wilke2008-11-233-18/+4
| | | | | | | | PR: fulvio ciriaco <oivulf@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=223280
* - Update to 0.4aBeech Rintoul2008-07-053-4/+18
| | | | | | | | | | - Use distversion instead of portversion for 0.4a PR: ports/125190 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=216339
* - Update to 0.3Philippe Audeoud2008-06-192-4/+4
| | | | | | | | | PR: ports/124740 Submitted by: Chess Griffin <chess@chessgriffin.com> Approved by: maintainer, mentor (implicit) Notes: svn path=/head/; revision=215305
* Tmux is a terminal multiplexer, it enables a number of terminals to be accessedMartin Wilke2008-06-013-0/+32
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/ PR: ports/124093 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=214124