Download and Install fast-md5 version 2.6 on Mac OS X
Wednesday the 23rd of July, 2008

    fast-md5  most recent diff


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



      # $Id: Portfile 30233 2007-10-22 23:09:00Z jmpp macports.org $

      PortSystem 1.0

      Name: fast-md5
      Version: 2.6
      Category: java
      Platform: darwin
      Maintainers: nomaintainer
      Description: Fast MD5 Implementation in Java
      Long Description: ${description}

      Homepage: http://fast-md5.sourceforge.net/
      master_sites http://www.twmacinta.com/myjava/
      checksums md5 126cd1d77edc114e0412d2034fb1d190
      use_zip yes

      depends_build bin:ant:apache-ant

      worksrcdir ${name}

      post-extract {
      file mkdir ${worksrcpath}/docs
      }

      use_configure no

      build.cmd ant
      build.target dist

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java/
      xinstall -m 644 ${worksrcpath}/dist/fast-md5.jar ${destroot}${prefix}/share/java/
      }

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

     Where to find more information:

    Darwin Ports



    image test