Commit graph

2 commits

Author SHA1 Message Date
John Marino
019ab276a6 textproc/templates_parser: Define Naming in gpr file
Two source files have non-standard names as they were build options.
The gpr file needs to pass this information to gprbuild users.
2014-05-17 15:34:01 +00:00
John Marino
6ed4328953 Add new Ada port: textproc/templates_parser
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
2014-05-16 17:51:57 +00:00