aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cproto
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.knu2003-02-212-1/+1
|
* URL fixes.naddy2003-02-061-1/+1
| | | | | PR: 47848, 47853, 47855 Submitted by: tadalunch@s5.xrea.com
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* o Fix distfile unfetchable problemclive2001-01-042-2/+2
| | | | | | o Satisfy portlint PR: 23919
* return to ports at freebsd dot orgobrien2000-12-291-1/+1
|
* Add $FreeBSD$'s which help me in problem reports.obrien2000-11-221-0/+1
|
* Bump up the sizes of some things to match reality on Unix systems.obrien2000-07-242-1/+23
| | | | Submitted by: Bram Moolenaar <Bram@moolenaar.net>
* PORTNAME/PORTVERSION updatemharo2000-04-121-2/+2
|
* Cproto is a program that generates function prototypes and variablebillf2000-03-015-0/+40
declarations from C source code. It can also convert function definitions between the old style and the ANSI C style. This conversion overwrites the original files, so make a backup copy of your files in case something goes wrong. The program isn't confused by complex function definitions as much as other prototype generators because it uses a yacc generated parser. By ignoring all the input between braces, I avoided implementing the entire C language grammar. WWW: http://www.vex.net/~cthuang/cproto/ PR: ports/16704 Submitted by: Abel Chow <abel@Island.DHS.ORG>