aboutsummaryrefslogtreecommitdiff
path: root/x11/gbsddialog
Commit message (Collapse)AuthorAgeFilesLines
* gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port moveCharlie Li2025-03-171-1/+1
| | | | | | The GTK 1-based gdk-pixbuf has not existed for some time. No functional or package changes.
* x11/gbsddialog: update to 0.9.1Pierre Pronchery2024-06-132-4/+4
| | | | | | | This release improves the --gauge dialog specifically. Sponsored by: The FreeBSD Foundation Closes: https://github.com/freebsd/freebsd-ports/pull/267
* x11/gbsddialog: update to 0.9.0Pierre Pronchery2024-03-062-4/+4
| | | | | | | Changes: https://github.com/khorben/gbsddialog/compare/gbsddialog_0-8-1..gbsddialog_0-9-0 Sponsored by: The FreeBSD Foundation
* x11/gbsddialog: add new portPierre Pronchery2024-02-215-0/+98
gbsddialog is an implementation of bsddialog, a text-based user interface to be used in scripts and tools, such as in the official FreeBSD installer, bsdinstall(8). gbsddialog uses Gtk+ dialogs and widgets instead of console-based equivalents. The objective is to reproduce the same behaviour as the original tool, respecting the exact command-line parameters and output. gbsddialog can then be used as a drop-in replacement to bsddialog, effectively granting the possibility to install and configure FreeBSD entirely in graphical mode. In addition, an implementation of Xdialog is also provided, for use with bsdconfig(8) when invoked in graphical mode with -S or -X. Reviewed by: jrm Sponsored by: The FreeBSD Foundation Pull Request: https://github.com/freebsd/freebsd-ports/pull/235