Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Feb 2000 12:10:17 -0800 (PST)
From:      Bill Fumerola <billf@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/cproto - Imported sources
Message-ID:  <200002292010.MAA72884@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
billf       2000/02/29 12:10:17 PST

  ports/devel/cproto - Imported sources
  Update of /home/ncvs/ports/devel/cproto
  In directory freefall.freebsd.org:/d/users/billf/htdig/cproto
  
  Log Message:
  Cproto is a program that generates function prototypes and variable
  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>
  
  Status:
  
  Vendor Tag:	ABELCHOW
  Release Tags:	four_point_six
  		
  N ports/devel/cproto/Makefile
  N ports/devel/cproto/pkg/COMMENT
  N ports/devel/cproto/pkg/DESCR
  N ports/devel/cproto/pkg/PLIST
  N ports/devel/cproto/files/md5
  
  No conflicts created by this import
  


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002292010.MAA72884>