cvs commit: ports/textproc Makefile ports/textproc/uncrustify
 Makefile distinfo pkg-descr pkg-plist
 ports/textproc/uncrustify/files patch-src-uncrustify.cpp
    Martin Wilke 
    miwi at FreeBSD.org
       
    Sat Jul 22 09:23:56 UTC 2006
    
    
  
miwi        2006-07-22 09:23:56 UTC
  FreeBSD ports repository
  Modified files:
    textproc             Makefile 
  Added files:
    textproc/uncrustify  Makefile distinfo pkg-descr pkg-plist 
    textproc/uncrustify/files patch-src-uncrustify.cpp 
  Log:
  Add uncrustify , highly configurable source code beautifier.
  
  The goals of this project are simple:
  Create a highly configurable, easily modifiable source code beautifier.
  What it does:
   * Ident code, aligning on parens, assignments, etc
   * Align on '=' and variable definitions
   * Align structure initializers
   * Align #define stuff
   * Align backslash-newline stuff
   * Reformat comments (a little bit)
   * Fix inter-character spacing
   * Add or remove parens on return statements
   * Add or remove braces on single-statement if/do/while/for statements
   * Highly configurable - 118 configurable options as of version 0.0.15
  
   WWW: http://uncrustify.sourceforge.net
  
  PR:             ports/100604
  Submitted by:   Dmitry Marakasov <amdmi3 at mail.ru>
  
  Revision  Changes    Path
  1.1028    +1 -0      ports/textproc/Makefile
  1.1       +21 -0     ports/textproc/uncrustify/Makefile (new)
  1.1       +3 -0      ports/textproc/uncrustify/distinfo (new)
  1.1       +10 -0     ports/textproc/uncrustify/files/patch-src-uncrustify.cpp (new)
  1.1       +16 -0     ports/textproc/uncrustify/pkg-descr (new)
  1.1       +10 -0     ports/textproc/uncrustify/pkg-plist (new)
    
    
More information about the cvs-all
mailing list