# $Id: Portfile 28191 2007-08-24 12:39:12Z nox@macports.org $ PortSystem 1.0 PortGroup xcode 1.0 name sloth version 1.3.1 categories 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 macports use_bzip2 yes checksums md5 bab3b31aba2a480b97d82be43e32e74a \ sha1 8710c9c37fddf609fee4f64bad62a90c8270cde8 \ rmd160 6623de19a79ce98e53f17030d0532eedb644b242 # 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+)*)"