diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-08 22:26:14 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-08 22:26:14 +0000 |
commit | b6251a324b530e0ffafede77534e707bedccdd15 (patch) | |
tree | aa000f69c2155a94d9a0907fcd41e8183633326d /devel/cutils/pkg-descr | |
parent | f236a5b7eb1d53dda5fa9475b9c9a6270517247b (diff) | |
download | ports-b6251a324b530e0ffafede77534e707bedccdd15.tar.gz ports-b6251a324b530e0ffafede77534e707bedccdd15.zip |
cutils is a collection of miscellaneous utilities useful for C programmers.
It is composed by the following utilities:
cinfo, cinfoc and cinfodc - C language documentation tools
cdecl and cundecl - decode and encode C type declarations
cobfusc - make a C source file unreadable but compilable
chilight - highlight C source files with colors
yyextract - extract grammar rules from yacc grammar
yyref - yacc grammar reference program
Submitted by: Sandro Sigala <ssigala@globalnet.it>
Notes
Notes:
svn path=/head/; revision=4897
Diffstat (limited to 'devel/cutils/pkg-descr')
-rw-r--r-- | devel/cutils/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/cutils/pkg-descr b/devel/cutils/pkg-descr new file mode 100644 index 000000000000..8efe054b7cf4 --- /dev/null +++ b/devel/cutils/pkg-descr @@ -0,0 +1,16 @@ +cutils is a collection of miscellaneous utilities useful +for C programmers. It is composed by the following utilities: + +cinfo, cinfoc and cinfodc - C language documentation tools +cdecl and cundecl - decode and encode C type declarations +cobfusc - make a C source file unreadable but compilable +chilight - highlight C source files with colors +yyextract - extract grammar rules from yacc grammar +yyref - yacc grammar reference program + +Experimental stuff not compiled by default: +safealloc - simple malloc(), free() and friends checking utility +scc - Small C Compiler + +Sandro Sigala +ssigala@globalnet.it |