From 36e09d419bf33d524f2779c15cc26d247bb37366 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 31 Jan 2007 15:33:39 +0000 Subject: [PATCH] - Update to 0.31 PR: ports/108603 Submitted by: Dmitry Marakasov (maintainer) --- textproc/uncrustify/Makefile | 2 +- textproc/uncrustify/distinfo | 6 +++--- textproc/uncrustify/pkg-descr | 21 +++++++++++---------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile index 25c9a32a671e..ec6c1afd7854 100644 --- a/textproc/uncrustify/Makefile +++ b/textproc/uncrustify/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uncrustify -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/textproc/uncrustify/distinfo b/textproc/uncrustify/distinfo index 009e63e1e674..2c2c11e18985 100644 --- a/textproc/uncrustify/distinfo +++ b/textproc/uncrustify/distinfo @@ -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 diff --git a/textproc/uncrustify/pkg-descr b/textproc/uncrustify/pkg-descr index 7cafe593b05f..da7010be52bc 100644 --- a/textproc/uncrustify/pkg-descr +++ b/textproc/uncrustify/pkg-descr @@ -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