Download and Install findutils version 4.4.0 on Mac OS X
Sunday the 20th of July, 2008

    findutils  most recent diff


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



      # $Id: Portfile 36721 2008-05-13 11:17:11Z nox macports.org $

      PortSystem 1.0

      Name: findutils
      Version: 4.4.0
      Category: sysutils
      Platform: darwin
      Maintainers: nox openmaintainer
      Description: findutils contains GNU find, xargs, and locate

      Long Description: ${description}

      Homepage: http://www.gnu.org/software/findutils/
      master_sites gnu

      checksums md5 49e769ac4382fae6f104f99d54d0a112 sha1 25e3d4dec40cec0165ffeff50acc4d4523ec3e07 rmd160 0ea2b03f4d49902b64c2028abfba3a870c892420

      depends_lib port:gettext port:libiconv

      configure.env SORT=/usr/bin/sort

      configure.args --program-prefix=g

      use_parallel_build yes

      test.run yes
      test.target check

      post-destroot {
      move ${destroot}${prefix}/share/info/find.info ${destroot}${prefix}/share/info/gfind.info
      delete ${destroot}${prefix}/lib/charset.alias

      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README THANKS TODO ${destroot}${docdir}
      }

      Variant: with_default_names description {Install files without 'g' prefix} {
      post-destroot {
      foreach {d} {bin libexec share/info share/man/man1 share/man/man5} {
      foreach {f} [glob -tails -directory ${destroot}${prefix}/${d} g*] {
      ln -sf ${prefix}/${d}/${f} ${destroot}${prefix}/${d}/[string range ${f} 1 end]
      }
      }
      }
      }

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

     Where to find more information:

    Darwin Ports



    image test