summaryrefslogtreecommitdiff
path: root/www/clearsilver-base
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-5/+1
2009-02-13Cast ne_crc to int32_t as expected by the regression tests. On LP64joerg1-3/+4
systems, it would not be negative otherwise. clearsilver-base is destdir ready, mark it so. clearsilver itself is a meta package, mark it so.
2008-10-06Update clearsilver packages to 0.10.5.minskim2-5/+8
Changes: - GCC printf attributes for all printf like functions for better compiler time warnings (Nikolai Kondrashov) - Better support for other compilers for handling CPP variable argument macros (Raphaƫl HUCK) - Fix for some symlinking/hdf_get_obj bugs (Nikolai Kondrashov) - Performance improvements to Perl wrapper (Sergey Skvortsov) - New url_validate Clearsilver method (Mugdha Bendre @ Google) - Quick Hello World example for using with FastCGI (Mike Tsao @ Google) - Updates to the Ruby wrapper (Dan Janowski) - Updates to the Java wrapper (Joe Walnes @ Google) - Add support to Java wrapper for hooking the file loader - Add string.crc builtin-function - Make it easier to write XSS free clearsilver code - Ability to setup file load hooks for cs and hdf files - fix for non-thread safe nerr_init call (causes java jni wrapper to core dump when server is started under heavy load) - python egg support (if you have the egg version of distutils installed) - some parser edge case fixes. - some cleanups to cgiwrap that make it easier to use with fastcgi. fastcgi wrapper to come in the future.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-04-06Update to 0.9.14 and make this work with python 2.4.epg1-1/+7
Release Notes for Clearsilver 0.9.14 03/08/2005 ------------------------------------- bugfix release - one incompatible change: semi-public function cgi_html_ws_strip now takes a second argument to set the level of stripping - white space stripper now has two levels: 1 is the old debug level (which doesn't strip whitespace at the beginning of a line) and the second strips all duplicate whitespace - fix for cgi_register_strfuncs missing for ruby/perl modules - fix for color problems in generated images in imd with GD2
2004-11-28Import clearsilver-base-0.9.13.epg3-0/+162
Clearsilver is 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. This package contains the base clearsilver infrastructure. All other clearsilver modules depend on this, but it is all you need if you are using clearsilver from C.