# $Id: Portfile,v 1.1 2004/02/21 06:56:47 rshaw Exp $ PortSystem 1.0 name sloth version 1.0 categories aqua sysutils maintainers rshaw@opendarwin.org 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://sveinbjorn.vefsyn.is/sloth master_sites http://sveinbjorn.vefsyn.is/files/software/ distname ${name}.src extract.suffix .tgz checksums md5 f0707aac5547374cf99420e836683bae platforms darwin worksrcdir Sloth Project use_configure no build.type pbx build.target build.args -buildstyle Deployment -target Sloth destroot { set appPath ${destroot}/Applications/DarwinPorts cd ${worksrcpath}/build xinstall -d -m 0755 ${appPath} system "ditto -v -rsrcFork Sloth.app ${appPath}/Sloth.app" }