Download and Install colordiff version 1.0.7 on Mac OS X
Thursday the 28th of August, 2008

    colordiff  most recent diff


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



      # $Id: Portfile 31225 2007-11-18 19:08:47Z nox macports.org $

      PortSystem 1.0

      Name: colordiff
      Version: 1.0.7
      epoch 20070425
      Category: textproc
      Maintainers: nox
      Description: Color-highlighted diff(1) output

      Long Description: The Perl script colordiff is a wrapper for diff(1) and produces the same output but with pretty 'syntax' highlighting. Colour schemes can be customized.

      Homepage: http://colordiff.sourceforge.net/
      Platform: darwin
      master_sites ${homepage}

      checksums md5 940d4d1c388e66d352bce0887a39a3c5 sha1 ecf5530e435d50a21c7aa77076c3d6cafdca1afa rmd160 141f9626c4f074460687ef38bcb46a528ea9bf49

      patchfiles patch-Makefile.diff

      use_configure no

      build.type bsd
      build {}

      destroot.args INSTALL_DIR=${prefix}/bin MAN_DIR=${prefix}/share/man/man1 ETC_DIR=${prefix}/etc DESTROOT_DIR=${destroot}

      post-destroot {
      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath} BUGS CHANGES COPYING README ${destroot}${docdir}
      }

      universal_variant no

      livecheck.check regex
      livecheck.regex {

      .*version ([^ ]*).*

      }


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

     Where to find more information:

    Darwin Ports



    image test