summaryrefslogtreecommitdiff
path: root/devel/cutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1998-08-121-11/+0
| | | | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). Notes: svn path=/head/; revision=12467
* Upgrade to 1.4.Satoshi Asami1997-06-155-113/+17
| | | | | | | | PR: 3457 (plus many private mails) Submitted by: Sandro Sigala <ssigala@globalnet.it> Notes: svn path=/head/; revision=6940
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-301-2/+2
| | | | Notes: svn path=/head/; revision=6369
* Include unistd.h if __FreeBSD__ >= 3.Satoshi Asami1997-03-251-0/+104
| | | | Notes: svn path=/head/; revision=6014
* Upgrade, 1.3.1 -> 1.3.2.Masafumi Max NAKANE1996-12-242-4/+4
| | | | Notes: svn path=/head/; revision=5082
* Oops, forgot these two. Update to use new features in bsd.port.mk 1.237.Satoshi Asami1996-12-111-8/+5
| | | | Notes: svn path=/head/; revision=4926
* Upgrade, 1.3 -> 1.3.1.Masafumi Max NAKANE1996-12-082-9/+11
| | | | | | | | New version has its own configure script and honors the PREFIX. So we no longer need to patch config.mk. Notes: svn path=/head/; revision=4899
* cutils is a collection of miscellaneous utilities useful for C programmers.David E. O'Brien1996-12-085-0/+62
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: svn path=/head/; revision=4897