The NetBSD Project

CVS log for pkgsrc/misc/less/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / misc / less

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.32 / (download) - annotate - [select for diffs], Sun Aug 13 19:41:47 2023 UTC (8 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.31: +2 -3 lines
Diff to previous 1.31 (colored) to selected 1.1.1.1 (colored)

less: Update to 643

pkgsrc changes:
 - Remove patch-line.c: was a backport from upstream, no longer needed
 - Add patch-edit.c because several <signal.h> definitions are actually
   accessed on non-OS2 codepaths as well (noticed on NetBSD but should be
   relevant for all non-OS2 platforms)

Changes:
Major changes between "less" versions 633 and 643

* Fix problem when a program piping into less reads from the tty,
  like sudo asking for password (github #368).
* Fix search modifier ^E after ^W.
* Fix bug using negated (^N) search (github #374).
* Fix erroneous EOF when terminal window size changes (github #372).
* Fix compile error with some definitions of ECHONL (github #395).
* Fix regression in exit code when stdin is /dev/null and
  output is a file (github #373).
* Add lesstest test suite to production release (github #344).
* Change lesstest output to conform with
  automake Simple Test Format (github #399).

Major changes between "less" versions 632 and 633

* Fix build on systems which have ncurses/termcap.h or
  ncursesw/termcap.h but not termcap.h.

Major changes between "less" versions 608 and 632

* Add LESSUTFCHARDEF environment variable (github #275).
* Add # command (github #330).
* Add ^S search modifier (github #196).
* Add --wordwrap option (github #113).
* Add --no-vbell option (github #304).
* Add --no-search-headers option (github #44).
* Add --modelines option (github #89).
* Add --intr option (github #224).
* Add --proc-backspace, --proc-tab and --proc-return options (github #335).
* Add --show-preproc-errors option (github #258).
* Add LESS_LINES and LESS_COLUMNS environment variables (github #84).
* Add LESS_DATA_DELAY environment variable (github #337).
* Allow empty "lines" field in --header option.
* Update Unicode tables.
* Improve ability of ^X to interrupt F command (github #49).
* Status column (-J) shows off-screen matches.
* Parenthesized sub-patterns in searches are colored with unique colors,
  if supported by the regular expression library (github #196).
* Don't allow opening a tty as file input unless -f is set (github #309).
* Don't require newline input after +&... option (github #339).
* Fix incorrect handling of some Private Use Unicode characters.
* Fix ANSI color bug when overstriking with colored chars (github #276).
* Fix compiler const warning (github #279).
* Fix signal race in iread (github #280).
* Fix reading procfs files on Linux (github #282).
* Fix --ignore-case with ctrl-R (no regex) search (github #300).
* Fix bug doing repeat search after setting & filter (github #299).
* Fix bug doing repeat search before non-repeat search.
* Fix crash with -R and certain line lengths (github #338).
* Don't retain search options from a cancelled search (github #302).
* Don't call realpath on fake filenames like "-" (github #289).
* Implement lesstest test suite.
* Convert function parameter definitions from K&R to C89 (github #316).

Revision 1.31 / (download) - annotate - [select for diffs], Tue Feb 7 20:32:34 2023 UTC (14 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored) to selected 1.1.1.1 (colored)

less: add upstream patch to avoid less -R escape.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Sep 15 11:02:14 2022 UTC (19 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.1.1.1 (colored)

less: Update to 608

Patches privately shared by <pin> and RVP, thanks!

Changes:
608
---
* Add the --header option (github #43).
* Add the --no-number-headers option (github #178).
* Add the --status-line option.
* Add the --redraw-on-quit option (github #36).
* Add the --search-options option (github #213).
* Add the --exit-follow-on-close option (github #244).
* Add 'H' color type to set color of header lines.
* Add #version conditional to lesskey.
* Add += syntax to variable section in lesskey files.
* Allow option name in -- command to end with '=' in addition to '\n'.
* Add $HOME/.config to possible locations of lesskey file (github #153).
* Add $XDG_STATE_HOME and $HOME/.local/state to possible locations
  of history file (github #223).
* Don't read or write history file in secure mode (github #201).
* Fix display of multibyte and double-width chars in prompt.
* Fix ESC-BACKSPACE command when BACKSPACE key does not send 0x08
  (github #188).
* Add more \k codes to lesskey format.
* Fix bug when empty file is modified while viewing it.
* Fix bug when parsing a malformed lesskey file (githb #234).
* Fix bug scrolling history when --incsearch is set (github #214).
* Fix buffer overflow when invoking lessecho with more than 63 -m/-n
  options (github #198).
* Fix buffer overflow in bin_file (github #271).
* Fix bug restoring color at end of highlighted text.
* Fix bug in parsing lesskey file.
* Defer moving cursor to lower left in some more cases.
* Suppress TAB filename expansion in some cases where it doesn't make sense.
* Fix termlib detection when compiler doesn't accept
  calls to undeclared functions.
* Fix bug in input of non-ASCII characters on Windows (github #247)
* Escape filenames when invoking LESSCLOSE.
* Fix bug using multibyte UTF-8 char in search string
  with --incsearch (github #273).

590
---
* Make less able to read lesskey source files (deprecating lesskey).
* If XDG_CONFIG_HOME is set, find lesskey source file
  in $XDG_CONFIG_HOME/lesskey rather than $HOME/.lesskey.
* If XDG_DATA_HOME is set, find and store history file
  in $XDG_DATA_HOME/lesshst rather than $HOME/.lesshst.
* Add the --lesskey-src option.
* Add the --file-size option.
* With -F, if screen is resized to make file fit on one screen, don't exit.
* Fix bug which could leave terminal in mouse-reporting mode
  after exiting less.
* Fix bug which caused failure to respond to window resize.
* Fix backslash bug searching in tag file.

581
---
* Change ESC-u command to toggle, not disable, highlighting per man page.
* Add ESC-U command.
* Add ctrl-W search modifier for wrapping search.
* F command can be interrupted by ^X.
* Support OSC 8 hyperlinks when -R is in effect.
* g command with no number will ignore -j and put first line at top of screen.
* Multiple + or -p command line options are handled better.
* Add the --incsearch option.
* Add the --line-num-width option.
* Add the --status-col-width option.
* Add the --use-color and --color options.
* Display -w highlight even if highlighted line is empty.
* If search result is in a long line, scroll to ensure it is visible.
* Editing the same file under different names now creates only
  one entry in the file list.
* Make visual bell more visible on some terminals.
* Ring end-of-file bell no more than once per second.
* Build can use either Python or Perl for Makefile.aut operations.
* Fix crash when using the @ search modifier.
* Fix crash in the 's' command due to duplicate free.
* Fix realpath crash on Darwin.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Jan 6 14:29:30 2021 UTC (3 years, 3 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.1.1.1 (colored)

less: Update to 563

Changes:
563
---
 - Update Unicode tables.
 - Treat Hangul Jamo medial vowels and final consonants as zero width.
 - Display error message immediately when -o is toggled and input is not a
   pipe.
 - Fix regression: make screen repaint when "squished" and a no-movement
   command is given.
 - Fix erroneous EOF calculation when F command is interrupted.
 - Make WIN32C version include this fix from 551: Don't count lines in
   initial screen if using -X with -F.
 - Fix display bug in WIN32C version.
 - Fix memory corruption when built with libtermcap.
 - Fix crash on some systems due to realpath incompatibility.
 - Support libtinfow.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Jun 15 10:03:38 2019 UTC (4 years, 10 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored) to selected 1.1.1.1 (colored)

less: Update to 551

pkgsrc changes:
 - Adjust regexp options to better match the underlaying configure semantic
   by introducing a `regex' group and having `pcre' and `regexp' as possible
   options.
 - Update LICENSE to reflect the licenses really used
 - Take MAINTAINERship

Changes:
Major changes between "less" versions 530 and 551
 * Add --mouse option.
 * Add --wheel-lines option.
 * Add --no-histdups option.
 * Add --save-marks option.
 * Support PCRE2 regular expression library.
 * Redraw screen on SIGWINCH even if screen size doesn't change.
 * Shell-escape filenames in history so they can be used again.
 * Ring bell if user enters invalid long option name.
 * Use PCRE_UTF8 flag for pcre regular expressions when in UTF-8 mode.
 * Windows: use wide-char string to set console title.
 * Don't count lines in initial screen if using -X with -F.
 * Support mingw build system.
 * Fix bug in v command on empty file.
 * Fix bug in v command when filename contains shell metacharacters.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Apr 11 08:49:09 2018 UTC (6 years ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored) to selected 1.1.1.1 (colored)

less: Update misc/less to less-530

Discussed with and ok by <bouyer>, thanks!

pkgsrc changes:
 - Reset MAINTAINER to pkgsrc-users@

Changes:
530
---
* Don't output terminal init sequence if using -F and file fits on one screen.
* When using -S, mark truncated lines with a special character.
  The character can be changed or disabled via the new --rscroll option.
* New command M marks the last line displayed on the screen.
* New command ESC-m removes a line mark.
* Status column (enabled via -J) now shows mark letters.
* Status column shows search matches even if highlighting is disabled via -G.
* A second ESC-u command will clear search match markers in the status column.
* Do same ANSI escape code filtering for tag matching that we do for
  searching, to help when viewing syntax-highlighted code.
* Catch SIGTERM and clean up before exiting.
* Fix bug initializing default charset on Windows.
* Handle keypad ENTER key correctly if it sends something other than newline.
* Fix buffering bug when using stdin with a LESSOPEN pipe.
* On Windows, allow 'u' in -D option to enable underlining.
* On Windows, use underline in sgr mode.
* On Windows, convert UTF-8 to multibyte if console is not UTF-8.
* Update Unicode tables to 2017-03-08.
* Pass-thru Unicode formating chars (Cf type) instead of treating them
  as binary chars. But treat them as binary if -U is set.
* Fix erroneous binary file warning when UTF-8 file contains ANSI SGR sequences.
* Fix bugs when using LESSOPEN and switching between stdin and other files.
* Fix some bugs handling filenames containing shell metacharacters.
* Fix some memory leaks.
* Allow some debugging environment variables to be set in lesskey file.
* Code improvements:
  - Use ANSI prototypes in funcs.h declarations.
  - Fix some const mismatches.
  - Remove archaic "register" in variable declarations.

487
---
* New commands ESC-{ and ESC-} to shift to start/end of displayed lines.
* Make search highlights work correctly when changing caselessness with -i.
* New option -Da in Windows version to enable SGR mode.
* Fix "nothing to search" error when top or bottom line on screen is empty.
* Fix bug when terminal has no "cm" termcap entry.
* Fix incorrect display when entering double-width chars in search string.
* Fix bug in Unicode handling that missed some double width characters.
* Update Unicode database to 9.0.0.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Nov 7 20:18:41 2015 UTC (8 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.1.1.1 (colored)

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.

Revision 1.24.4.1 / (download) - annotate - [select for diffs], Wed Apr 15 19:36:46 2015 UTC (9 years ago) by bsiegert
Branch: pkgsrc-2015Q1
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) next main 1.25 (colored) to selected 1.1.1.1 (colored)

Pullup ticket #4662 - requested by tnn
misc/less - security fix

Revisions pulled up:
- misc/less/Makefile                                            1.25
- misc/less/distinfo                                            1.15
- misc/less/patches/patch-ac                                    deleted

---
   Module Name:	pkgsrc
   Committed By:	tnn
   Date:		Mon Apr 13 12:33:49 UTC 2015

   Modified Files:
   	pkgsrc/misc/less: Makefile distinfo
   Removed Files:
   	pkgsrc/misc/less/patches: patch-ac

   Log Message:
   Update to less-475. Changes since 470:
   * Fix possible memory corruption
   * Disable history feature when compiled with LESSHISTFILE set to "-".
   * Fix bug where prompt was sometimes not displayed with +G.

   Also contains a fix for CVE-2014-9488 (oob read on malformed UTF-8 data)

Revision 1.25 / (download) - annotate - [select for diffs], Mon Apr 13 12:33:49 2015 UTC (9 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.1.1.1 (colored)

Update to less-475. Changes since 470:
* Fix possible memory corruption
* Disable history feature when compiled with LESSHISTFILE set to "-".
* Fix bug where prompt was sometimes not displayed with +G.

Also contains a fix for CVE-2014-9488 (oob read on malformed UTF-8 data)

Revision 1.24 / (download) - annotate - [select for diffs], Mon Dec 8 00:55:58 2014 UTC (9 years, 4 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Branch point for: pkgsrc-2015Q1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.1.1.1 (colored)

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.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jun 9 08:36:38 2013 UTC (10 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.22: +2 -3 lines
Diff to previous 1.22 (colored) to selected 1.1.1.1 (colored)

Update to 458

Changelog:
Version 458 was released on 4 Apr 2013.

These are the differences between version 451 and version 458:

    Allow backslash escaping of metacharacters in LESS environment variable if the --use-backslash option is set.
    Don't quit if syntax errors are found in command line options.
    Increase sizes of some internal buffers.
    Fix configure bug with --with-regex=none.
    Fix crash with "stty rows 0".
    Fix Win32 attribute display bug.
    Fix display bug when using up/down arrow on the command line.


Version 451 was released on 21 Jul 2012.

These are the differences between version 444 and version 451:

    Add ESC-F command to keep reading data until a pattern is found.
    Use exit code of LESSOPEN script if LESSOPEN starts with "||".
    When up/down arrow is used on the command line immediately after typing text, the next command starting with that text is found.
    Add support for GNU regex.
    Add configure option --with-regex=none and fix compile errors when compiling with no regex library.
    Fix bugs handling SGR sequences in Win32.
    Fix possible crashes caused by malformed LESSOPEN or LESSCLOSE variables.
    Fix bug highlighting text which is discontiguous in the file due to backspace processing.
    Fix bug in displaying status column when scrolling backwards with -J and -S in effect.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Oct 8 09:57:28 2012 UTC (11 years, 6 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.21: +1 -3 lines
Diff to previous 1.21 (colored) to selected 1.1.1.1 (colored)

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Mar 3 12:54:19 2012 UTC (12 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored) to selected 1.1.1.1 (colored)

More pcre PKGREVISION bumps.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jul 8 10:42:53 2011 UTC (12 years, 9 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored) to selected 1.1.1.1 (colored)

Update "less" package to version 444.
The list of changes between our outdated version 418 and 444 is too long
to list here. You can find all the release notes here:

http://www.greenwoodsoftware.com/less/old.html

Revision 1.19 / (download) - annotate - [select for diffs], Sun Mar 2 15:35:33 2008 UTC (16 years, 1 month ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.18: +7 -2 lines
Diff to previous 1.18 (colored) to selected 1.1.1.1 (colored)


Update to less-418.  Too many changes to list here--see ChangeLog.
While here, add a pcre option.

TODO: support for various curses libraries.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Dec 2 11:22:24 2007 UTC (16 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored) to selected 1.1.1.1 (colored)

Remove Ex-MASTER_SITE. From Zafer Aydogan.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 25 18:06:51 2007 UTC (16 years, 11 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.16: +2 -3 lines
Diff to previous 1.16 (colored) to selected 1.1.1.1 (colored)

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.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:49 2007 UTC (17 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.15: +7 -7 lines
Diff to previous 1.15 (colored) to selected 1.1.1.1 (colored)

Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Sep 27 11:28:32 2006 UTC (17 years, 6 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored) to selected 1.1.1.1 (colored)

Apply changes from NetBSD current approved by wiz@:

----------------------------------------------------------------------

Module Name:	src
Committed By:	elad
Date:		Sat Sep 23 12:51:18 UTC 2006

Modified Files:
	src/usr.bin/less/less: command.c tags.c

Log Message:
PR 21741: Christian Biere: Buffer overrun and wrong usage of  islower() in
less 381
Over three years ago the less maintainer said he'll add these fixes.
Nothing happened, so we do it ourselves.
Thanks for the report and the patch!

----------------------------------------------------------------------

Bump PKGREVISION.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:12 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.1.1.1 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:38 2005 UTC (19 years ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored) to selected 1.1.1.1 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Aug 26 01:33:59 2004 UTC (19 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.11: +2 -3 lines
Diff to previous 1.11 (colored) to selected 1.1.1.1 (colored)

Update to 382:
* Removed some old copyrighted code.
  This probably breaks OS/9 support.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Apr 11 09:19:36 2004 UTC (20 years ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.1.1.1 (colored)

Convert to buildlink3.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jul 21 17:01:16 2003 UTC (20 years, 9 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.1.1.1 (colored)

COMMENT should start with a capital letter.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 17 21:49:24 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.1.1.1 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.8 / (download) - annotate - [select for diffs], Fri Mar 14 09:56:30 2003 UTC (21 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 (colored) to selected 1.1.1.1 (colored)

Honor PKG_SYSCONFDIR.  Bump PKGREVISION to 1.
Closes PR pkg/20698 by reed@reedmedia.net.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Feb 17 12:54:25 2003 UTC (21 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.1.1.1 (colored)

update less to 381.

changes since 378:

    * New -L option to disable LESSOPEN processing.
    * Further support for large (64 bit) file addressing. Large file
    * support is now set up by the configure script.
    * Use autoconf 2.54. Replace configure.in, acconfig.h,
    * defines.h.top with configure.ac.
    * Overstriking underscore with underscore is now bold or
    * underlined depending on context.
    * Use only 7 spaces for line numbers in -N mode, if possible.
    * Fix some bugs in handling overstriking in UTF-8 files.
    * Fix some nroff issues in the man page.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 14 23:28:55 2002 UTC (21 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.1.1.1 (colored)

buildlink1 -> buildlink2

Revision 1.5 / (download) - annotate - [select for diffs], Sat Oct 26 16:01:37 2002 UTC (21 years, 5 months ago) by grant
Branch: MAIN
Changes since 1.4: +5 -4 lines
Diff to previous 1.4 (colored) to selected 1.1.1.1 (colored)

Update to less-378.

Changes since less-376:

* Bug fixes:
  Default buffer space is now 64K as documented.
  Search highlighting works properly when used with -R.
  Windows version works properly when input file contains carriage returns.
  Clean up some compiler warnings.

See the NEWS file for the full list of changes.

Update MASTER_SITES and HOMEPAGE.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 6 13:33:46 2002 UTC (22 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.1.1.1 (colored)

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.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 29 14:39:41 2001 UTC (22 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.2: +4 -6 lines
Diff to previous 1.2 (colored) to selected 1.1.1.1 (colored)

Update to 358. Lots of new features since last pkgsrc version.
[Note: removed SunOS-only limitation, since perhaps some NetBSD users
want the latest less without upgrading to -current.]

Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 17 18:09:10 2001 UTC (23 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.1.1.1 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.1.1.1 / (download) - annotate - [selected] (vendor branch), Wed Jan 5 10:05:25 2000 UTC (24 years, 3 months ago) by bouyer
Branch: TNF
CVS Tags: pkgsrc-base, netbsd-1-5-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

A less package, for Solaris.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 5 10:05:25 2000 UTC (24 years, 3 months ago) by bouyer
Branch: MAIN
Diff to selected 1.1.1.1 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>