# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 84512 2011-09-27 14:19:06Z snc@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-tail
set real_name       tailer
version             0.2.1
categories          python
platforms           darwin
maintainers         singingwolfboy openmaintainer
description         Simple implementation of GNU tail and head in Python
long_description  \
    Python tail is a simple implementation of GNU tail and head. \
    It provides 3 main functions that can be performed on any \
    file-like object that supports seek() and tell(): tail, head, \
    and follow. It also comes with pytail, a command line version \
    offering the same functionality as GNU tail. This can be particularly \
    useful on Windows systems that have no tail equivalent.

homepage            http://code.google.com/p/pytailer/
master_sites        http://pypi.python.org/packages/source/t/tailer/
checksums           md5     7c9c837227575ba5a0208af7840358a1 \
                    sha1    c2af433be838b17aa7d91f8b02cf595d0449a0e6 \
                    rmd160  8e36fc2f39c1c2c4b2772cedf2e0b7ea765a2eab
distname            ${real_name}-${version}
