diff options
author | wiz <wiz@pkgsrc.org> | 2015-11-07 20:18:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-11-07 20:18:41 +0000 |
commit | 997e331513380d1426be2bea17ea4eed8ac24b3e (patch) | |
tree | f2505bd55c0c243eb69e18487bcbe6480294bcca /misc | |
parent | 1411e6219bb3b42fa1f1a2f89c4a77378055ff5f (diff) | |
download | pkgsrc-997e331513380d1426be2bea17ea4eed8ac24b3e.tar.gz |
Update less to 481:
Major changes between "less" versions 458 and 481
* Don't overwrite history file; just append to it.
* New command ESC-G goes to end of currently buffered data in a pipe.
* Disable history feature when compiled with LESSHISTFILE set to "-".
* 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 bug where prompt was sometimes not displayed with +G.
* Fix possible memory corruption
* Fix bugs and improve performance in ampersand filtering.
* Automate construction of Unicode tables from Unicode database.
* Allow %% escape sequence in LESSOPEN variable.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/less/Makefile | 4 | ||||
-rw-r--r-- | misc/less/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile index b1f0c5ff741..7376896d30c 100644 --- a/misc/less/Makefile +++ b/misc/less/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2015/04/13 12:33:49 tnn Exp $ +# $NetBSD: Makefile,v 1.26 2015/11/07 20:18:41 wiz Exp $ -DISTNAME= less-475 +DISTNAME= less-481 CATEGORIES= misc MASTER_SITES= http://www.greenwoodsoftware.com/less/ diff --git a/misc/less/distinfo b/misc/less/distinfo index 120668f0f3b..683d235bead 100644 --- a/misc/less/distinfo +++ b/misc/less/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2015/11/03 23:49:42 agc Exp $ +$NetBSD: distinfo,v 1.17 2015/11/07 20:18:41 wiz Exp $ -SHA1 (less-475.tar.gz) = 8232220364ce95fe2397fd717cad4ecffa6bcbce -RMD160 (less-475.tar.gz) = a1404028b0d17492a1f8f28a2e4638de0975e6dd -SHA512 (less-475.tar.gz) = 01c5cbd1de356dc0e06fe6495621510de02db63231b2519cdef2b42494bec362794bba1279de78e17fbeca148a3f14a48eead355283f57769a86d1512f685cc6 -Size (less-475.tar.gz) = 316345 bytes +SHA1 (less-481.tar.gz) = 58e7e62a760a9ca3636349de8e3357f7102aea1d +RMD160 (less-481.tar.gz) = 1454dcb430b49ae9724350d99b9a4e2e50660b7e +SHA512 (less-481.tar.gz) = 29995757ac416ed6770cf6e82e6fe325bd1d61d51666d80c4fe72b2b4217b0b1d706d337d89ed54bdc4d83d57f3e2c0166e642b20ef2ad194e52aad630b3e717 +Size (less-481.tar.gz) = 316622 bytes |