<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>f2d966f6c13d93cccceb8e594a69d1a50471d314 - contrib/bsddialog: import 1.1</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#f2d966f6c13d93cccceb8e594a69d1a50471d314</link>
        <description>contrib/bsddialog: import 1.1Add: slider dialog.Imported to enable testing and to complete the geomman(8) utility.Developed as part of the &quot;Full Disk Administration Tool for FreeBSD&quot;project, Braulio Rivas (brauliorivas@), Google Summer of Code 2025.Sponsored by:	Google LLC (GSoC 2025)Merge commit &apos;5a70558d32b9680c10ab579c7491652e0838cee4&apos;

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Mon, 03 Nov 2025 20:17:27 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e42d7194bdcd4fbfd781518258f919d6ac803d3 - contrib/bsddialog: Import version 1.0.5</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#3e42d7194bdcd4fbfd781518258f919d6ac803d3</link>
        <description>contrib/bsddialog: Import version 1.0.5Version for change and feature requests.* Improve documentation for --alternate-screen and --normal-screen.  Request: https://bugs.freebsd.org/285459. (This PR is not about  bsddialog itself but is used as an example for an official FreeBSD  documentation request.)* Reduce the number of screen refreshes to improve performance over a  115200 UART connection.  Request: https://gitlab.com/alfix/bsddialog/-/issues/8.* Change textbox buttons to return distinct values (previously always  returned OK).  Request: https://reviews.freebsd.org/D48668; already committed in  contrib/ 96a241a35905078bdc5d20bf25943cdb67758dea* Change forms navigation key behavior for ENTER and TAB.  Request: https://bugs.freebsd.org/287592.Refer to /usr/src/contrib/bsddialog/CHANGELOG to know more.PR:		287592Reported by:	adrianSponsored by:	The FreeBSD FoundationMerge commit &apos;653f765f05b8c7e3908ae92e9bf61522a50cefc9&apos; into YYY

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Thu, 09 Oct 2025 15:39:10 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61ba55bcf70f2340f9c943c9571113b3fd8eda69 - bsddialog: import version 1.0</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#61ba55bcf70f2340f9c943c9571113b3fd8eda69</link>
        <description>bsddialog: import version 1.0

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Wed, 04 Oct 2023 16:11:36 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84823cc70824c8d842f503d8c2e6d7b0c2d95b61 - contrib/bsddialog: Import version 0.4</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#84823cc70824c8d842f503d8c2e6d7b0c2d95b61</link>
        <description>contrib/bsddialog: Import version 0.4Improvements and changes to integrate bsddialog(1) with scripts in BASE.Overview: * New options. --and-widget, --keep-tite, --calendar. * Change output format. Menus and --print-maxsize. * Redefine sizing. Fixed rows, cols and menurows became at the most. * Add DIAGNOSTICS. Error messages for bad arguments and options. * Add keys. Space for --menu, fast keys for --msgbox and --yesno. * Text. Change default text modification, add --cr-wrap.See /usr/src/contrib/bsddialog/CHANGELOG &apos;2022-09-24 Version 0.4&apos;for more detailed information.Merge commit &apos;9f24fda5a8e7ab8243e71473c7e2dc98b4877e64&apos;

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Sun, 25 Sep 2022 13:07:29 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b319d934379f5b819cd195be7e03dbd407566fd4 - contrib/bsddialog: Import version 0.3</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#b319d934379f5b819cd195be7e03dbd407566fd4</link>
        <description>contrib/bsddialog: Import version 0.3New features overview: * Unicode. User interface handles multi-column characters. API can   handle char* like a multibyte character string. Internally wide   characters are used for keyboard input, to adapt word wrapping and   dynamic text auto-sizing for multi-column characters. * Forms refactoring. Complete rewrite deleting libformw dependency. * Theme. New utility options to save and load custom theme at run-time. * TUI navigation. Added keys to navigate input components. Changed   default focus behavior of input dialogs to be LGPL-dialog-like; a new   option can set the previous whiptail-like behavior.See /usr/src/contrib/bsddialog/CHANGELOG &apos;2022-08-29 Version 0.3&apos;for more detailed information.Merge commit &apos;2c9fd7655ba54e7239f528e1af9fe09662de9b03&apos;

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Sat, 03 Sep 2022 14:40:21 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bce40c0242b167a541cc051b6b0dbcc5f3d04319 - Merge commit &apos;2f8d4418415511460bd7b3b3e532f6b328cf993f&apos;</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#bce40c0242b167a541cc051b6b0dbcc5f3d04319</link>
        <description>Merge commit &apos;2f8d4418415511460bd7b3b3e532f6b328cf993f&apos;

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Sun, 13 Mar 2022 01:38:51 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>263660c061ac76d449cbca7bdd0db2ecdfad76d9 - bsddialog: import version 0.1</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#263660c061ac76d449cbca7bdd0db2ecdfad76d9</link>
        <description>bsddialog: import version 0.1Import bsddialog 0.1 Utility and Library, fully refatorized, API stable,manuals completed, easier to maintain and improve.Update deps for new API:add mixedgauge consts, delete __DECONST and add bsddialog_geterror()info to avoid silent errors* tzsetup* kbdmap* distextractDifferential Revision:	https://reviews.freebsd.org/D34066

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Fri, 28 Jan 2022 08:25:38 +0000</pubDate>
        <dc:creator>Alfonso Siciliano &lt;alfsiciliano@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d93b4d32034df7cd70e80b496e8fe8c1bc57c629 - bsddialog: import version 0.0.2</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#d93b4d32034df7cd70e80b496e8fe8c1bc57c629</link>
        <description>bsddialog: import version 0.0.2

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Tue, 21 Dec 2021 15:08:55 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8c4f402881b3a926f1bafdf275b015c6d76a31b2 - bsddialog: import version 0.0.1</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#8c4f402881b3a926f1bafdf275b015c6d76a31b2</link>
        <description>bsddialog: import version 0.0.1

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Mon, 13 Dec 2021 08:01:21 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f499134dd403eeeba8283e2640e2654c8da62430 - bsddialog: import snapshot 2021-12-05</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#f499134dd403eeeba8283e2640e2654c8da62430</link>
        <description>bsddialog: import snapshot 2021-12-05

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Mon, 06 Dec 2021 10:42:36 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c76f07938c44264c7ebd400c23f218e561960d23 - Add &apos;contrib/bsddialog/&apos; from commit &apos;857c66bb5f3c5651b012beb1b5ea6ba39354ea94&apos;</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#c76f07938c44264c7ebd400c23f218e561960d23</link>
        <description>Add &apos;contrib/bsddialog/&apos; from commit &apos;857c66bb5f3c5651b012beb1b5ea6ba39354ea94&apos;git-subtree-dir: contrib/bsddialoggit-subtree-mainline: a46722b580567799b484b5a81728eaf380777e04git-subtree-split: 857c66bb5f3c5651b012beb1b5ea6ba39354ea94

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Wed, 24 Nov 2021 10:03:17 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f2d966f6c13d93cccceb8e594a69d1a50471d314 - contrib/bsddialog: import 1.1</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#f2d966f6c13d93cccceb8e594a69d1a50471d314</link>
        <description>contrib/bsddialog: import 1.1Add: slider dialog.Imported to enable testing and to complete the geomman(8) utility.Developed as part of the &quot;Full Disk Administration Tool for FreeBSD&quot;project, Braulio Rivas (brauliorivas@), Google Summer of Code 2025.Sponsored by:	Google LLC (GSoC 2025)Merge commit &apos;5a70558d32b9680c10ab579c7491652e0838cee4&apos;

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Mon, 03 Nov 2025 20:17:27 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e42d7194bdcd4fbfd781518258f919d6ac803d3 - contrib/bsddialog: Import version 1.0.5</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#3e42d7194bdcd4fbfd781518258f919d6ac803d3</link>
        <description>contrib/bsddialog: Import version 1.0.5Version for change and feature requests.* Improve documentation for --alternate-screen and --normal-screen.  Request: https://bugs.freebsd.org/285459. (This PR is not about  bsddialog itself but is used as an example for an official FreeBSD  documentation request.)* Reduce the number of screen refreshes to improve performance over a  115200 UART connection.  Request: https://gitlab.com/alfix/bsddialog/-/issues/8.* Change textbox buttons to return distinct values (previously always  returned OK).  Request: https://reviews.freebsd.org/D48668; already committed in  contrib/ 96a241a35905078bdc5d20bf25943cdb67758dea* Change forms navigation key behavior for ENTER and TAB.  Request: https://bugs.freebsd.org/287592.Refer to /usr/src/contrib/bsddialog/CHANGELOG to know more.PR:		287592Reported by:	adrianSponsored by:	The FreeBSD FoundationMerge commit &apos;653f765f05b8c7e3908ae92e9bf61522a50cefc9&apos; into YYY

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Thu, 09 Oct 2025 15:39:10 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61ba55bcf70f2340f9c943c9571113b3fd8eda69 - bsddialog: import version 1.0</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#61ba55bcf70f2340f9c943c9571113b3fd8eda69</link>
        <description>bsddialog: import version 1.0

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Wed, 04 Oct 2023 16:11:36 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84823cc70824c8d842f503d8c2e6d7b0c2d95b61 - contrib/bsddialog: Import version 0.4</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#84823cc70824c8d842f503d8c2e6d7b0c2d95b61</link>
        <description>contrib/bsddialog: Import version 0.4Improvements and changes to integrate bsddialog(1) with scripts in BASE.Overview: * New options. --and-widget, --keep-tite, --calendar. * Change output format. Menus and --print-maxsize. * Redefine sizing. Fixed rows, cols and menurows became at the most. * Add DIAGNOSTICS. Error messages for bad arguments and options. * Add keys. Space for --menu, fast keys for --msgbox and --yesno. * Text. Change default text modification, add --cr-wrap.See /usr/src/contrib/bsddialog/CHANGELOG &apos;2022-09-24 Version 0.4&apos;for more detailed information.Merge commit &apos;9f24fda5a8e7ab8243e71473c7e2dc98b4877e64&apos;

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Sun, 25 Sep 2022 13:07:29 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b319d934379f5b819cd195be7e03dbd407566fd4 - contrib/bsddialog: Import version 0.3</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#b319d934379f5b819cd195be7e03dbd407566fd4</link>
        <description>contrib/bsddialog: Import version 0.3New features overview: * Unicode. User interface handles multi-column characters. API can   handle char* like a multibyte character string. Internally wide   characters are used for keyboard input, to adapt word wrapping and   dynamic text auto-sizing for multi-column characters. * Forms refactoring. Complete rewrite deleting libformw dependency. * Theme. New utility options to save and load custom theme at run-time. * TUI navigation. Added keys to navigate input components. Changed   default focus behavior of input dialogs to be LGPL-dialog-like; a new   option can set the previous whiptail-like behavior.See /usr/src/contrib/bsddialog/CHANGELOG &apos;2022-08-29 Version 0.3&apos;for more detailed information.Merge commit &apos;2c9fd7655ba54e7239f528e1af9fe09662de9b03&apos;

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Sat, 03 Sep 2022 14:40:21 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bce40c0242b167a541cc051b6b0dbcc5f3d04319 - Merge commit &apos;2f8d4418415511460bd7b3b3e532f6b328cf993f&apos;</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#bce40c0242b167a541cc051b6b0dbcc5f3d04319</link>
        <description>Merge commit &apos;2f8d4418415511460bd7b3b3e532f6b328cf993f&apos;

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Sun, 13 Mar 2022 01:38:51 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>263660c061ac76d449cbca7bdd0db2ecdfad76d9 - bsddialog: import version 0.1</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#263660c061ac76d449cbca7bdd0db2ecdfad76d9</link>
        <description>bsddialog: import version 0.1Import bsddialog 0.1 Utility and Library, fully refatorized, API stable,manuals completed, easier to maintain and improve.Update deps for new API:add mixedgauge consts, delete __DECONST and add bsddialog_geterror()info to avoid silent errors* tzsetup* kbdmap* distextractDifferential Revision:	https://reviews.freebsd.org/D34066

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Fri, 28 Jan 2022 08:25:38 +0000</pubDate>
        <dc:creator>Alfonso Siciliano &lt;alfsiciliano@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d93b4d32034df7cd70e80b496e8fe8c1bc57c629 - bsddialog: import version 0.0.2</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#d93b4d32034df7cd70e80b496e8fe8c1bc57c629</link>
        <description>bsddialog: import version 0.0.2

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Tue, 21 Dec 2021 15:08:55 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8c4f402881b3a926f1bafdf275b015c6d76a31b2 - bsddialog: import version 0.0.1</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/lib/Makefile#8c4f402881b3a926f1bafdf275b015c6d76a31b2</link>
        <description>bsddialog: import version 0.0.1

            List of files:
            /src/contrib/bsddialog/lib/Makefile</description>
        <pubDate>Mon, 13 Dec 2021 08:01:21 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
