Xdialog is designed to be a drop in replacement for the dialog or cdialog programs. It converts any terminal based program into a program with an X-windows interface.
Xdialog is designed to be a drop in replacement for the dialog or cdialog programs. It converts any terminal based program into a program with an X-windows interface.
To install xdialog, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xdialog
To see what files were installed by xdialog, run:
port contents xdialog
To later upgrade xdialog, run:
sudo port selfupdate && sudo port upgrade xdialog
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.