diff options
author | rodent <rodent@pkgsrc.org> | 2014-12-08 00:55:58 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-12-08 00:55:58 +0000 |
commit | 513d6705f8fdf81032fa6d7cc5db01fb6f5d01cb (patch) | |
tree | 9b4a4c860c2f639902ab0df2873b5fe6b368de42 /misc/less | |
parent | 8cd24e4dd49ae3839e76a1976498d495093d41ea (diff) | |
download | pkgsrc-513d6705f8fdf81032fa6d7cc5db01fb6f5d01cb.tar.gz |
Less version 470
Version 470 was released on 6 Oct 2014.
These are the differences between version 458 and version 470:
* Don't overwrite history file; just append to it. This behaves better when
multiple sessions are running less simultaneously and using the same history
file.
* New command ESC-G goes to end of currently buffered data in a pipe.
* In more-compatible mode, make the -p option apply to every file opened, not
just the first one.
* In more-compatible mode, change the -e option to work like -E, not -EF.
* Treat multiple CRs before LF are like one CR (all the CRs are hidden).
* Allow "extra" string in lesskey file to append to a multi-char command (like
a search pattern), without executing the command.
* Ignore -u/-U setting while viewing help file, so that underline and bold
chars are displayed correctly.
* Improve detection of "binary" files in UTF-8 mode.
* Fix bug with ++ commands.
* Fix bugs and improve performance in ampersand filtering.
* Automate construction of Unicode tables from Unicode database.
Diffstat (limited to 'misc/less')
-rw-r--r-- | misc/less/Makefile | 4 | ||||
-rw-r--r-- | misc/less/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile index bc51c7830d1..b4be98f1848 100644 --- a/misc/less/Makefile +++ b/misc/less/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2013/06/09 08:36:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2014/12/08 00:55:58 rodent Exp $ -DISTNAME= less-458 +DISTNAME= less-470 CATEGORIES= misc MASTER_SITES= http://www.greenwoodsoftware.com/less/ diff --git a/misc/less/distinfo b/misc/less/distinfo index 0bf9a169756..6ffe23f327a 100644 --- a/misc/less/distinfo +++ b/misc/less/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2013/06/09 08:36:38 ryoon Exp $ +$NetBSD: distinfo,v 1.14 2014/12/08 00:55:58 rodent Exp $ -SHA1 (less-458.tar.gz) = d5b07180d3dad327ccc8bc66818a31577e8710a2 -RMD160 (less-458.tar.gz) = 960bea14f0a1b7eab48285494901a19c7160be83 -Size (less-458.tar.gz) = 311224 bytes +SHA1 (less-470.tar.gz) = 167c0b65bb086895b2a9583a52b6a74e10d5e933 +RMD160 (less-470.tar.gz) = c24bd0994b597b953b55d8e928136ccb76f3c88c +Size (less-470.tar.gz) = 316014 bytes SHA1 (patch-ac) = d50886aff976d81f23684cd96b5c9e7f94554b93 |