Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
hasso aa2cc38fd9 Update to 0.8. From Fulvio Ciriaco via private mail.
Upstream changes since 0.7:

* Remove the right number of characters from the buffer when escape then
  a cursor key (or other key prefixed by \033) is pressed. Reported by
  Stuart Henderson.
* rotate-window command. -U flag (default) for up, -D flag for down.
* Change scroll/pane redraws to only redraw the single pane affected rather
  than the entire window.
* If redrawing the region would mean redrawing > half the pane, just schedule
  to redraw the entire window. Also add a flag to skip updating the window any
  further if it is scheduled to be redrawn. This has the effect of batching
  multiple redraws together.
* Basic horizontal splitting and layout management. Still some redraw and other
  issues - particularly, don't mix with manual pane resizing, be careful when
  viewing from multiple clients and don't expect shell windows to redraw very
  well after the layout is changed; generally cycling the layout a few times
  will fix most problems. Getting this in for testing while I think about how
  to deal with manual mode.
  Split window as normal and cycle the layouts with C-b space. Some of the
  layouts will work better when swap-pane comes along.
* AIX port, thanks to cmihai for access to a box. Only tested on 6.1 with xlc
  10.1 (make sure CC is set). Needs GNU make and probably ncurses (didn't try
  plain curses). Also won't build with DEBUG, so comment the FDEBUG=1 line in
  GNUmakefile.
* Draw a vertical line on the right when the window size is less than the
  terminal size. This is partly to shake out any horizontal limit bugs on the
  way to horizontal splitting/pane tiling. Currently a bit slow since it has to
  do a lot of redrawing but hopefully that will improve as I get some better
  ideas for how to do it.
* Fix remaining problems with copy and paste and UTF-8.
* Better UTF-8 support, including combined characters. Unicode data is now
  stored as UTF-8 in a separate array, the code does a lookup into this every
  time it gets to a UTF-8 cell. Zero width characters are just appended onto
  the UTF-8 data for the previous cell. This also means that almost no bytes
  extra are wasted non-Unicode data (yay).
  Still some oddities, such as copy mode skips over wide characters in a
  strange way, and the code could do with some tidying.
* Key repeating is now a property of the key binding not of the command.
  Repeat is turned on when the key is bound with the -r flag to bind-key.
  next/previous-window no longer repeat by default as it turned out to annoy
  me.
* Clear using ED when redrawing the screen. I foolishly assumed using spaces
  would be equivalent and terminals would pick up on this, but apparently not.
  This fixes copy and paste in xterm/rxvt.
* Sockets in /tmp are now created in a subdirectory named, tmux-UID, eg
  tmux-1000. The default socket is thus /tmp/tmux-UID/default. To start a
  separate server, the new -L command line option should be used: this creates
  a socket in the same directory with a different name ("-L main" will create
  socket called "main"). -S should only be used to place the socket outside
  /tmp. This makes sockets a little more secure and a bit more convenient to
  use multiple servers.
* New session flag "set-remain-on-exit" to set remain-on-exit flag for new
  windows created in that session (like "remain-by-default" used to do). Not
  perfectly happy about this, but until I can think of a good way to introduce
  it generically (maybe a set of options in the session) this will do. Fixes
  SF request 2527847.
* Support for 88 colour terminals.
* break-pane command to create a new window using an existing pane.
* Make escape key timer work properly so escape+key can be used without
  lightning fast key presses.
* Redo mode keys slightly more cleanly and apply them to command prompt
  editing. vi or emacs mode is controlled by the session option status-keys.
* Looking up argv[0] is expensive, so just use p_comm for the window name which
  is good enough. Also increase name update time to 500 ms.
* Only use ri when actually at the top of the screen; just move the cursor up
  otherwise.
* FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the
  cursor can never be beyond $COLUMNS - 1) and does not appear to support
  changing this behaviour, or any of the obvious possibilities (turning off
  right margin wrapping, insert mode). This is irritating, most notably because
  it impossible to write to the very bottom-right of the screen without
  scrolling. To work around this, if built on FreeBSD and run with a "cons"
  $TERM, the bottom-right cell on the screen is omitted.
