CTemplate is a simple but powerful, extremely fast HTML template system for C language. It provides separation between code and presentation. High Performance. CT precompile templates into object code at compilation stage, not at runtime. That means no loading and interpretation overhead. Side effect: template verification, you could not get incorrect template during runtime C is used as template language. Simple and compact. No lost and misspelled template files, no access restrictions, no extra files at all, zero administration cost. No extra template language, No bloat of any of Database functions, Date manipulation, Macros etc. Fix: Patch attached with submission follows:
Class Changed From-To: sw-bug->change-request Fix category (new ports should be change-requests)
Responsible Changed From-To: freebsd-ports-bugs->nivit I will take it.
nivit 2007-04-10 16:22:33 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/ctemplate Makefile distinfo pkg-descr Log: CTemplate is a simple but powerful, extremely fast HTML template system for C language. It provides separation between code and presentation. Author: Alex Pesternikov WWW: http://ctemplate.sourceforge.net/ PR: ports/111160 Submitted by: Alex Pesternikov <ap at page2rss.com> Revision Changes Path 1.1781 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/ctemplate/Makefile (new) 1.1 +3 -0 ports/www/ctemplate/distinfo (new) 1.1 +5 -0 ports/www/ctemplate/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!