# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 77858 2011-04-15 05:00:54Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           xcode 1.0

name                mkconsole
set my_name         MkConsole
version             1.11
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 logfiles each.

homepage            http://www.mulle-kybernetik.com/software/${my_name}/
master_sites        ${homepage}Downloads/
use_dmg             yes

checksums           sha1    1b49da4f959bbe7b14076a3bad956a4ab35ea0f3 \
                    rmd160  4eab3d0bb86b4fe742cc991641121f615c0f58dc

worksrcdir          ${name}-${version}/Source/${name}-${version}

xcode.destroot.settings-append SKIP_INSTALL=no

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