# $Id: Portfile 119955 2014-05-12 00:37:54Z ryandesign@macports.org $

PortSystem		1.0
PortGroup		xcode 1.0

name			sloth
version             1.5
categories		aqua sysutils
license			GPL-2+
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     0fb0fd3c9205fb66962cc3fca4c66018 \
                    sha1    067a08210048940bef074d06aacd804e0d0c51c0 \
                    rmd160  e23af571fe5e7f94b89f5e9b7a67cf4fc5fcf04f

worksrcdir		Sloth

xcode.configuration Release

patchfiles          patch-Sloth.xcodeproj-project.pbxproj.diff

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