Download and Install compare version 1.16 on Mac OS X
Tuesday the 8th of July, 2008

    compare  most recent diff


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



      # $Id: Portfile 30179 2007-10-22 18:03:03Z mww macports.org $

      PortSystem 1.0

      Name: compare
      Version: 1.16
      revision 1
      Category: sysutils
      Platform: darwin
      Maintainers: mww
      Description: fast replacement for cmp
      Long Description: compare is similar to cmp but faster and with better readable output. compare examines one file and standard in, or two files on a byte by byte basis, and prints the file position of the first difference it finds, first in decimal and then in hexadecimal, followed by the differing byte content in hexadecimal and a quoted character.

      Homepage: ftp://ftp.berlios.de/pub/compare/
      master_sites ${homepage}
      checksums md5 b4fdc2ad3c07e6df23cfe02e923bd775 sha1 0e76cfa606ecb358c693f160ad56b820545922b5
      patchfiles patch-RULES-rules.prg

      depends_build port:smake

      use_configure no

      build.cmd ${prefix}/bin/smake
      build.target

      destroot.destdir INS_BASE=${destroot}${prefix} MANDIR=share/man
      post-destroot {
      cd ${destroot}${prefix}
      file delete -force share/man/man5 lib include
      }


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

     Where to find more information:

    Darwin Ports



    image test