pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/less Update to less-394. Major changes since less...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6c2fd0002be
branches:  trunk
changeset: 528243:f6c2fd0002be
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Apr 25 18:06:51 2007 +0000

description:
Update to less-394. Major changes since less-382:

o Add history file to save search and shell command history between
  invocations of less.
o Improve behavior of history list for search and shell commands.
o Add -K (or --quit-on-intr) option to make less exit immediately on ctrl-C.
o Improve handling of UTF-8 files and commands, including better
  line wrapping and handling double-width chars.
o Added LESSUTFBINFMT environment variable to control display of
  non-printable characters in a UTF-8 file.
o Add --with-secure option to configure, to make it easier to
  build a secure version of less.
o Show search matches in the status column even if search highlights
  are disabled via the -G option or the ESC-u command.
o Improve performance when the file contains very long lines.
o Add "windows" charset.
o Add man page for lessecho.
o Add support for erase2 character, treated same as erase.
o Use ASCII lowercase/uppercase logic when operating on the command line.
o Update makefile for Borland C++ 5.5.1.
o Fix bug in calculating number of pages for %D prompt.
o Fix bug in handling tag file error.
o Fix obscure bug if input file is deleted while viewing help.
o Fix bug handling filenames which include square brackets.
o Fix possible buffer overflow in "global" tag search.
o Fix possible buffer overflow in usage of LESSOPEN and LESSCLOSE.
o Fix buffer overflow in reverse search.

diffstat:

 misc/less/Makefile         |   5 ++---
 misc/less/PLIST            |   3 ++-
 misc/less/distinfo         |  12 ++++++------
 misc/less/patches/patch-aa |   6 +++---
 4 files changed, 13 insertions(+), 13 deletions(-)

diffs (58 lines):

diff -r 6fcca29054d0 -r f6c2fd0002be misc/less/Makefile
--- a/misc/less/Makefile        Wed Apr 25 17:22:10 2007 +0000
+++ b/misc/less/Makefile        Wed Apr 25 18:06:51 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2007/02/22 19:26:49 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2007/04/25 18:06:51 tnn Exp $
 #
 
-DISTNAME=      less-382
-PKGREVISION=   1
+DISTNAME=      less-394
 CATEGORIES=    misc
 MASTER_SITES=  http://www.greenwoodsoftware.com/less/ \
                ${MASTER_SITE_GNU:=less/}
diff -r 6fcca29054d0 -r f6c2fd0002be misc/less/PLIST
--- a/misc/less/PLIST   Wed Apr 25 17:22:10 2007 +0000
+++ b/misc/less/PLIST   Wed Apr 25 18:06:51 2007 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:28:40 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/04/25 18:06:51 tnn Exp $
 bin/less
 bin/lesskey
 bin/lessecho
 man/man1/less.1
 man/man1/lesskey.1
+man/man1/lessecho.1
diff -r 6fcca29054d0 -r f6c2fd0002be misc/less/distinfo
--- a/misc/less/distinfo        Wed Apr 25 17:22:10 2007 +0000
+++ b/misc/less/distinfo        Wed Apr 25 18:06:51 2007 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2006/09/27 11:28:32 taca Exp $
+$NetBSD: distinfo,v 1.10 2007/04/25 18:06:51 tnn Exp $
 
-SHA1 (less-382.tar.gz) = 3c3f1ae0bf18039b047524ff0f573ef514bcc944
-RMD160 (less-382.tar.gz) = 2b851c7038d9a4dea4f369ff5705eafc9093de97
-Size (less-382.tar.gz) = 264414 bytes
-SHA1 (patch-aa) = 582fc623590ef23d4e8836d8a65a8df03c57f799
-SHA1 (patch-ab) = 40f45e9501b79525d5fb801d65e004e533fb8c06
+SHA1 (less-394.tar.gz) = fa0d9aa30ec461866786c4080bb594fc3337bb02
+RMD160 (less-394.tar.gz) = a0ab2583a38a1c6dcfe6ee23f535f7f341742116
+Size (less-394.tar.gz) = 292585 bytes
+SHA1 (patch-aa) = 60eb5a9b9901ceafbf7b17647018e4c311a13101
+SHA1 (patch-ac) = af806f0965d3a92dafdf54fdc96a8c29635d6380
diff -r 6fcca29054d0 -r f6c2fd0002be misc/less/patches/patch-aa
--- a/misc/less/patches/patch-aa        Wed Apr 25 17:22:10 2007 +0000
+++ b/misc/less/patches/patch-aa        Wed Apr 25 18:06:51 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2006/09/27 11:28:32 taca Exp $
+$NetBSD: patch-aa,v 1.2 2007/04/25 18:06:51 tnn Exp $
 
---- command.c.orig     2004-02-04 13:52:26.000000000 +0900
+--- command.c.orig     2005-12-03 21:20:32.000000000 +0100
 +++ command.c
-@@ -203,7 +203,7 @@ exec_mca()
+@@ -204,7 +204,7 @@ exec_mca()
                        every_first_cmd = save(cbuf);
                break;
        case A_OPT_TOGGLE:



Home | Main Index | Thread Index | Old Index