Download and Install sloth version 1.3.1 on Mac OS X
Thursday the 24th of July, 2008

    sloth  most recent diff


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



      # $Id: Portfile 28208 2007-08-24 19:16:50Z nox macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: sloth
      Version: 1.3.1
      Category: aqua sysutils
      Maintainers: nomaintainer
      Description: Program that displays a list of open files by applications

      Long Description: Sloth is a program that displays a list of all open files in use by all the applications your user account is running on the system -- this list includes IP and Unix sockets, character devices and directories. This list is presented along with the names of applications using the file and their process IDs.

      Homepage: http://www.sveinbjorn.org/sloth
      master_sites http://www.sveinbjorn.org/files/software/sloth
      distname ${name}-${version}.src
      use_zip yes

      checksums md5 e17c20da5ac0a661fff8b2060b3fb995 sha1 88bbc2dbe13ad084c9aabc2d188be4c8cba1597f rmd160 cae9b1570f34df3b95711c30e64726a6d8307240

      worksrcdir Sloth

      # Dummy configure to enable universal variant
      use_configure yes
      configure {}

      if {! [variant_isset universal]} {
      set arch ${os.arch}
      if {! [string compare ${arch} powerpc]} {
      set arch ppc
      }

      xcode.build.settings-append ARCHS=${arch}
      xcode.destroot.settings-append ARCHS=${arch}
      }

      xcode.configuration Release

      livecheck.check regex
      livecheck.url ${homepage}
      livecheck.regex "Sloth (\\d+(?:\\.\\d+)*)"


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

     Where to find more information:

    Darwin Ports



    image test