Brotli is a generic-purpose lossless compression algorithm that is similar in speed with deflate but offers more dense compression. This port installs the bro tool, see also port py-brotli for python modules.
Brotli is a generic-purpose lossless compression algorithm that is similar in speed with deflate but offers more dense compression. This port installs the bro tool, see also port py-brotli for python modules.
To install brotli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install brotli
To see what files were installed by brotli, run:
port contents brotli
To later upgrade brotli, run:
sudo port selfupdate && sudo port upgrade brotli
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.