diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-07-22 09:23:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-07-22 09:23:56 +0000 |
commit | 7e8c3594a3d0621e05aeac8aa5c96d4a1060e9d6 (patch) | |
tree | 7896c33125e7c7685694f01ed3c63803c8a93bc0 /textproc/uncrustify/pkg-plist | |
parent | fdfd7a5bfe262e67465031762442922bb3cf0679 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=168464
Diffstat (limited to 'textproc/uncrustify/pkg-plist')
-rw-r--r-- | textproc/uncrustify/pkg-plist | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/uncrustify/pkg-plist b/textproc/uncrustify/pkg-plist new file mode 100644 index 000000000000..6e1acc5144d5 --- /dev/null +++ b/textproc/uncrustify/pkg-plist @@ -0,0 +1,10 @@ +bin/uncrustify +%%DATADIR%%/ben.cfg +%%DATADIR%%/d.cfg +%%DATADIR%%/gnu-indent.cfg +%%DATADIR%%/kr-indent.cfg +%%DATADIR%%/linux-indent.cfg +%%DATADIR%%/linux.cfg +%%DATADIR%%/mono.cfg +%%DATADIR%%/xsupplicant.cfg +@dirrm %%DATADIR%% |