diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-06 13:33:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-06 13:33:46 +0000 |
commit | 67f0dc1e7acee037d93a25f3934d370b6b04065e (patch) | |
tree | ab1f5ee3333f5bf6478f1598b281f998b35855da /misc/less | |
parent | 3094d59ff232faa96819c996f26a3cf35096f072 (diff) | |
download | pkgsrc-67f0dc1e7acee037d93a25f3934d370b6b04065e.tar.gz |
Update to 374, requested by mrg.
Changes since 358:
* -x option can now specify multiple variable-width tab stops.
* -X option no longer disables keypad initialization.
New option --no-keypad disables keypad initialization.
* New commands t and T step through multiple tag matches.
Added support for "global(1)" tags
(see http://www.gnu.org/software/global/global.html).
* New prompt style set by option -Pw defines the message printed
while waiting for data in the F command.
* System-wide lesskey file now defaults to sysless in etc directory
instead of .sysless in bin directory.
Use "configure --sysconfdir=..." to change it.
(For backwards compatibility, .sysless in bin is still recognized.)
* Pressing RightArrow or LeftArrow while entering a number now shifts
the display N columns rather than editing the number itself.
* Status column (enabled with -J) now shows search results.
* Improved performance in reading very large pipes.
* Eliminated some dependencies on file offets being 32 bits.
* Fixed problems when viewing files with very long lines.
* Fixed overstriking in UTF-8 mode, and overstriking tabs.
* Improved horizontal shifting of text using -R option with ANSI color.
* Improved handling of filenames containing shell metacharacters.
Diffstat (limited to 'misc/less')
-rw-r--r-- | misc/less/Makefile | 4 | ||||
-rw-r--r-- | misc/less/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile index 912db132d49..77cf8469763 100644 --- a/misc/less/Makefile +++ b/misc/less/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/07/29 14:39:41 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/03/06 13:33:46 wiz Exp $ # -DISTNAME= less-358 +DISTNAME= less-374 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU:=less/} diff --git a/misc/less/distinfo b/misc/less/distinfo index 6efeca49549..99c1af07d8e 100644 --- a/misc/less/distinfo +++ b/misc/less/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/07/29 14:39:41 wiz Exp $ +$NetBSD: distinfo,v 1.4 2002/03/06 13:33:46 wiz Exp $ -SHA1 (less-358.tar.gz) = 1893ce820ef76686004c45364c559d1bd713ee73 -Size (less-358.tar.gz) = 231140 bytes +SHA1 (less-374.tar.gz) = 3a008b2a4d089fd686b99fa8ad8989d707ddecc9 +Size (less-374.tar.gz) = 242737 bytes |