1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Update to 0.31

PR:		ports/108603
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
This commit is contained in:
Martin Wilke 2007-01-31 15:33:39 +00:00
parent dc5b564643
commit 36e09d419b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183780
3 changed files with 15 additions and 14 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= uncrustify
PORTVERSION= 0.30
PORTVERSION= 0.31
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,3 +1,3 @@
MD5 (uncrustify-0.30.tgz) = 3c242519de3d12f7b916b560366c1aa8
SHA256 (uncrustify-0.30.tgz) = b2e8a23a62696e48e0bdaab06f8099b8e728006b9100628e1bf8adc1984cdb33
SIZE (uncrustify-0.30.tgz) = 544268
MD5 (uncrustify-0.31.tgz) = 4698c9d9b983ea1b61c8281b7fc58daa
SHA256 (uncrustify-0.31.tgz) = 715c77b583f09605c511f28558cd3ac7d6a0730c5b864536f3cbe8df685025d5
SIZE (uncrustify-0.31.tgz) = 548575

View File

@ -2,15 +2,16 @@ 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
* 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 - 168 configurable options as of version 0.30
WWW: http://uncrustify.sourceforge.net