# -*- 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 perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup C-Tokenize 0.18 platforms {darwin any} maintainers {gmx.us:chrischavez @chrstphrchvz} openmaintainer license {Artistic-1 GPL} supported_archs noarch description C::Tokenize - reduce a C file to a series of tokens long_description \ The C::Tokenize module provides a tokenizer which breaks C source code into its \ smallest meaningful components, and the regexes which match each of these \ components. It also supplies regexes for local include statements and \ C variables, as well as extra functions, such as for removing the comment \ syntax of traditional C comments, and for removing all comments from a C program. checksums rmd160 536d0523c51b5748a18ee95d822817dd983b82d1 \ sha256 e4635f2a77875a6ea321c2d190c3bf9bbc6eb30f2f37600bc2a8fee06f7c48a0 \ size 12206