Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 1AA5063B11D for ; Sat, 25 Oct 2008 06:15:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id B75B763B1F8; Sat, 25 Oct 2008 06:15:39 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 0D72563B191 for ; Sat, 25 Oct 2008 06:15:39 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id F2CAA175D0; Sat, 25 Oct 2008 06:15:38 +0000 (UTC) From: Blair Sadewitz Subject: CVS commit: pkgsrc/devel/cproto To: pkgsrc-changes@NetBSD.org Reply-To: bjs@netbsd.org Message-Id: <20081025061538.F2CAA175D0@cvs.netbsd.org> Date: Sat, 25 Oct 2008 06:15:38 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: bjs Date: Sat Oct 25 06:15:38 UTC 2008 Update of /cvsroot/pkgsrc/devel/cproto In directory ivanova.netbsd.org:/tmp/cvs-serv22497 Log Message: Add cproto-4.7f. TODO: integrate into pkgsrc compiler infrastructure? Cproto is a program that generates function prototypes and variable declarations from C source code. It can also convert function definitions between the old style and the ANSI C style. This conversion overwrites the original files, so make a backup copy of your files in case something goes wrong. The program isn't confused by complex function definitions as much as other prototype generators because it uses a yacc generated parser. By ignoring all the input between braces, I avoided implementing the entire C language grammar. Status: Vendor Tag: TNF Release Tags: pkgsrc-base N pkgsrc/devel/cproto/Makefile N pkgsrc/devel/cproto/PLIST N pkgsrc/devel/cproto/distinfo N pkgsrc/devel/cproto/DESCR N pkgsrc/devel/cproto/Makefile.version No conflicts created by this import