liblinebreak, an implementation of the line breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, Revision 24, available at http://www.unicode.org/reports/tr14/tr14-24.html
liblinebreak, an implementation of the line breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, Revision 24, available at http://www.unicode.org/reports/tr14/tr14-24.html
To install liblinebreak, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install liblinebreak
To see what files were installed by liblinebreak, run:
port contents liblinebreak
To later upgrade liblinebreak, run:
sudo port selfupdate && sudo port upgrade liblinebreak
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.