diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-02 17:33:46 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-02 17:33:46 +0000 |
commit | 726d3484a73983a507806b05050fa250c36c353c (patch) | |
tree | 75cb5e31a0930a6090a2b50fd1a2a9847c9cfdd2 /devel/ebnf2yacc | |
parent | c37d50ec0e7da0de9d92c5bbc96062643a07fb66 (diff) | |
download | FreeBSD-ports-726d3484a73983a507806b05050fa250c36c353c.zip FreeBSD-ports-726d3484a73983a507806b05050fa250c36c353c.tar.gz |
add ebnf2yacc
EBNF to YACC
Diffstat (limited to 'devel/ebnf2yacc')
-rw-r--r-- | devel/ebnf2yacc/Makefile | 19 | ||||
-rw-r--r-- | devel/ebnf2yacc/distinfo | 1 | ||||
-rw-r--r-- | devel/ebnf2yacc/pkg-comment | 1 | ||||
-rw-r--r-- | devel/ebnf2yacc/pkg-descr | 5 | ||||
-rw-r--r-- | devel/ebnf2yacc/pkg-plist | 1 |
5 files changed, 27 insertions, 0 deletions
diff --git a/devel/ebnf2yacc/Makefile b/devel/ebnf2yacc/Makefile new file mode 100644 index 0000000..d82834b --- /dev/null +++ b/devel/ebnf2yacc/Makefile @@ -0,0 +1,19 @@ +# ex:ts=8 +# New ports collection makefile for: ebnf2yacc +# Date created: Jul 3, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= ebnf2yacc +PORTVERSION= 0.1.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ijliao@FreeBSD.org + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/devel/ebnf2yacc/distinfo b/devel/ebnf2yacc/distinfo new file mode 100644 index 0000000..08c2b55 --- /dev/null +++ b/devel/ebnf2yacc/distinfo @@ -0,0 +1 @@ +MD5 (ebnf2yacc-0.1.0.tar.gz) = 48a11d314b6ab3062b951e765634cf2a diff --git a/devel/ebnf2yacc/pkg-comment b/devel/ebnf2yacc/pkg-comment new file mode 100644 index 0000000..ae5237f --- /dev/null +++ b/devel/ebnf2yacc/pkg-comment @@ -0,0 +1 @@ +EBNF to YACC diff --git a/devel/ebnf2yacc/pkg-descr b/devel/ebnf2yacc/pkg-descr new file mode 100644 index 0000000..ca30e014 --- /dev/null +++ b/devel/ebnf2yacc/pkg-descr @@ -0,0 +1,5 @@ +ebnf2yacc is a tool to help write yacc parsers/compilers. It takes as input a +grammar written in ebnf, and outputs a c++ abstract syntax tree that supports +the visitor pattern, along with a yacc file to build the tree. + +WWW: http://sourceforge.net/projects/ebnf2yacc/ diff --git a/devel/ebnf2yacc/pkg-plist b/devel/ebnf2yacc/pkg-plist new file mode 100644 index 0000000..00698cd --- /dev/null +++ b/devel/ebnf2yacc/pkg-plist @@ -0,0 +1 @@ +bin/ebnf2yacc |