Download and Install rb-algorithm-diff on Mac OS X
Thursday the 28th of August, 2008

    rb-algorithm-diff  most recent diff


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



      # $Id: Portfile 30250 2007-10-23 02:16:17Z jmpp macports.org $
      PortSystem 1.0
      PortGroup ruby 1.0

      ruby.setup {algorithm-diff diff} 0.4 install.rb {README doc samples}
      revision 2
      Maintainers: nomaintainer
      Description: diff algorithm for arrays in Ruby
      Long Description: The diff algorithm computes the differences between two arrays of elements, like the unix program \"diff\". It can diff Arrays by each element or Strings by each character, or your own class if you implement the interface. The algorithm is complete, stable (TestUnit test available), but the interface may change before a 1.0 release.
      Homepage: http://rubynet.org/mirrors/diff/
      master_sites ${homepage}
      checksums md5 3e832de40dc1866dddc64978fe67e4c8
      Platform: darwin

      test.run yes
      test.dir ${worksrcpath}/test
      test.cmd ${ruby.bin} -I../lib test_diff.rb
      test.target


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

     Where to find more information:

    Darwin Ports



    image test