yydecode works almost identically to the infamous uudecode program. Version 0.2.8 and onwards contains a superset of uudecode's functionality, (i.e. decodes standard uuencoded files, as well as Base64 RFC2045 encoded files produced by uuencode) and hence can be used as a drop-in replacement in all circumstances.
yydecode works almost identically to the infamous uudecode program. Version 0.2.8 and onwards contains a superset of uudecode's functionality, (i.e. decodes standard uuencoded files, as well as Base64 RFC2045 encoded files produced by uuencode) and hence can be used as a drop-in replacement in all circumstances.
To install yydecode, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install yydecode
To see what files were installed by yydecode, run:
port contents yydecode
To later upgrade yydecode, run:
sudo port selfupdate && sudo port upgrade yydecode
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.