* Emulate scroll regions (slowly) to support the few terminals which don't have
  it (some of which don't really have any excuse).
* No longer redraw the status line every status-interval unless it has actually
  changed.
2009-05-02 10:50:57 +00:00
archivers fix distinfo from previous commit 2009-04-25 23:50:58 +00:00
audio Update cdplayer to 0.5 -- notable changes include: 2009-04-19 11:43:16 +00:00
benchmarks Convert to user-destdir. From Aleksey Cheusov in PR 39982. 2009-04-29 09:20:40 +00:00
biology Add master site. Remove broken ones. OK'd by obache. 2009-04-28 19:07:31 +00:00
bootstrap Fix a square bracket mismatch. 2009-04-23 00:15:53 +00:00
cad Use META_PACKAGE 2009-04-09 00:41:53 +00:00
chat Add "# used by chat/irssi-icb/Makefile" as requested by pkglint in 2009-04-29 12:48:24 +00:00
comms Make it build on DragonFly master and recent versions of FreeBSD (probably). 2009-04-07 19:34:10 +00:00
converters Use variable to avoid hardcoding the package version all over the place. 2009-04-15 13:03:48 +00:00
cross Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
databases PkgSrc changes: 2009-05-01 20:30:39 +00:00
devel PkgSrc changes: 2009-05-01 22:22:56 +00:00
distfiles
doc Note PKGREVISION bump of tex-bin-kpathsea. 2009-05-02 05:07:57 +00:00
editors Needs msgfmt. 2009-05-02 08:57:52 +00:00
emulators fix typo 2009-04-30 17:35:05 +00:00
filesystems neon update to 0.28.x changed ABI, so do a recursive bump, PKGREVISION++. 2009-04-16 21:42:40 +00:00
finance Modify dependencies to perl-modules which are deployed with the perl-core, 2009-04-24 17:15:21 +00:00
fonts tex-psnfss depends on tex-symbol and tex-zapfding. 2009-04-30 05:10:34 +00:00
games remove dead mirrors. ok'd by obache. 2009-04-28 21:28:39 +00:00
geography Use META_PACKAGE. 2009-04-08 23:02:08 +00:00
graphics PkgSrc changes: 2009-05-01 22:03:18 +00:00
ham Rename fls to cfls to avoid conflicts with fls function on FreeBSD and 2009-04-07 18:45:04 +00:00
inputmethod Use META_PACKAGE. 2009-04-08 23:05:45 +00:00
lang no distfile on mpg.de. master site removed. 2009-04-30 20:32:41 +00:00
licenses apache 1.1 license, from http://www.apache.org/licenses/LICENSE-1.1. 2009-04-29 23:49:02 +00:00
mail Don't try to link against libc_r on DragonFly. 2009-05-02 07:51:02 +00:00
math remove dead mirrors. update existing. 2009-04-30 20:50:43 +00:00
mbone Leave over maintainership to pkgsrc-users 2009-03-22 04:53:38 +00:00
meta-pkgs update for gnome-2.26.1 2009-04-16 18:55:23 +00:00
misc Update to 0.8. From Fulvio Ciriaco via private mail. 2009-05-02 10:50:57 +00:00
mk Point to the copy of DEFAULT_ACCEPTABLE_LICENSES in pkg_install 2009-04-30 12:27:16 +00:00
multimedia Make it build on DragonFly. 2009-04-28 11:57:54 +00:00
net Needs msgfmt. 2009-05-02 08:57:52 +00:00
news Update to 1.11.7, provided by Aleksey Cheusov in PR 41291. 2009-04-29 10:54:10 +00:00
packages
parallel Remove the remaining NO_MTREE definitions, it has been a nop for a 2009-04-08 22:43:23 +00:00
pkgtools Removed unnecessary code. 2009-04-26 16:08:40 +00:00
print Update tex-bin-kpathsea to 2008.12871. 2009-05-02 05:07:17 +00:00
regress Remove redundant EXTRACT_ONLY and NO_CHECKSUM declarations. 2009-04-09 00:47:11 +00:00
security add sourceforge mirror 2009-05-01 14:43:29 +00:00
shells mksh R37c provides these follow-up fixes: 2009-04-13 19:48:34 +00:00
sysutils remove dead one. 2009-05-01 14:52:02 +00:00
templates audit-packages is now in pkg_install on pkgsrc HEAD and stable so update 2008-12-10 22:06:48 +00:00
textproc Needs zlib. 2009-05-01 23:38:38 +00:00
time Don't try to link against libc_r on DragonFly. 2009-05-02 07:51:02 +00:00
wm update mirrors. 2009-05-01 13:39:31 +00:00
www Don't try to link against libc_r on DragonFly. 2009-05-02 07:51:02 +00:00
x11 Redo patch for PR pkg/41287 to get it formal correct (suggested by joerg@) 2009-05-02 07:56:54 +00:00
Makefile The crosspkgtools has not worked for a long time because of changes in 2008-06-23 20:34:20 +00:00
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.