Cmunge 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 cmunge port at: cmunge.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for cmunge.
      The raw portfile for cmunge 1.0 is located here:
      http://cmunge.darwinports.com/dports/devel/cmunge/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/cmunge


      The cmunge Portfile 30224 2007-10-22 22:49:14Z jmpp macports.org $

      PortSystem 1.0

      Name: cmunge
      Version: 1.0
      Category: devel
      Platform: darwin
      Maintainers: nomaintainer
      Description: tool for encrypting and compacting C source code
      Long Description: cmunge is a simple tool for encrypting and compacting C source code, while leaving it syntactically and semantically unchanged.

      Homepage: http://www.vcpc.univie.ac.at/~jhm/cmunge/
      Master Sites: ftp://ftp.vcpc.univie.ac.at/vcpc/jhm/code/
      distname cmunge
      Checksums: md5 1ba149c619cacdfbbaf7ec59281b8cc2

      worksrcdir cmunger

      use_configure no

      destroot {
      xinstall -m 755 -W ${worksrcpath} cmunge bin/ctran bin/proc-incl ${destroot}${prefix}/bin
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.