Converts a CD image in a .bin/.cue format to .iso or .cdr
binchunker converts a CD image in a .bin / .cue format (sometimes .raw / .cue) to a set of .iso and .cdr tracks. The bin/cue format is used by some popular non-Unix cd-writing software, but is not supported on most other CD burning programs
binchunker converts a CD image in a .bin / .cue format (sometimes .raw / .cue) to a set of .iso and .cdr tracks. The bin/cue format is used by some popular non-Unix cd-writing software, but is not supported on most other CD burning programs
To install bchunk, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bchunk
To see what files were installed by bchunk, run:
port contents bchunk
To later upgrade bchunk, run:
sudo port selfupdate && sudo port upgrade bchunk
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.