This toolset provides md5sum, sha1sum, and ripemd160sum. They are intended to be drop in replacements for the tools from GNU textutils. Since installing textutils is somewhat excessive for just those two utilities, these are meant to be the more compact and easier to install replacements.
This toolset provides md5sum, sha1sum, and ripemd160sum. They are intended to be drop in replacements for the tools from GNU textutils. Since installing textutils is somewhat excessive for just those two utilities, these are meant to be the more compact and easier to install replacements.
To install md5sha1sum, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install md5sha1sum
To see what files were installed by md5sha1sum, run:
port contents md5sha1sum
To later upgrade md5sha1sum, run:
sudo port selfupdate && sudo port upgrade md5sha1sum
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.