Port details on branch 2024Q2 |
- gbsddialog Drop in replacement for the "dialog" or "cdialog" programs
- 0.9.1 x11 =0 0.9.1Version of this port present on the latest quarterly branch.
- Maintainer: khorben@defora.org
- Port Added: 2024-06-13 00:36:06
- Last Update: 2024-06-13 00:32:18
- Commit Hash: 843303c
- 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
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- 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
- 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:
|