<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f5536286 - less: upgrade to v590.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#f5536286</link>
        <description>less: upgrade to v590.(cherry picked from commit 30a1828c5196c415c8afc0d50f9131885d0c6b43)(cherry picked from commit 4bcc6d14e23d1443a275fc3a494094274a2f8382)

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Sun, 18 Jul 2021 05:20:44 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7a4dc540 - rename zstless into zstdless to be consistent with other zstdcommands</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#7a4dc540</link>
        <description>rename zstless into zstdless to be consistent with other zstdcommands

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Sat, 15 Apr 2017 20:55:09 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ccae4e0 - Add a zstdless equivalent to zless, bzless xzless</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#7ccae4e0</link>
        <description>Add a zstdless equivalent to zless, bzless xzless

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Sat, 15 Apr 2017 20:06:24 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e11bd9e - Convert to usr.bin/ to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 14:29:10 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80189b3b - Replace all uses of libncurses and libtermcap with their wide character</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#80189b3b</link>
        <description>Replace all uses of libncurses and libtermcap with their wide charactervariants.  This allows usable file system images (i.e. those with both ashell and an editor) to be created with only one copy of the curses library.Exp-run:	antoinePR:		189842Discussed with:	baptSponsored by:	DARPA, AFRL

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Thu, 17 Jul 2014 18:24:34 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3829a734 - MFC r207842, r207844, r208099:</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#3829a734</link>
        <description>MFC r207842, r207844, r208099:MFC r207842:Import of liblzma, xz, xzdec, lzmainfo from vendor branchAdd support for xz and lzma to lesspipe.sh (xzless, lzless)MFC r207844:Add two public headers missing in r207842Adjust CFLAGS for lzmainfo, xz, xzdecMFC r208099:Add versioned symbols to liblzmaUse default SHLIB_MAJOR.Approved by:	delphij (mentor)

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Tue, 18 May 2010 09:59:09 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f5103e5 - Correct the script name to be &quot;zless.sh&quot;.  This avoids an extra cp/chmod</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#7f5103e5</link>
        <description>Correct the script name to be &quot;zless.sh&quot;.  This avoids an extra cp/chmod(from the sys.mk rule) while still installing it under the &quot;zless&quot; name.

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Tue, 17 May 2005 11:41:01 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2430592c - Add a zless script which invokes less using the lesspipe script.  This is</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#2430592c</link>
        <description>Add a zless script which invokes less using the lesspipe script.  This issimilar to the zmore script that comes with gzip (and in fact, in mostLinux distros, zless is a symlink to that very same zmore script) but hasthe 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

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Tue, 17 May 2005 11:14:11 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f07cfbf5 - Add an embellished lesspipe.sh as described in the man page.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#f07cfbf5</link>
        <description>Add an embellished lesspipe.sh as described in the man page.P.S. it is stupid I have to define both SCRIPTS and SCRIPTSNAME.

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Thu, 06 Mar 2003 04:35:48 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c21294c - Use ${BINDIR} instead of hardcoded path.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#0c21294c</link>
        <description>Use ${BINDIR} instead of hardcoded path.PR:		44582Submitted by: 	Jon Disnard &lt;jon.disnard@ca.com&gt;Reviewed by:	ruMFC after:	3 weeks

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Wed, 18 Dec 2002 10:14:01 +0000</pubDate>
        <dc:creator>Johan Karlsson &lt;johan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc12be52 - MAN[1-9] -&gt; MAN.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#dc12be52</link>
        <description>MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Tue, 27 Mar 2001 10:52:19 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>59efcec1 - ncurses -&gt; termcap</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#59efcec1</link>
        <description>ncurses -&gt; termcap

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Fri, 14 Jul 2000 16:17:42 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>81ae6b63 - Fixed some style bugs.  Apart from formatting bugs, MANDEPEND is deprecated</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#81ae6b63</link>
        <description>Fixed some style bugs.  Apart from formatting bugs, MANDEPEND is deprecatedand $&lt; and $@ are even documented as deprecated.

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Sat, 03 Jun 2000 11:39:38 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f204580 - Install a manpage for more.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#2f204580</link>
        <description>Install a manpage for more.

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Tue, 23 May 2000 08:26:15 +0000</pubDate>
        <dc:creator>Paul Saab &lt;ps@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c586c5db - Detach usr.bin/more and install a link from less.  less will behave</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#c586c5db</link>
        <description>Detach usr.bin/more and install a link from less.  less will behavelike more if invoked as more.  The old more has not been removed.

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Tue, 23 May 2000 08:16:25 +0000</pubDate>
        <dc:creator>Paul Saab &lt;ps@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6f7d2d90 - bmake glue for less.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.bin/less/Makefile#6f7d2d90</link>
        <description>bmake glue for less.Reviewed by:	peter

            List of files:
            /freebsd-13.1/usr.bin/less/Makefile</description>
        <pubDate>Mon, 22 May 2000 10:00:00 +0000</pubDate>
        <dc:creator>Paul Saab &lt;ps@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
