# -*- 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 cmake 1.1 PortGroup muniversal 1.0 name uncrustify version 0.75.1 categories devel maintainers nomaintainer license GPL-2 description Source code beautifier long_description Banish crusty code with the Uncrustify \ C/C++/C#/D/Java/Pawn source code beautifier. It indents, \ adds newlines, aligns, etc, and is highly configurable. homepage http://uncrustify.sourceforge.net/ master_sites sourceforge:project/uncrustify/uncrustify-${version} checksums rmd160 49f453f4b997b6063812b560eba214b9c74d0698 \ sha256 2881917999c5f6fa5ecab1838918f59651ef477a07b3d0b29ef69a22d79b27d7 \ size 1603338 depends_build-append \ port:python310 compiler.cxx_standard 2011 configure.python ${prefix}/bin/python3.10 configure.args -DPYTHON_EXECUTABLE=${configure.python} post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} copy ${worksrcpath}/documentation ${destroot}${docdir} } livecheck.type regex livecheck.url https://sourceforge.net/projects/uncrustify/files/ livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"