pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/less Less version 470



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2580d5e6220
branches:  trunk
changeset: 642950:f2580d5e6220
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Mon Dec 08 00:55:58 2014 +0000

description:
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:

 misc/less/Makefile |  4 ++--
 misc/less/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 77c7131e06f8 -r f2580d5e6220 misc/less/Makefile
--- a/misc/less/Makefile        Sun Dec 07 23:39:30 2014 +0000
+++ b/misc/less/Makefile        Mon Dec 08 00:55:58 2014 +0000
@@ -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 -r 77c7131e06f8 -r f2580d5e6220 misc/less/distinfo
--- a/misc/less/distinfo        Sun Dec 07 23:39:30 2014 +0000
+++ b/misc/less/distinfo        Mon Dec 08 00:55:58 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index