# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
# $Id: Portfile 117466 2014-02-28 01:24:36Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           github 1.0
PortGroup           python 1.0

github.setup        nojhan colout 0.4 v
maintainers         g5pw openmaintainer

categories          textproc python
description         Color Up Arbitrary Command Ouput.
long_description    ${name} read lines of text stream on the standard input and \
                    output characters matching a given regular expression \
                    PATTERN in given and STYLE.

platforms           darwin

checksums           rmd160  039011f4838db54eaa5fc59c7ef7805f79a95284 \
                    sha256  91cfc982ecb0d88bf484bb4f7f6dc61f57005883ca280d354c2a5683f7b9459e

python.default_version 33

patch {
    reinplace s/python3/python3.3/ bin/colout \
                                        colout/colout.py \
                                        setup.py \
                                        README.md
}

python.link_binaries_suffix
