Date: Tue, 6 Mar 2007 19:17:44 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/menhir Makefile distinfo pkg-descr pkg-plist ports/devel/menhir/files patch-Makefile Message-ID: <200703061917.l26JHij4099756@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2007-03-06 19:17:44 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/menhir Makefile distinfo pkg-descr pkg-plist
devel/menhir/files patch-Makefile
Log:
Menhir is a LR(1) parser generator for the OCaml programming language.
It is 90% compatible to ocamlyacc (included with the OCaml distribution), and
it has some advantages over ocamlyacc, such as limited EBNF support, LR(1)
generation instead of LALR(1), better conflict explanation and production of
reentrant parsers (amongst others).
WWW: http://cristal.inria.fr/~fpottier/menhir
PR: ports/109910
Submitted by: Jaap Boender <jaapb at kerguelen.org>
Revision Changes Path
1.2678 +1 -0 ports/devel/Makefile
1.1 +24 -0 ports/devel/menhir/Makefile (new)
1.1 +3 -0 ports/devel/menhir/distinfo (new)
1.1 +24 -0 ports/devel/menhir/files/patch-Makefile (new)
1.1 +7 -0 ports/devel/menhir/pkg-descr (new)
1.1 +32 -0 ports/devel/menhir/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703061917.l26JHij4099756>
