Text::Tabs performs the same job that the unix expand(1) and unexpand(1) commands do: adding or removing tabs from a document.
Text::Wrap::wrap() will reformat lines into paragraphs. All it does is break up long lines, it will not join short lines together.
Text::Fill::fill() will reformat blocks of text into paragraphs. It uses Text::Wrap::wrap() to do the work.
Text::Tabs performs the same job that the unix expand(1) and unexpand(1) commands do: adding or removing tabs from a document.
Text::Wrap::wrap() will reformat lines into paragraphs. All it does is break up long lines, it will not join short lines together.
Text::Fill::fill() will reformat blocks of text into paragraphs. It uses Text::Wrap::wrap() to do the work.
To install p5.32-text-tabsxwrap, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-text-tabsxwrap
To see what files were installed by p5.32-text-tabsxwrap, run:
port contents p5.32-text-tabsxwrap
To later upgrade p5.32-text-tabsxwrap, run:
sudo port selfupdate && sudo port upgrade p5.32-text-tabsxwrap
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.