A fast, powerful, and language-neutral template system Maintained by:clsung@FreeBSD.org Port Added: 20 Apr 2004 12:44:12 License: not specified in port
ClearSilver is a fast, powerful, and language-neutral template system. It is
designed to make it easy to create template driven static or dynamic
websites.
ClearSilver is first and foremost designed to be extremely fast. It is coded
completely in C and exported to your script language of choice (i.e. Python,
Perl). As a result, it is notably faster than template systems written in a
script language. However, its design has additional benefits. It is also one
of the only template systems available which allows you to easily
mix-and-match multiple programming languages with the same templates, even
on the same page. This allows you to optimize your website by writing
C-modules to handle speed-sensitive sections, while leaving the majority of
your site in easy to write script code.
WWW: http://www.clearsilver.net/
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered. Required To Build:lang/python27, devel/gmake Required To Run:lang/python27
There are no ports dependent upon this port
To install the port:cd /usr/ports/www/clearsilver-python/ && make install clean To add the package:pkg_add -r clearsilver-python
Add clearsilver, a fast, powerful, and language-neutral HTML template system.
In both static content sites and dynamic HTML applications, it provides
a separation between presentation code and application logic which makes
working with your project easier.
Add clearsilver-python, a slave port that enabled python extension in
clearsilver.
WWW: http://www.clearsilver.net/
PR: ports/65652, ports/65653
Submitted by: thinker <thinker@branda.to> (original submission)
Rui Lopes (fixes)