aboutsummaryrefslogtreecommitdiff
path: root/devel/dragon
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Move devel/lfc to devel/lfcbase, to avoid conflicts with other software usingNiclas Zeising2013-05-232-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | liblfc as name. [1] Update devel/lfcbase to 1.5.4: [1] Several shared lib issues were addressed The license was changed from GPLv2 to GPLv3. Update devel/lfcxml to 1.1.3 and chase the move of devel/lfc [2] Update devel/dragon to 1.3.10 and chase the move of devel/lfc [3] Update databases/cego to 2.18.6 and chase the move of devel/lfc [4] Several shared lib issues were addressed. The license was changed from GPLv2 to GPLv3. Update databases/my2cego to 1.1.3 and chase the move of devel/lfc [5] Updated the autoconf setup Changed License from GPLv2 to GPLv3 PR: ports/178745 [1] ports/178746 [2] ports/178747 [3] ports/178752 [4] ports/178754 [5] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1-5] Notes: svn path=/head/; revision=318857
* Chase updates to devel/lfc and devel/lfcxml, bump PORTREVISIONNiclas Zeising2013-05-151-5/+2
| | | | | | | | Remove versions from LIB_DEPENDS Trim makefile headers. Notes: svn path=/head/; revision=318261
* - Mar MAKE_JOBS_SAFEDmitry Marakasov2011-08-241-0/+2
| | | | | | | | | PR: 160014 Submitted by: myself Approved by: Kurt Jaeger <pi@opsec.eu> (maintainer) Notes: svn path=/head/; revision=280312
* - Update to 1.3.8Frederic Culot2011-06-222-4/+3
| | | | | | | | PR: ports/158132 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) Notes: svn path=/head/; revision=276063
* -Restore maintainership to submitterBeech Rintoul2011-05-141-1/+1
| | | | | | | | | PR: ports/157030 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Approved by: itetcu (mentor)(implicit) Notes: svn path=/head/; revision=274126
* - Reset maintainer due to email bouncesThomas Abthorpe2011-04-281-1/+1
| | | | | | | | | | | | | | | 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
* - Does not need DISTNAME eitherPav Lucistnik2010-10-291-1/+0
| | | | | | | Reported by: amdmi3 Notes: svn path=/head/; revision=263765
* - This does not need ldconfig invocationPav Lucistnik2010-10-291-1/+0
| | | | Notes: svn path=/head/; revision=263742
* Combined scanner/parser generator for LR compliant grammar definitions.Pav Lucistnik2010-10-293-0/+42
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