DACT attempts to create very efficient compressed files by attempting to use many different algorithms on each block until it finds the best for every block in the file.
DACT attempts to create very efficient compressed files by attempting to use many different algorithms on each block until it finds the best for every block in the file.
To install dact, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dact
To see what files were installed by dact, run:
port contents dact
To later upgrade dact, run:
sudo port selfupdate && sudo port upgrade dact
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.