# $Id: Portfile 27858 2007-08-15 10:46:40Z nox@macports.org $ PortSystem 1.0 name mkconsole version 1.8 categories aqua maintainers nomaintainer description application that displays logfiles on your desktop long_description \ This is a little application that displays logfiles on your \ desktop. Really useful if you have to monitor servers or you \ just want to keep an eye on what's going on on your machine. \ In its standard configuration it displays entries from any \ number of logfiles interleaved in a single window. Have a \ look at some screenshots. MkConsole is smart enough to close \ and reopen files every now and then to deal with rotating \ files and it transparently works around stale NFS handles \ which often exist after your Mac wakes up from sleep and \ tries to read from a logfile mounted via NFS. If you don't \ mind hacking the user defaults (rather than using the \ preferences panel) you can also configure multiple windows \ with multiple logifiles each. homepage http://www.mulle-kybernetik.com/software/MkConsole/ master_sites ${homepage}Downloads/ distname ${name}-${version}-s platforms darwin checksums md5 1fb642b625d3009573d8de1f5d60a6a5 worksrcdir MkConsole use_configure no build.type pbx build.target -project MkConsole.xcode build.args -buildstyle Deployment destroot { set appPath ${destroot}/Applications/MacPorts file mkdir ${appPath} file copy ${worksrcpath}/build/MkConsole.app ${appPath} }