diff options
author | wiz <wiz> | 2002-02-16 11:18:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-02-16 11:18:34 +0000 |
commit | 459cfeeaddb7d2e9fff6c8f1b2d018485da7510d (patch) | |
tree | 74fd742ee2c2b136979ba37848b0763ff3d224c5 /misc/screen/PLIST | |
parent | 08478938dff1ea83418be5aead772dd68eebe20f (diff) | |
download | pkgsrc-459cfeeaddb7d2e9fff6c8f1b2d018485da7510d.tar.gz |
Update to 3.9.11:
* windowlist, bound to ^A"
* support for other encodings, e.g. big5, koi8r, cp1251
new commands 'encoding', 'defencoding'
'register', 'readreg', 'readbuf', 'writebuf' now understand
an extra encoding parameter
* support for double utf-8 characters
* lots of new string escapes and extensions to existsing ones:
%LD, %LM, %Lw, %W, %-w, %+w, %H, %f, %F, %l, %=, %<, %>
* new commands: 'source', 'eval', 'deflog', 'ignorecase', 'setsid'
* command key classes: 'bind', 'command' and 'help' understand
a '-c <class>' parameter. See the man page for examples
* new login state: always - don't remove slot even if screen gets
detached
* 256 color support (experimental)
* configurable time format string (for ^At)
* config option to use localized month/week names
* new option '-h' for hardcopy: also dump the scrollback buffer
XXX: SunOS PLIST untested.
Diffstat (limited to 'misc/screen/PLIST')
-rw-r--r-- | misc/screen/PLIST | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/misc/screen/PLIST b/misc/screen/PLIST index 56a22c25e05..f3a98adb7ab 100644 --- a/misc/screen/PLIST +++ b/misc/screen/PLIST @@ -1,10 +1,33 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:52 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/16 11:18:35 wiz Exp $ bin/screen bin/${DISTNAME} man/man1/screen.1 @unexec install-info --delete %D/info/screen.info %D/info/dir info/screen.info +info/screen.info-1 +info/screen.info-2 +info/screen.info-3 +info/screen.info-4 +info/screen.info-5 @exec install-info %D/info/screen.info %D/info/dir @unexec if [ -f %D/bin/screen.old ]; then ${RM} -f %D/bin/screen.old ; fi share/examples/screen/screenrc +share/screen/utf8encodings/01 +share/screen/utf8encodings/02 +share/screen/utf8encodings/03 +share/screen/utf8encodings/04 +share/screen/utf8encodings/18 +share/screen/utf8encodings/a1 +share/screen/utf8encodings/bf +share/screen/utf8encodings/c2 +share/screen/utf8encodings/c3 +share/screen/utf8encodings/c4 +share/screen/utf8encodings/c6 +share/screen/utf8encodings/c7 +share/screen/utf8encodings/c8 +share/screen/utf8encodings/cc +share/screen/utf8encodings/cd +share/screen/utf8encodings/d6 +@dirrm share/screen/utf8encodings +@dirrm share/screen @dirrm share/examples/screen |