CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]  2021/12/12 04:26:44

Log message:
    import tradcpp-0.5.3
    
    tradcpp is a K&R-style ("traditional") C preprocessor. It was written to
    support historical uses of the C preprocessor for preprocessing things that
    aren't C, as the preprocessors that ship with C compilers are increasingly
    unsuitable for this task and/or don't provide a traditional mode at all.
    
    In particular, tradcpp preserves whitespace as much as possible, so it can 
be
    used in contexts where whitespace is significant and/or rearranging 
whitespace
    causes things to break, such as makefiles. Preprocessing makefiles with cpp 
is
    a fairly common property of sufficiently old legacy build systems, including
    old versions of Emacs and anything that uses imake.
    
    this port is imported to replace tradcpp from base which is not used there
    anymore and also include all the modifications we had, including pledge(2)
    support
    
    ok aja@, jsg@
    
    Status:
    
    Vendor Tag: robert
    Release Tags:       robert_20211212
    
    N ports/deve/tradcpp/Makefile
    N ports/deve/tradcpp/distinfo
    N ports/deve/tradcpp/pkg/DESCR
    N ports/deve/tradcpp/pkg/PLIST
    N ports/deve/tradcpp/patches/patch-files_c
    N ports/deve/tradcpp/patches/patch-macro_c
    N ports/deve/tradcpp/patches/patch-main_c
    N ports/deve/tradcpp/patches/patch-utils_c
    
    No conflicts created by this import

Reply via email to