summaryrefslogtreecommitdiff
path: root/www/clearsilver
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-16Back out last change. ./ is not correct, but this is a workaround due tooveego1-4/+4
the overwritting of DIST_SUBDIR in the Makefile.
2005-05-15It is clearsilver-0.9.14.tar.gz and not ./clearsilver-0.9.14.tar.gzveego1-4/+4
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv2-4/+2
2005-04-06Update to 0.9.14 and make this work with python 2.4.epg3-21/+6
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
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-12-05Include pthread.buildlink3.mk and set PTHREAD_OPTS+=require. This wasepg1-1/+4
handled for us when it was all in a single package depending on a threaded python. I think this fixes NetBSD < 2.0 build.
2004-11-29Update to 0.9.13 and turn this into a meta-package; what was formerlyepg7-192/+83
in this package has split into py-clearsilver and clearsilver-base. Release Notes for Clearsilver 0.9.13 11/24/2004 ------------------------------------- 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 - make java/perl/python/ruby wrappers for CS include the html strfuncs (ie, filters) - make hdf destroy less recursive (so we don't blow the stack on really large data sets) Release Notes for Clearsilver 0.9.12 09/29/2004 ------------------------------------- bugfix release - fix bugs in Java wrapper and add white space stripper option - fix some allocation bugs in cs parser - add single quotes to the list of characters to escape in url_escape - fix core dump in find_context (hit during parse error in evar) - fix some operator precedence bug and some bad expression handling of empty strings Release Notes for Clearsilver 0.9.11 08/03/2004 ------------------------------------- bugfix release - fix bugs in Java wrapper - update copyright notice - fixes to get rid of gcc3 warnings - fix bug in cgi/html.c Release Notes for Clearsilver 0.9.10 06/02/2004 ------------------------------------- bugfix release - Parenthesis in the wrong place in the last patch - fix some memory leaks in template parsing and rendering Release Notes for Clearsilver 0.9.9 05/14/2004 ------------------------------------- A small release. INCOMPATIBLE CHANGE - The convert_text_html_alloc_options() HTML_CONVERT_OPTS struct now has another member, link_name, which (if not NULL) will be used instead of the link as the title of the link which gets created. If you don't zero out your HTML_CONVERT_OPTS struct (using either memset or calloc, for instance), you'll need to initialize the link_name member (probably to NULL). Users of the older convert_text_html_alloc() function or the python wrapped version don't have to worry about this. Also, added a ne_file_read_len() for loading binary files since it returns the length of the loaded data. Release Notes for Clearsilver 0.9.8 04/22/2004 ------------------------------------- A bit more than a bugfix release, we have some new features and abilities. New Features - Internal functions in ClearSilver can now take multiple arguments. This includes support for the comma ',' operator in CS, which works like the comma operator in C. - added string.slice function as an example of a multiple argument function. - added string.length function to replace old len function - added subcount function to replace bad len function overloading - added gettext support from Gerald Dachs <gda at gmx.de> - INCOMPATIBLE CHANGE: added secure flag to cgi_cookie_set function - Add new allocating sprintf routines which take the char * as an argument and return the size of the allocated string - Dave added a bunch of my public python code to the python example code (we need to define a real package for this stuff at some point) - support for sqlite in odb, and various odb improvements Bug fixes - gzip compression was broken, thanks to the guys at OmniWeb for pointing out my mistake. - handle redirects when using https correctly - handle invalid form data without erroring out (or segfaulting)
2004-04-27Convert to buildlink3.snj1-2/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-22Fix some problems people have been seeing in bulk builds:epg3-5/+8
* Disable apache, perl, ruby, java, and C# bindings. * Don't pass -Wall to cc.
2004-03-18Explicitly depend on a threaded version of Python, so that the dictrecht1-1/+2
gets built. Should fix hubertf's bulk build.
2004-02-27scripts/document.py needs to be in PYTHON_PATCH_SCRIPTS.epg1-1/+2
2004-02-26import clearsilver-0.9.7.epg5-0/+199
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.