summaryrefslogtreecommitdiff
path: root/devel/cproto/PLIST
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-10-25 06:15:38 +0000
committerbjs <bjs@pkgsrc.org>2008-10-25 06:15:38 +0000
commit5421a88e67d09ea8f60e5f63e5028d4e8324066d (patch)
tree83548f6d04ba581694d20e5d2802a0b5e7294d85 /devel/cproto/PLIST
parent6ed7d3e0408194710a2f8ba08dd67302f29c7a65 (diff)
downloadpkgsrc-5421a88e67d09ea8f60e5f63e5028d4e8324066d.tar.gz
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.
Diffstat (limited to 'devel/cproto/PLIST')
-rw-r--r--devel/cproto/PLIST3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/cproto/PLIST b/devel/cproto/PLIST
new file mode 100644
index 00000000000..a53099994d6
--- /dev/null
+++ b/devel/cproto/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/25 06:15:38 bjs Exp $
+bin/cproto
+man/man1/cproto.1