1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Martin Wilke
d560177075 - Fix build
Submitted by: 	pointyhat via erwin
2008-02-19 23:14:30 +00:00
Martin Wilke
c2e00c319f - Update to 2.3.3
PR:		120465
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> (maintainer)
2008-02-15 19:43:28 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Wilke
bd08ec305a - Fix the permission of bin/bnfc, binary executable should use INSTALL_PROGRAM
- NOPORTDOCS shoule not apply to things in EXAMPLESDIR
- We can use bsd.port.mk in this port

PR:             110852
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:    maintainer
2007-03-27 07:37:57 +00:00
Martin Wilke
9284de6ed8 The BNF Converter is a compiler construction tool generating a
compiler front-end from a Labelled BNF grammar. It was originally
written to generate Haskell, but starting from Version 2.0, it can
also be used for generating Java, C++, and C.

Given a Labelled BNF grammar the tool produces:

  * an abstract syntax as a Haskell/C++/C module or Java directory
  * a case skeleton for the abstract syntax in the same language
  * an Alex, JLex, or Flex lexer generator file
  * a Happy, CUP, or Bison parser generator file
  * a pretty-printer as a Haskell/Java/C++/C module
  * a Latex file containing a readable specification of the language

WWW:	http://www.cs.chalmers.se/~markus/BNFC/

PR:		ports/109038
Submitted by:	Kai Wang <kaiw27 at gmail.com>
2007-02-11 12:30:38 +00:00