aboutsummaryrefslogtreecommitdiff
path: root/devel/cproto/pkg-descr
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-02-29 20:10:16 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-02-29 20:10:16 +0000
commitc46f10d6d1297bd07fb00e03daee3bad1c616bd8 (patch)
tree2ee75abec6c9df8d804fcb4f3aee8d3988c38bbe /devel/cproto/pkg-descr
parent2e2c906f100bba8ddf6f0fa43c4f3f0945612582 (diff)
downloadports-c46f10d6d1297bd07fb00e03daee3bad1c616bd8.tar.gz
ports-c46f10d6d1297bd07fb00e03daee3bad1c616bd8.zip
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. WWW: http://www.vex.net/~cthuang/cproto/ PR: ports/16704 Submitted by: Abel Chow <abel@Island.DHS.ORG>
Notes
Notes: svn path=/head/; revision=26449
Diffstat (limited to 'devel/cproto/pkg-descr')
-rw-r--r--devel/cproto/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/cproto/pkg-descr b/devel/cproto/pkg-descr
new file mode 100644
index 000000000000..00f6f7cda101
--- /dev/null
+++ b/devel/cproto/pkg-descr
@@ -0,0 +1,19 @@
+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.
+
+Cproto is in the public domain, except for the configure script which is
+copyrighted by the Free Software Foundation, Inc. If you have any comments
+or find any bugs, please let me know.
+
+WWW: http://www.vex.net/~cthuang/cproto/
+
+Chin Huang
+cthuang@vex.net
+cthuang@interlog.com