Commit graph

7 commits

Author SHA1 Message Date
Dmitry Marakasov
3c0d25ac59 - Mar MAKE_JOBS_SAFE
PR:		160014
Submitted by:	myself
Approved by:	Kurt Jaeger <pi@opsec.eu> (maintainer)
2011-08-24 03:35:03 +00:00
Frederic Culot
630afe48c7 - Update to 1.3.8
PR:		ports/158132
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2011-06-22 09:07:53 +00:00
Beech Rintoul
08057ec7e5 -Restore maintainership to submitter
PR:		ports/157030
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
Approved by:	itetcu (mentor)(implicit)
2011-05-14 21:27:28 +00:00
Thomas Abthorpe
8570eb69d2 - Reset maintainer due to email bounces
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
2011-04-28 20:26:29 +00:00
Pav Lucistnik
85deaf054b - Does not need DISTNAME either
Reported by:	amdmi3
2010-10-29 21:43:23 +00:00
Pav Lucistnik
c1ff0493c6 - This does not need ldconfig invocation 2010-10-29 13:32:44 +00:00
Pav Lucistnik
86cb3f8237 Combined scanner/parser generator for LR compliant grammar definitions.
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>
2010-10-29 13:31:41 +00:00