Add cproto-4.7f. TODO: integrate into pkgsrc compiler infrastructure?
authorbjs <bjs>
Sat, 25 Oct 2008 06:15:38 +0000 (06:15 +0000)
committerbjs <bjs>
Sat, 25 Oct 2008 06:15:38 +0000 (06:15 +0000)
commit07a7c7b5499adf4a354e05d9f777661c9609393d
treee74de46ca2d5298df6964ba3e6e834daddb0caa4
parent1f36068db3ad7c3055f7778a209fbe68e86c9e41
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.
devel/cproto/DESCR [new file with mode: 0644]
devel/cproto/Makefile [new file with mode: 0644]
devel/cproto/Makefile.version [new file with mode: 0644]
devel/cproto/PLIST [new file with mode: 0644]
devel/cproto/distinfo [new file with mode: 0644]