head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.22 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.20 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.18 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.16 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.14 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.12 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.10 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.8 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.6 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.4 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.2 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.2.0.24 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.22 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.20 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.18 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.16 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.14 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.12 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.10 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.8 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.6 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.4 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.1.1.1.0.6 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.4 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-2004Q1:1.1.1.1.0.2 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2007.10.25.22.01.07; author jlam; state dead; branches; next 1.4; 1.4 date 2007.10.25.17.50.00; author jlam; state Exp; branches; next 1.3; 1.3 date 2007.10.25.16.59.18; author jlam; state dead; branches; next 1.2; 1.2 date 2004.11.29.00.08.57; author epg; state Exp; branches; next 1.1; 1.1 date 2004.02.26.05.50.23; author epg; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.02.26.05.50.23; author epg; state Exp; branches; next ; desc @@ 1.5 log @* If PLIST_SRC is explicitly set to an empty value in a package Makefile, then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty @ text @@@comment $NetBSD: PLIST,v 1.4 2007/10/25 17:50:00 jlam Exp $ @@comment this plist intentionally left empty @ 1.4 log @Re-add "intentionally empty" PLISTs for meta-packages and other packages that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build. @ text @d1 1 a1 1 @@comment $NetBSD$ @ 1.3 log @Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk can handle packages having no PLIST files. @ text @d1 2 a2 1 @@comment $NetBSD: PLIST,v 1.2 2004/11/29 00:08:57 epg Exp $ @ 1.2 log @Update to 0.9.13 and turn this into a meta-package; what was formerly 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 - 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) @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/26 05:50:23 epg Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 146 @@comment $NetBSD$ bin/cstest bin/static.cgi include/ClearSilver/ClearSilver.h include/ClearSilver/cgi/cgi.h include/ClearSilver/cgi/cgiwrap.h include/ClearSilver/cgi/date.h include/ClearSilver/cgi/html.h include/ClearSilver/cs/cs.h include/ClearSilver/cs_config.h include/ClearSilver/util/dict.h include/ClearSilver/util/filter.h include/ClearSilver/util/neo_date.h include/ClearSilver/util/neo_err.h include/ClearSilver/util/neo_files.h include/ClearSilver/util/neo_hash.h include/ClearSilver/util/neo_hdf.h include/ClearSilver/util/neo_misc.h include/ClearSilver/util/neo_net.h include/ClearSilver/util/neo_rand.h include/ClearSilver/util/neo_server.h include/ClearSilver/util/neo_str.h include/ClearSilver/util/rcfs.h include/ClearSilver/util/skiplist.h include/ClearSilver/util/ulist.h include/ClearSilver/util/ulocks.h include/ClearSilver/util/wildmat.h lib/libneo_cgi.a lib/libneo_cs.a lib/libneo_utl.a ${PYSITELIB}/neo_cgi.so man/man3/cBroadcast.3 man/man3/cCreate.3 man/man3/cDestroy.3 man/man3/cSignal.3 man/man3/cWait.3 man/man3/cgi_cookie_authority.3 man/man3/cgi_cookie_clear.3 man/man3/cgi_cookie_set.3 man/man3/cgi_cs_init.3 man/man3/cgi_debug_init.3 man/man3/cgi_destroy.3 man/man3/cgi_display.3 man/man3/cgi_error.3 man/man3/cgi_filehandle.3 man/man3/cgi_init.3 man/man3/cgi_neo_error.3 man/man3/cgi_output.3 man/man3/cgi_parse.3 man/man3/cgi_redirect.3 man/man3/cgi_redirect_uri.3 man/man3/cgi_register_parse_cb.3 man/man3/cgi_url_escape.3 man/man3/cgi_url_escape_more.3 man/man3/cgi_url_unescape.3 man/man3/cgi_vredirect.3 man/man3/cgiwrap_getenv.3 man/man3/cgiwrap_init_emu.3 man/man3/cgiwrap_init_std.3 man/man3/cgiwrap_iterenv.3 man/man3/cgiwrap_putenv.3 man/man3/cgiwrap_read.3 man/man3/cgiwrap_write.3 man/man3/cgiwrap_writef.3 man/man3/cgiwrap_writevf.3 man/man3/cs_destroy.3 man/man3/cs_dump.3 man/man3/cs_init.3 man/man3/cs_parse_file.3 man/man3/cs_parse_string.3 man/man3/cs_register_strfunc.3 man/man3/cs_render.3 man/man3/dictCleanup.3 man/man3/dictCreate.3 man/man3/dictDestroy.3 man/man3/dictModifyValue.3 man/man3/dictNext.3 man/man3/dictReleaseLock.3 man/man3/dictRemove.3 man/man3/dictSearch.3 man/man3/dictSetValue.3 man/man3/fCreate.3 man/man3/fDestroy.3 man/man3/fFind.3 man/man3/fLock.3 man/man3/fUnlock.3 man/man3/filter_create_fd.3 man/man3/filter_create_fp.3 man/man3/filter_wait.3 man/man3/hdf_copy.3 man/man3/hdf_destroy.3 man/man3/hdf_dump.3 man/man3/hdf_dump_format.3 man/man3/hdf_dump_str.3 man/man3/hdf_get_attr.3 man/man3/hdf_get_child.3 man/man3/hdf_get_copy.3 man/man3/hdf_get_int_value.3 man/man3/hdf_get_node.3 man/man3/hdf_get_obj.3 man/man3/hdf_get_value.3 man/man3/hdf_get_valuef.3 man/man3/hdf_get_valuevf.3 man/man3/hdf_init.3 man/man3/hdf_obj_attr.3 man/man3/hdf_obj_child.3 man/man3/hdf_obj_name.3 man/man3/hdf_obj_next.3 man/man3/hdf_obj_top.3 man/man3/hdf_obj_value.3 man/man3/hdf_read_string.3 man/man3/hdf_read_string_ignore.3 man/man3/hdf_remove_tree.3 man/man3/hdf_search_path.3 man/man3/hdf_set_attr.3 man/man3/hdf_set_buf.3 man/man3/hdf_set_copy.3 man/man3/hdf_set_int_value.3 man/man3/hdf_set_symlink.3 man/man3/hdf_set_value.3 man/man3/hdf_set_valuef.3 man/man3/hdf_sort_obj.3 man/man3/hdf_write_file.3 man/man3/hdf_write_file_atomic.3 man/man3/hdf_write_string.3 man/man3/mCreate.3 man/man3/mDestroy.3 man/man3/mLock.3 man/man3/mUnlock.3 man/man3/nerr_ignore.3 man/man3/nerr_log_error.3 man/man3/nerr_pass.3 man/man3/nerr_pass_ctx.3 man/man3/nerr_raise.3 man/man3/skipDelete.3 man/man3/skipFreeList.3 man/man3/skipInsert.3 man/man3/skipNewList.3 man/man3/skipNext.3 man/man3/skipRelease.3 man/man3/skipSearch.3 man/man3/wdb_keys.3 @@dirrm include/ClearSilver/util @@dirrm include/ClearSilver/cs @@dirrm include/ClearSilver/cgi @@dirrm include/ClearSilver @ 1.1.1.1 log @import clearsilver-0.9.7. 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. @ text @@