History log of /freebsd-9.3-release/usr.bin/less/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 207842 10-May-2010 mm

Import of liblzma, xz, xzdec, lzmainfo from vendor branch
Add support for xz and lzma to lesspipe.sh (xzless, lzless)
Bump __FreeBSD_version

Approved by: delphij (mentor)
MFC after: 2 weeks


# 195941 29-Jul-2009 delphij

Update less to v436. This is considered as a bugfix release from vendor.

Major changes from v429:
* Don't pass "-" to non-pipe LESSOPEN unless it starts with "-".
* Allow a fraction as the argument to the -# (--shift) option.
* Fix highlight bug when underlined/overstruck text matches at end of line.
* Fix non-regex searches with ctrl-R.

Approved by: re (kensmith, kib)


# 146315 17-May-2005 ru

Correct the script name to be "zless.sh". This avoids an extra cp/chmod
(from the sys.mk rule) while still installing it under the "zless" name.


# 146314 17-May-2005 des

Add a zless script which invokes less using the lesspipe script. This is
similar to the zmore script that comes with gzip (and in fact, in most
Linux distros, zless is a symlink to that very same zmore script) but has
the advantage that you get the correct file name on the less status line,
and can use :n and :p to navigate back and forth between multiple files.

MFC after: 1 week


# 111938 06-Mar-2003 obrien

Add an embellished lesspipe.sh as described in the man page.
P.S. it is stupid I have to define both SCRIPTS and SCRIPTSNAME.


# 108031 18-Dec-2002 johan

Use ${BINDIR} instead of hardcoded path.

PR: 44582
Submitted by: Jon Disnard <jon.disnard@ca.com>
Reviewed by: ru
MFC after: 3 weeks


# 74848 27-Mar-2001 ru

MAN[1-9] -> MAN.


# 63156 14-Jul-2000 ache

ncurses -> termcap


# 61216 03-Jun-2000 bde

Fixed some style bugs. Apart from formatting bugs, MANDEPEND is deprecated
and $< and $@ are even documented as deprecated.


# 60817 23-May-2000 ps

Install a manpage for more.


# 60815 23-May-2000 ps

Detach usr.bin/more and install a link from less. less will behave
like more if invoked as more. The old more has not been removed.


# 60789 22-May-2000 ps

bmake glue for less.

Reviewed by: peter