# -*- 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 PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup nojhan colout 0.12.0 v github.tarball_from archive revision 0 categories textproc license GPL-3 maintainers nomaintainer 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 COLOR and STYLE. homepage https://nojhan.github.io/colout/ checksums rmd160 09e17028c02065efc237ed73dbbc415abde78d4e \ sha256 1dfafc1b62054f08ffdcf813b1207e6a67e2f185fc6df329cea78b7425a18256 \ size 36856 python.default_version 310 patchfiles-append patch-setup.py.diff post-patch { reinplace "s|@@VERSION@@|${version}|g" ${worksrcpath}/setup.py } depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-babel \ port:py${python.version}-pygments post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE \ README.md ${destroot}${docdir} }