| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
PR: 160014
Submitted by: myself
Approved by: Kurt Jaeger <pi@opsec.eu> (maintainer)
Notes:
svn path=/head/; revision=280312
|
|
|
|
|
|
|
|
| |
PR: ports/158132
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Notes:
svn path=/head/; revision=276063
|
|
|
|
|
|
|
|
|
| |
PR: ports/157030
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
Approved by: itetcu (mentor)(implicit)
Notes:
svn path=/head/; revision=274126
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Final-Recipient: rfc822; fbsd-ports@opsec.eu
Original-Recipient: rfc822;fbsd-ports@opsec.eu
Action: failed
Status: 5.0.0
Remote-MTA: dns; home.opsec.eu
Diagnostic-Code: smtp; 550 Unrouteable address
Submitted by: erwin
With hat: portmgr
Notes:
svn path=/head/; revision=273305
|
|
|
|
|
|
|
| |
Reported by: amdmi3
Notes:
svn path=/head/; revision=263765
|
|
|
|
| |
Notes:
svn path=/head/; revision=263742
|
|
The generated C++ parser class is used as a super class from which a parser
implementation class must be derived. The implementation class implements the
scanner feed methods but also all required semantic action method. dragon has
been used for several large projects with complex grammar definitions (about
200 productions/ 80 tokens ). Since for those grammar defintions, the analyse
phase to build up the parse table is quite CPU intensive, it is recommended to
use state of the art hardware. dragon requires the base package to get compiled
but also for the compilation of the generated C++ code.
It can be used for databases/cego and probably other applications.
Many more details are available at:
WWW: http://www.lemke-it.com/
PR: ports/150683
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
Notes:
svn path=/head/; revision=263741
|