pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Oct  6 01:04:29 UTC 2008

Modified Files:
        pkgsrc/www/clearsilver: Makefile Makefile.common distinfo
        pkgsrc/www/clearsilver-base: Makefile PLIST
        pkgsrc/www/py-clearsilver: Makefile
        pkgsrc/www/ruby-clearsilver: Makefile
Removed Files:
        pkgsrc/www/clearsilver/patches: patch-aa patch-ab patch-ac patch-ae

Log Message:
Update clearsilver packages to 0.10.5.

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.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/www/clearsilver/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/www/clearsilver/Makefile.common
cvs rdiff -r1.12 -r1.13 pkgsrc/www/clearsilver/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/www/clearsilver-base/Makefile \
    pkgsrc/www/clearsilver-base/PLIST
cvs rdiff -r1.3 -r0 pkgsrc/www/clearsilver/patches/patch-aa
cvs rdiff -r1.4 -r0 pkgsrc/www/clearsilver/patches/patch-ab
cvs rdiff -r1.1 -r0 pkgsrc/www/clearsilver/patches/patch-ac \
    pkgsrc/www/clearsilver/patches/patch-ae
cvs rdiff -r1.12 -r1.13 pkgsrc/www/py-clearsilver/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/www/ruby-clearsilver/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index