From owner-cvs-all@FreeBSD.ORG Sat Jul 22 09:23:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FD6716A4DA; Sat, 22 Jul 2006 09:23:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A3B043D45; Sat, 22 Jul 2006 09:23:56 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6M9NuG0019479; Sat, 22 Jul 2006 09:23:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6M9NuAO019478; Sat, 22 Jul 2006 09:23:56 GMT (envelope-from miwi) Message-Id: <200607220923.k6M9NuAO019478@repoman.freebsd.org> From: Martin Wilke Date: Sat, 22 Jul 2006 09:23:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/uncrustify Makefile distinfo pkg-descr pkg-plist ports/textproc/uncrustify/files patch-src-uncrustify.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 09:23:56 -0000 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 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)