1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

add c_parser 0.2.5

A C99 Parser
This commit is contained in:
Ying-Chieh Liao 2002-01-18 14:38:49 +00:00
parent 443693b9ae
commit 793e6d3d89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53297
6 changed files with 29 additions and 0 deletions

View File

@ -65,6 +65,7 @@
SUBDIR += c2man
SUBDIR += c4
SUBDIR += c_c++_reference
SUBDIR += c_parser
SUBDIR += camlp4
SUBDIR += cbrowser
SUBDIR += cc65

21
devel/c_parser/Makefile Normal file
View File

@ -0,0 +1,21 @@
# ex:ts=8
# Ports collection makefile for: c_parser
# Date created: Jan 18, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= c_parser
PORTVERSION= 0.2.5
CATEGORIES= devel
MASTER_SITES= http://www.mazumdar.demon.co.uk/
MAINTAINER= ports@FreeBSD.org
NO_WRKSUBDIR= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/c_parser ${PREFIX}/bin
.include <bsd.port.mk>

1
devel/c_parser/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (c_parser-0.2.5.tar.gz) = b487f1111f430d95ff86578687c98ba0

View File

@ -0,0 +1 @@
A C99 Parser

4
devel/c_parser/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
The purpose of this project is to create a recursive descent parser for C99.
The output from the parser should be a parse tree.
WWW: http://www.mazumdar.demon.co.uk/c_parser.html

1
devel/c_parser/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/c_parser