aboutsummaryrefslogtreecommitdiff
path: root/devel/cutils
Commit message (Collapse)AuthorAgeFilesLines
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244489
* Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfoAde Lovett2007-11-181-1/+1
| | | | | | | | | as part of some cleanup work. Approved by: portmgr (linimon) Notes: svn path=/head/; revision=202757
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-041-3/+0
| | | | Notes: svn path=/head/; revision=150427
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* Fix WWW: line.Kirill Ponomarev2005-10-311-1/+1
| | | | | | | | PR: ports/88286 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=146858
* - replace pkg-plist with INFO and PLIST_FILESYen-Ming Lee2004-10-133-10/+5
| | | | | | | - add WWW in pkg-descr Notes: svn path=/head/; revision=119248
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Upgrade to 1.6. Change maintainer to ports@, Sandro Sigala is no longerThomas Gellekum2001-11-077-69/+39
| | | | | | | running FreeBSD. Notes: svn path=/head/; revision=49733
* 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