summaryrefslogtreecommitdiff
path: root/devel/cutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct C-macro usage: One of the first lessions you learn is,Alexander Langer2000-08-131-0/+42
| | | | | | | | | | | that you must not use something like macro(var++) if you don't know the implementation of the macro. PR: 20538 Submitted by: Kevin Day <toasty@dragondata.com> Notes: svn path=/head/; revision=31605
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to mySatoshi Asami2000-06-091-0/+1
| | | | | | | area on the local ports tree. Notes: svn path=/head/; revision=29476
* @dirrm share/cutils/cinfoSatoshi Asami2000-06-071-0/+2
| | | | | | | | | @dirrm share/cutils Submitted by: bento Notes: svn path=/head/; revision=29369
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* 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