aboutsummaryrefslogtreecommitdiff
path: root/textproc/templates_parser
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to options helpersDmitry Marakasov2015-09-031-4/+2
| | | | | | | | | | | - Add some NO_ARCHes - Fix and unsilence some installation commands - Other minor fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=395960
* bump templates-parser, cluster is not rebuilding it after compiler changeJohn Marino2015-06-241-1/+1
| | | | Notes: svn path=/head/; revision=390511
* textproc/xmlada: Upgrade version 4.5.0.0 => 4.6.0.0, overhaul make systemJohn Marino2015-06-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the unavailability of a public repository, this version uses Adacores 2015 distribution of xmlada. It's probably a minor update from the previous one. The major change, however, is the creation of a custom makefile to build and install xmlada. Why? because gnatmake will lose the ability to build project files in the near future, so xmlada makefiles were changed to use gprbuild to build and itself it. One problem: gprbuild needs xmlada as a build dependency. (and it also needs gprbuild to build itself!!) I could have chosen to keep using gnatmake, but I decided to bite the bullet, fix it correctly now and not have to get stuck by it by future versions of gnat that remove project management from gnatmake. Having to support a bootstrap gprbuild is nonsense in my opinion, so both will have to be built manually. Morever, the GPL 2015 distinfo file removed all the vital *.gpr files which other packages' configure script absolutely depends on. These had to be recreated from scratch as well. Noticeable changes: - no more .lgpr files, these are incorporated in generated *.gpr now - xmlada_input.gpr renamed to xmlada_input_sources.gpr as expected since we had to create it anyway - xmlada_shared.gpr no longer exists; it was incorporated into each gpr that pulled it in - RPATH hack no longer necessary - symlinks of 5 libraries at $LOCALBASE/lib were removed (useless) - rpaths are now correct and have $LOCALBASE/lib/xmlada/relocatable as path (this was big fix made possible by new Makefile) - xmlada seems to build a lot faster, fully jobs safe - GNU configure not longer performed - GNU make no longer a build dependency I verified packages that depend on xmlada build as expected. I also verified that the manually generated libraries look very similar in size to the gnatmake generated libraries. Since the library version changed, I'm also bumping ports directly dependent on xmlada. Notes: svn path=/head/; revision=390269
* textproc/templates_parser: upgrade version 1.10.0.0 => 1.11.0.0John Marino2015-06-214-7/+20
| | | | | | | | This version is very close to the GPL 2015 version recently released by Adacore. Notes: svn path=/head/; revision=390185
* Remove @dirrm from five textproc ports (plus general cleanup)John Marino2014-10-161-5/+0
| | | | Notes: svn path=/head/; revision=371002
* textproc/templates_parser: Define Naming in gpr fileJohn Marino2014-05-172-0/+8
| | | | | | | | Two source files have non-standard names as they were build options. The gpr file needs to pass this information to gprbuild users. Notes: svn path=/head/; revision=354326
* Add new Ada port: textproc/templates_parserJohn Marino2014-05-165-0/+151
This was part of the Ada Web Server, but it is maintained separated and even needs to be recursively cloned into AWS git repository. Now the AWS template engine is a separate library that AWS will use in the upcoming update. The package description is below. ================================================================ This is the template engine for the Ada Web Server. It is modular and therefore can be split out of AWS and used on its own. As it was designed for generating web pages, it's function is to parse a page template and replace tokens with specified values. This template engine is amazingly fast due to its concurrent cached compiled templates support. WWW: http://docs.adacore.com/aws-docs/templates_parser Notes: svn path=/head/; revision=354249