Text::Format provides strong text formatting capabilities to Ruby. Based on Perl's Text::Format 0.52, it offers all of the functionality of that module and new capabilities besides.
Text::Format provides strong text formatting capabilities to Ruby. Based on Perl's Text::Format 0.52, it offers all of the functionality of that module and new capabilities besides.
To install rb-text-format, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-text-format
To see what files were installed by rb-text-format, run:
port contents rb-text-format
To later upgrade rb-text-format, run:
sudo port selfupdate && sudo port upgrade rb-text-format
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.