Download and Install bchunk version 1.2.0 on Mac OS X
Monday the 6th of October, 2008

    version 1.2.0

      View the most recent changes for the bchunk port at: bchunk.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for bchunk.
      The raw portfile for bchunk 1.2.0 is located here:
      http://bchunk.darwinports.com/dports/sysutils/bchunk/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/bchunk
      Google
      Web Darwinports.com



      # $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp macports.org $

      PortSystem 1.0
      Name: bchunk
      Version: 1.2.0
      Description: Converts a CD image in a .bin/.cue format to .iso or .cdr
      Long Description: 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
      Maintainers: nomaintainer
      Category: sysutils
      Platform: darwin
      Homepage: http://he.fi/bchunk/
      master_sites ${homepage}
      checksums md5 6a613da3f34f9a303f202d2e9731d231
      configure {
      reinplace "s;/usr/local/;${destroot}${prefix};" ${worksrcpath}/Makefile
      }

      destroot {
      set mandest ${destroot}${prefix}/share/man
      set bindest ${destroot}${prefix}/bin
      xinstall -m 755 -s -o root ${worksrcpath}/bchunk ${bindest}
      file mkdir ${mandest}
      file mkdir ${mandest}/man1

      xinstall -m 644 ${worksrcpath}/bchunk.1 ${mandest}/man1
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/bchunk
      % sudo port install bchunk
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching bchunk
      ---> Verifying checksum for bchunk
      ---> Extracting bchunk
      ---> Configuring bchunk
      ---> Building bchunk with target all
      ---> Staging bchunk into destroot
      ---> Installing bchunk
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using bchunk with these commands:
      %  man bchunk
      % apropos bchunk
      % which bchunk
      % locate bchunk

     Where to find more information:

    Darwin Ports



    Lightbox this page.