aboutsummaryrefslogtreecommitdiff
path: root/lib/libbsddialog
Commit message (Collapse)AuthorAgeFilesLines
* contrib/bsddialog: import 1.1Alfonso S. Siciliano2025-11-031-0/+1
| | | | | | | | | | | | Add: slider dialog. Imported to enable testing and to complete the geomman(8) utility. Developed as part of the "Full Disk Administration Tool for FreeBSD" project, Braulio Rivas (brauliorivas@), Google Summer of Code 2025. Sponsored by: Google LLC (GSoC 2025) Merge commit '5a70558d32b9680c10ab579c7491652e0838cee4'
* Update Makefile.depend filesSimon J. Gerraty2024-10-141-1/+0
| | | | | | | After building packages we have a number of new and updated Makefile.depend files Reviewed by: stevek
* dirdeps: Update Makefile.depend* files with empty contentsStephen J. Kiernan2023-10-291-0/+18
| | | | | Some Makefile.depend* files were committed with no contents or empty DIRDEPS list, but they should have DIRDEPS with some contents.
* libbsddialog: delete formw dependencyAlfonso S. Siciliano2023-10-121-1/+1
| | | | | | | | libbsddialog >= 0.3 has a built-in form implementation so delete formw dependency. Approved by: bapt (share/mk maintainer) Differential Revision: https://reviews.freebsd.org/D42167
* bsddialog: import version 1.0Baptiste Daroussin2023-10-041-2/+1
|
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-0/+0
|
* contrib/bsddialog: Import version 0.4Alfonso S. Siciliano2022-09-251-0/+1
| | | | | | | | | | | | | | | | | Improvements 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 '2022-09-24 Version 0.4' for more detailed information. Merge commit '9f24fda5a8e7ab8243e71473c7e2dc98b4877e64'
* bsddialog(3): fix disabled shadowAlfonso S. Siciliano2022-04-201-2/+0
| | | | | | | | | | | Fix dialogs building and updating fault with disabled shadow (conf.shadow=false and implicitly bsddialog --no-shadow). While here delete WARNS=2: all warnings were fixed in upstream and imported in 0.2. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D34958
* libbsddialog: Add _XOPEN_SOURCE_EXTENDED for widechar formAlfonso S. Siciliano2022-03-051-0/+1
| | | | | | | | Add _XOPEN_SOURCE_EXTENDED to use curses' get_wch() and to avoid a building error after next "bsddialog 0.2" import. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D34419
* bsddialog: import version 0.0.2Baptiste Daroussin2021-12-211-2/+3
|
* bsddialog: import snapshot 2021-12-05Baptiste Daroussin2021-12-061-3/+0
|
* bsddialog: actually add directoriesBaptiste Daroussin2021-11-241-0/+30