# $Id: Portfile 40495 2008-10-03 19:24:02Z macsforever2000@macports.org $

PortSystem 1.0

name                xtail
version             2.1
categories          sysutils
maintainers         nomaintainer

description         like 'tail -f' on a bunch of files at once
long_description    xtail watches the growth of files. It's like running a \
            "tail -f" on a bunch of files at once. My favorite \
            usage is: xtail /var/log/* \
                        You can specify both filenames and directories on the \
            command line. If you specify a directory, it watches all \
            the files in that directory. It will notice when new files \
            are created (and start watching them) or when old files are \
            deleted (and stop watching them). \
            The version 2.1 release fixes a Y2K bug, replaces the fixed-length \
            file list with a dynamically allocated one, and implements package \
            configuration with GNU autoconf.

platforms           darwin freebsd
homepage            http://www.unicom.com/sw/xtail
master_sites        http://www.unicom.com/files/

checksums           md5 2e4717c591a2cbbd4aeb63d00c87a0cb

destroot.destdir    prefix=${destroot}${prefix} \
                    mandir=${destroot}${prefix}/share/man
