| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
09 May 2011 05:28:57
2.4b_1
|
ashish  |
- Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.
We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.
We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.
PR: ports/156642
Approved by: tabthorpe (mentor)
Obtained from: FreeBSD Haskell |
01 Jun 2008 09:42:37
2.4b_1
|
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
19 Feb 2008 23:14:30
2.4b_1
|
miwi  |
- Fix build
Submitted by: pointyhat via erwin |
15 Feb 2008 19:47:50
2.4b
|
miwi  |
- Force commit for correct entry:
- Update to 2.4b
PR: 120558
Submitted by: Kai Wang <kaiw27@gmail.com> (maintainer) |
15 Feb 2008 19:43:28
2.4b
|
miwi  |
- Update to 2.3.3
PR: 120465
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> (maintainer) |
19 May 2007 20:32:57
2.3b_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
27 Mar 2007 07:37:58
2.3b_1
|
miwi  |
- 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 |
11 Feb 2007 12:30:38
2.3b
|
miwi  |
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> |