          MODULE=uncrustify
         VERSION=0.59
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=$SFORGE_URL/$MODULE/
      SOURCE_VFY=sha1:233e4f6cb34ef7020ce49e5b5d14f0d46f277e31
        WEB_SITE=http://uncrustify.sourceforge.net/
         ENTERED=20100404
         UPDATED=20111009
           SHORT="C/C++/C#/D/Java/Pawn source code beautifier"

cat << EOF
The goals of this project are simple: Create a highly configurable,
easily modifiable source code beautifier.

Features

 * 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
 * Supports embedded SQL 'EXEC SQL' stuff
 * Highly configurable - 385 configurable options as of version 0.56
EOF
