Port details |
- gbsddialog Drop in replacement for the "dialog" or "cdialog" programs
- 0.9.1 x11 =2 0.9.1Version of this port present on the latest quarterly branch.
- Maintainer: khorben@defora.org
- Port Added: 2024-02-21 04:27:05
- Last Update: 2024-06-13 00:27:59
- Commit Hash: 7be8b97
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/khorben/gbsddialog
- Description:
- 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).
However, 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gbsddialog>0:x11/gbsddialog
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/x11/gbsddialog/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/gbsddialog
- pkg install gbsddialog
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gbsddialog
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1716812514
SHA256 (gbsddialog-0.9.1.tar.gz) = f0340df37afc5c508ec21a443b26d60574039b0826ca819ddbbf60c2911f351d
SIZE (gbsddialog-0.9.1.tar.gz) = 77892
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- Library dependencies:
-
- libharfbuzz.so : print/harfbuzz
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gbsddialog-0.9.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- x11_gbsddialog
- USES:
- desktop-file-utils gettext-runtime gnome pkgconfig
- pkg-message:
- For install:
- This package also installs a desktop application file for bsdconfig(8),
FreeBSD's system configuration tool, for operation as a graphical
interface (starting with -X) as permitted with xdialog(1) as helper tool.
However, for proper operation this requires either running as the root user, or
sudo(8) to be installed and the user to be allowed in the sudoers(5) file.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.1 13 Jun 2024 00:27:59 |
Jan Beich (jbeich) Author: Pierre Pronchery |
x11/gbsddialog: update to 0.9.1
This release improves the --gauge dialog specifically.
Sponsored by: The FreeBSD Foundation
Closes: https://github.com/freebsd/freebsd-ports/pull/267 |
0.9.0 06 Mar 2024 12:04:36 |
Rodrigo Osorio (rodrigo) Author: Pierre Pronchery |
x11/gbsddialog: update to 0.9.0
Changes:
https://github.com/khorben/gbsddialog/compare/gbsddialog_0-8-1..gbsddialog_0-9-0
Sponsored by: The FreeBSD Foundation |
0.8.1 21 Feb 2024 04:22:40 |
Joseph Mingrone (jrm) Author: Pierre Pronchery |
x11/gbsddialog: add new port
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 |