Date: Sat, 22 Jul 2006 09:23:56 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/uncrustify Makefile distinfo pkg-descr pkg-plist ports/textproc/uncrustify/files patch-src-uncrustify.cpp Message-ID: <200607220923.k6M9NuAO019478@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2006-07-22 09:23:56 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/uncrustify Makefile distinfo pkg-descr pkg-plist textproc/uncrustify/files patch-src-uncrustify.cpp Log: 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> Revision Changes Path 1.1028 +1 -0 ports/textproc/Makefile 1.1 +21 -0 ports/textproc/uncrustify/Makefile (new) 1.1 +3 -0 ports/textproc/uncrustify/distinfo (new) 1.1 +10 -0 ports/textproc/uncrustify/files/patch-src-uncrustify.cpp (new) 1.1 +16 -0 ports/textproc/uncrustify/pkg-descr (new) 1.1 +10 -0 ports/textproc/uncrustify/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607220923.k6M9NuAO019478>