Bug 100604 - [NEW PORT] textproc/uncrustify: Highly configurable source code beautifier
Summary: [NEW PORT] textproc/uncrustify: Highly configurable source code beautifier
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-20 11:30 UTC by Dmitry Marakasov
Modified: 2006-07-22 10:27 UTC (History)
0 users

See Also:


Attachments
uncrustify-0.0.22.shar (2.96 KB, text/plain)
2006-07-20 11:30 UTC, Dmitry Marakasov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2006-07-20 11:30:16 UTC
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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-07-20 11:53:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2006-07-22 10:27:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!