1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Veniamin Gvozdikov
28a776d857 - Fixed build with clang
Approved by:	eadler, osa, rm (mentors, implicit)
2013-10-17 17:13:37 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Veniamin Gvozdikov
862c06b489 - Changed my email
- Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
2013-07-22 14:34:22 +00:00
Martin Wilke
8d08c753fd Flate is a template library used to deal with html code in CGI applications.
The library includes C and Perl support. All html code is put in an external
file (the template) and printed using the library functions: variables, zones
(parts to be displayed or not) and tables (parts to be displayed 0 to n times).
Using this method you don't need to modify/recompile your application when
modifying html code, printing order doesn't matter in your CGI code, and your
CGI code is much cleaner.

WWW: http://flate.dead-inside.org/

PR:		ports/175559
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2013-02-08 09:40:48 +00:00