Spellutils provides the newsbody and pospell programs.
Spellutils is a suite of programs which are used to isolate some parts or texts from various types of files and hand them over to another program which may change the texts; it is typically a spell checker. Afterwards the possibly changed text parts are copied back in place in the original file.
Spellutils is a suite of programs which are used to isolate some parts or texts from various types of files and hand them over to another program which may change the texts; it is typically a spell checker. Afterwards the possibly changed text parts are copied back in place in the original file.
To install spellutils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install spellutils
To see what files were installed by spellutils, run:
port contents spellutils
To later upgrade spellutils, run:
sudo port selfupdate && sudo port upgrade spellutils
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.