# -*- 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 cmake 1.1 PortGroup qt6 1.0 fetch.type git github.setup carlonluca cgrc 0.5.0 v revision 1 license GPL-3 categories textproc maintainers {@carlonluca gmail.com:carlon.luca} openmaintainer description Configurable terminal text formatter long_description cgrc formats text from stdin according to custom configuration files \ and outputs the result with ANSI escape codes to stdout. Configuration \ files includes a set of regular expressions with the related format \ to be used to the match and the captures. compiler.cxx_standard \ 2017 post-fetch { system -W ${worksrcpath} "git submodule update --init" }