Bug 111160 - [NEW PORT]ctemplate:Templating system for C
Summary: [NEW PORT]ctemplate:Templating system for C
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-02 23:40 UTC by Alex Pesternikov
Modified: 2007-04-10 17:30 UTC (History)
0 users

See Also:


Attachments
file.shar (1.58 KB, text/plain)
2007-04-02 23:40 UTC, Alex Pesternikov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Pesternikov 2007-04-02 23:40:06 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-02 23:40:11 UTC
Class Changed
From-To: sw-bug->change-request

Fix category (new ports should be change-requests)
Comment 2 Nicola Vitale freebsd_committer freebsd_triage 2007-04-05 12:19:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-04-10 17:22:43 UTC
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"
Comment 4 Nicola Vitale freebsd_committer freebsd_triage 2007-04-10 17:23:59 UTC
State Changed
From-To: open->closed

New port added. Thanks!