CVS log for ports/devel/menhir/Makefile
Up to [FreeBSD] / ports / devel / menhir
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 25 16:58:25 2009 UTC (2 years, 11 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
- Update to 20080912 PR: ports/132061 Submitted by: maintainer
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jun 2 06:19:11 2008 UTC (3 years, 8 months ago) by jadawin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +10 -5 lines
- Update to 20071212 PR: ports/123071 Submitted by: Jaap Boender <jaapb kerguelen.org> (maintainer) Approved by: maintainer timeout, thierry (mentor)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Apr 6 22:51:20 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -3 lines
- Attempt to unbreak INDEX, bsd.ocaml.mk moved to Mk/ Pointy hat to: stas
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat May 19 20:03:12 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 11 22:18:44 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
- Add manpage to Makefile Submitted by: pointyhat via Kris "Ports Janitor" :)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 6 19:17:43 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
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>
