libtextstyle provides an easy way to add styling to programs that produce output to a console or terminal emulator window. This library is part of gettext and a prerequisite for tools like msgfmt and friends.
libtextstyle provides an easy way to add styling to programs that produce output to a console or terminal emulator window. This library is part of gettext and a prerequisite for tools like msgfmt and friends.
To install libtextstyle, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libtextstyle
To see what files were installed by libtextstyle, run:
port contents libtextstyle
To later upgrade libtextstyle, run:
sudo port selfupdate && sudo port upgrade libtextstyle
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.