aboutsummaryrefslogtreecommitdiff
path: root/devel/cdecl
Commit message (Collapse)AuthorAgeFilesLines
...
* Add back ALL_TARGET, erroneously deleted in previous commitKris Kennaway2002-11-131-0/+1
| | | | Notes: svn path=/head/; revision=70069
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-3/+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
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58737
* Un-quote the Quoted-Printable "=" after "MASTER_SITES=".Bill Fenner2001-11-261-1/+1
| | | | Notes: svn path=/head/; revision=50595
* Update master site and fix compliation problem on newer FreeBSD systems.David E. O'Brien2001-08-122-3/+46
| | | | | | | Submitted by: Seth Kingsley <seth.kingsley@windriver.com> Notes: svn path=/head/; revision=46158
* Add $FreeBSD$'s which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35323
* @dirrm share/doc/cdeclSatoshi Asami2000-06-071-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29355
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Respect CCKris Kennaway2000-02-141-2/+3
| | | | Notes: svn path=/head/; revision=25813
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-2/+2
| | | | Notes: svn path=/head/; revision=25734
* $Id$ -> $FreeBSD$ (obrien)Peter Wemm1999-09-101-1/+1
| | | | Notes: svn path=/head/; revision=21592
* Cdecl composes compilable C declarations and typecasts from descriptiveDavid E. O'Brien1999-09-057-0/+72
English phrases, and can also explain a complicated typecast or declaration. It handles ANSI C, C++, pre-ANSI C, and K&R C, and has TAB completion of keywords and line editing and history (provided by the GNU readline library). Notes: svn path=/head/; revision=21269