# $Id: Portfile,v 1.10 2006/08/08 07:08:01 yeled Exp $

PortSystem 1.0
name                xtail
version             2.1
categories          sysutils
maintainers         yeled@opendarwin.org
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
master_sites           http://www.unicom.com/sw/xtail/
checksums          md5 2e4717c591a2cbbd4aeb63d00c87a0cb
destroot.destdir       prefix=${destroot}${prefix} \
                       mandir=${destroot}${prefix}/share/man
