Ecm version 1.0 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 1.0

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


      The ecm Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: ecm
      Version: 1.0
      Category: archivers
      Platform: darwin
      Maintainers: nomaintainer
      Description: CD image file error code modeler

      Long Description: ECM (Error Code Modeler) lets you prepare CD image files - such as BIN, CDI, NRG, CCD, or similar - so that they'll compress far better.

      Homepage: http://www.neillcorlett.com/ecm/
      Master Sites: http://www.neillcorlett.com/downloads/
      distname ecm100
      use_zip yes

      Checksums: md5 debcc0772cea7e8b1ae2562a38788fb6 sha1 ec8884b547bebee69fa3d2901dbd076f9a84c2ce rmd160 04110dd50d7609e0337e71ab7587fb3d0d05eefb

      extract.dir ${worksrcpath}

      pre-extract {
      file mkdir ${worksrcpath}
      }

      build {
      foreach {bin} {ecm unecm} {
      system "cd ${worksrcpath} && gcc [join ${configure.cflags} " "] ${bin}.c -o ${bin}"
      }
      }

      destroot {
      xinstall -W ${worksrcpath} ecm unecm ${destroot}${prefix}/bin

      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      eval xinstall -m 0644 [glob ${worksrcpath}/*.txt] ${destroot}${docdir}
      }

      Variant: universal {}

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex "ECM v(\\d+(?:\\.\\d+)*)"


    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/ecm
      % sudo port install ecm
      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 ecm
      ---> Verifying checksum for ecm
      ---> Extracting ecm
      ---> Configuring ecm
      ---> Building ecm with target all
      ---> Staging ecm into destroot
      ---> Installing ecm
    - 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 ecm with these commands:
      %  man ecm
      % apropos ecm
      % which ecm
      % locate ecm

     Where to find more information:

    Darwin Ports



    Lightbox this page.