From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 20 10:30:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E58A016A4E6 for ; Thu, 20 Jul 2006 10:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF5243D58 for ; Thu, 20 Jul 2006 10:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6KAUGTr082368 for ; Thu, 20 Jul 2006 10:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6KAUGma082367; Thu, 20 Jul 2006 10:30:16 GMT (envelope-from gnats) Resent-Date: Thu, 20 Jul 2006 10:30:16 GMT Resent-Message-Id: <200607201030.k6KAUGma082367@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6291B16A4DD for ; Thu, 20 Jul 2006 10:24:46 +0000 (UTC) (envelope-from amdmi3@mail.ru) Received: from mx6.mail.ru (mx6.mail.ru [194.67.23.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id E198643D58 for ; Thu, 20 Jul 2006 10:24:45 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=56351 helo=nexii.panopticon) by mx6.mail.ru with esmtp id 1G3Vi0-000IBk-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 20 Jul 2006 14:24:44 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 7AE6311448 for ; Thu, 20 Jul 2006 14:30:47 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 160DFB; Thu, 20 Jul 2006 14:26:23 +0400 (MSD) Message-Id: <20060720102623.160DFB@hades.panopticon> Date: Thu, 20 Jul 2006 14:26:23 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100604: [NEW PORT] textproc/uncrustify: Highly configurable source code beautifier X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 10:30:18 -0000 >Number: 100604 >Category: ports >Synopsis: [NEW PORT] textproc/uncrustify: Highly configurable source code beautifier >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 20 10:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Thu May 11 15:07:32 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: 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 >How-To-Repeat: >Fix: --- uncrustify-0.0.22.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # uncrustify # uncrustify/files # uncrustify/files/patch-src-uncrustify.cpp # uncrustify/Makefile # uncrustify/pkg-plist # uncrustify/pkg-descr # uncrustify/distinfo # echo c - uncrustify mkdir -p uncrustify > /dev/null 2>&1 echo c - uncrustify/files mkdir -p uncrustify/files > /dev/null 2>&1 echo x - uncrustify/files/patch-src-uncrustify.cpp sed 's/^X//' >uncrustify/files/patch-src-uncrustify.cpp << 'END-of-uncrustify/files/patch-src-uncrustify.cpp' X--- src/uncrustify.cpp.orig Wed Jul 19 20:39:15 2006 X+++ src/uncrustify.cpp Wed Jul 19 20:39:48 2006 X@@ -15,6 +15,7 @@ X #include "logger.h" X #include "log_levels.h" X X+#include X #include X #include X #include END-of-uncrustify/files/patch-src-uncrustify.cpp echo x - uncrustify/Makefile sed 's/^X//' >uncrustify/Makefile << 'END-of-uncrustify/Makefile' X# New ports collection makefile for: uncrustify X# Date created: 03 Jul 2006 X# Whom: Dmitry Marakasov X# X# $FreeBSD$ X# X XPORTNAME= uncrustify XPORTVERSION= 0.0.22 XCATEGORIES= textproc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XEXTRACT_SUFX= .tgz X XMAINTAINER= amdmi3@mail.ru XCOMMENT= Highly configurable source code beautifier X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include END-of-uncrustify/Makefile echo x - uncrustify/pkg-plist sed 's/^X//' >uncrustify/pkg-plist << 'END-of-uncrustify/pkg-plist' Xbin/uncrustify X%%DATADIR%%/ben.cfg X%%DATADIR%%/d.cfg X%%DATADIR%%/gnu-indent.cfg X%%DATADIR%%/kr-indent.cfg X%%DATADIR%%/linux-indent.cfg X%%DATADIR%%/linux.cfg X%%DATADIR%%/mono.cfg X%%DATADIR%%/xsupplicant.cfg X@dirrm %%DATADIR%% END-of-uncrustify/pkg-plist echo x - uncrustify/pkg-descr sed 's/^X//' >uncrustify/pkg-descr << 'END-of-uncrustify/pkg-descr' XThe goals of this project are simple: XCreate a highly configurable, easily modifiable source code beautifier. X XWhat it does: X* Ident code, aligning on parens, assignments, etc X* Align on '=' and variable definitions X* Align structure initializers X* Align #define stuff X* Align backslash-newline stuff X* Reformat comments (a little bit) X* Fix inter-character spacing X* Add or remove parens on return statements X* Add or remove braces on single-statement if/do/while/for statements X* Highly configurable - 118 configurable options as of version 0.0.15 X XWWW: http://uncrustify.sourceforge.net END-of-uncrustify/pkg-descr echo x - uncrustify/distinfo sed 's/^X//' >uncrustify/distinfo << 'END-of-uncrustify/distinfo' XMD5 (uncrustify-0.0.22.tgz) = cc4f034d9c4e49a27c9496d90070172f XSHA256 (uncrustify-0.0.22.tgz) = de0479c9e7868cd588d44f68cd167d91c8da89983509d2241684423bf8d77e22 XSIZE (uncrustify-0.0.22.tgz) = 347617 END-of-uncrustify/distinfo exit --- uncrustify-0.0.22.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: