pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cproto



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



Home | Main Index | Thread Index | Old Index