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>
This commit is contained in:
parent
f236a5b7eb
commit
b6251a324b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4897
5 changed files with 62 additions and 0 deletions
22
devel/cutils/Makefile
Normal file
22
devel/cutils/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Port for: cutils
|
||||
# Version required: FreeBSD-2.1.5
|
||||
# Date created: 26 November 1996
|
||||
# Whom: Sandro Sigala
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= cutils-1.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
|
||||
DISTFILES= cutils-1.3.tar.gz
|
||||
|
||||
MAINTAINER= ssigala@globalnet.it
|
||||
|
||||
post-install:
|
||||
.if defined(NOMANCOMPRESS)
|
||||
(cd ${PREFIX} ; \
|
||||
gunzip -f `grep man ${PKGDIR}/PLIST` )
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/cutils/distinfo
Normal file
1
devel/cutils/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (cutils-1.3.tar.gz) = 8178efbf6471f89dd1c21a3632ee68fc
|
1
devel/cutils/pkg-comment
Normal file
1
devel/cutils/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Miscellaneous C programmer's utilities
|
16
devel/cutils/pkg-descr
Normal file
16
devel/cutils/pkg-descr
Normal file
|
@ -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
|
22
devel/cutils/pkg-plist
Normal file
22
devel/cutils/pkg-plist
Normal file
|
@ -0,0 +1,22 @@
|
|||
bin/cdecl
|
||||
bin/cundecl
|
||||
bin/chilight
|
||||
bin/cinfo
|
||||
bin/cinfoc
|
||||
bin/cinfodc
|
||||
bin/cobfusc
|
||||
bin/yyextract
|
||||
bin/yyref
|
||||
man/man1/cdecl.1.gz
|
||||
man/man1/cundecl.1.gz
|
||||
man/man1/chilight.1.gz
|
||||
man/man1/cinfo.1.gz
|
||||
man/man1/cinfoc.1.gz
|
||||
man/man1/cinfodc.1.gz
|
||||
man/man1/cobfusc.1.gz
|
||||
man/man1/yyextract.1.gz
|
||||
man/man1/yyref.1.gz
|
||||
man/man5/cinfodb.5.gz
|
||||
lib/cinfo/stdc.cinfo.db
|
||||
lib/cinfo/stdclib.cinfo.db
|
||||
lib/cinfo/unix.cinfo.db
|
Loading…
Reference in a new issue