<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/www/ruby-clearsilver, branch pkgsrc_2009Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-10-06T01:04:28Z</updated>
<entry>
<title>Update clearsilver packages to 0.10.5.</title>
<updated>2008-10-06T01:04:28Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2008-10-06T01:04:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3d65c3d73ff6a1f2e2e9cab3230363ebb209f027'/>
<id>urn:sha1:3d65c3d73ff6a1f2e2e9cab3230363ebb209f027</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>- ruby-clearsilver switch to use vendor_dir with Ruby 1.8.7.</title>
<updated>2008-06-19T15:19:25Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2008-06-19T15:19:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=96873e0c86f9ce1edf4839b37c4da102c358de02'/>
<id>urn:sha1:96873e0c86f9ce1edf4839b37c4da102c358de02</id>
<content type='text'>
Bump PKGREVISION.
</content>
</entry>
<entry>
<title>Recursive revision bump / recommended bump for gettext ABI change.</title>
<updated>2006-02-05T23:08:03Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-02-05T23:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=93e3b9e04264b93620166058e19ea42c856505b0'/>
<id>urn:sha1:93e3b9e04264b93620166058e19ea42c856505b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump PKGREVISION by update of ruby18-base package.</title>
<updated>2006-01-03T15:07:28Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2006-01-03T15:07:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=32b1578eb13c5bd6486d573528e8512b9fda81ec'/>
<id>urn:sha1:32b1578eb13c5bd6486d573528e8512b9fda81ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop handling DIST_SUBDIR default for Ruby based packages.</title>
<updated>2006-01-03T14:25:49Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2006-01-03T14:25:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8f3615c6cdc412e68275d6a382ac5bd04a135ab2'/>
<id>urn:sha1:8f3615c6cdc412e68275d6a382ac5bd04a135ab2</id>
<content type='text'>
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
</content>
</entry>
<entry>
<title>Ran "pkglint --autofix", which corrected some of the quoting issues in</title>
<updated>2005-12-05T23:55:01Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2005-12-05T23:55:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3dae8fea14cb07876cbc876f030a3b37361f56b8'/>
<id>urn:sha1:3dae8fea14cb07876cbc876f030a3b37361f56b8</id>
<content type='text'>
CONFIGURE_ARGS.
</content>
</entry>
<entry>
<title>Bump PKGREVISION of packages including ruby extention library</title>
<updated>2005-11-02T09:48:33Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2005-11-02T09:48:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bea979088154215fb06b3a5e75c60e801a0f7c4a'/>
<id>urn:sha1:bea979088154215fb06b3a5e75c60e801a0f7c4a</id>
<content type='text'>
by  Ruby 1.8.3 updates.
</content>
</entry>
<entry>
<title>Update to 0.10.1, hopefully fixing PR 28699.  Add buildlink3.mk,</title>
<updated>2005-10-29T19:29:52Z</updated>
<author>
<name>epg</name>
<email>epg</email>
</author>
<published>2005-10-29T19:29:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9b0ceead4dadae8aa891f71f8b17a25c27671842'/>
<id>urn:sha1:9b0ceead4dadae8aa891f71f8b17a25c27671842</id>
<content type='text'>
resolving PR 31001.  Don't declare an unnecessary dependency on
clearsilver-base in py-clearsilver or ruby-clearsilver.

Upstream changelog:

2005/07/27 by blong@blong

	fix for cs_dist update

2005/07/27 by blong@blong

	update makefile for new release (and p4)

2005/07/27 by blong@blong

	update to -fPIC for position independent code to support amd64
	machines
	Change makedep routine to use find instead of ls, so it won't
	error if there are no files (like in the top level directory)

2005/07/27 by blong@blong

	missed a file for const fix

2005/07/27 by blong@blong

	generic python location

2005/07/26 by blong@blong

	add limits.h to define _POSIX_PATH_MAX before we define it if it
	doesn't exist

2005/07/18 by nschrenk@nschrenk2

	Fix bug that caused bogus tzoffset to be exported by export_date_tm().

2005/07/07 by blong@blong

	Update configure to take a --disable-wdb argument
	We don't want to link with bdb sometimes

2005/07/07 by blong@blong

	Update ClearSilver to take correct const char * arguments in
	most places that it should.  This should make clearsilver easier
	to use from C++ and just for people who like their const
	correctness for strings.

	Also fix the hdftest since some machines have "words" with
	periods in them in their dict file.

2005/07/01 by blong@blong

	Change clearsilver to link to checked-in versions instead
	buildonly.

	Add README.google and setup_google.sh files to document how to
	build for Google

2005/06/29 by nschrenk@nschrenk

	Fix an allocation bug in the HDF.getValue() native method: don't
	release the default_value string until after it has been copied.

2005/06/28 by nschrenk@nschrenk

	Fix bug where the HDF Java wrapper would not allow a default value of
	null, and clean up the code a bit so that exceptions are thrown in a
	couple more places, and the right type of exceptions are thrown instead
	of a generic RuntimeException.

2005/06/24 by nschrenk@nschrenk

	Change variable type from int to long to fix compile warning in the
	Clearsilver ruby support.

2005/06/22 by nschrenk@nschrenk

	Support more of the HDF C API in the Java wrapper.

2005/06/08 by quong@quong-clean

	Initial submit of Clearsilver

	This is simply the code from clearsilver-0.9.14.tar.gz
	from the http://clearsilver.net/  with the following
	files removed:  *.pyc, */.cvsignore, and man/...

	I'll submit changes to this code in future CL's.
</content>
</entry>
<entry>
<title>Set USE_RUBY_DIST_SUBDIR to no.</title>
<updated>2005-10-16T15:14:27Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2005-10-16T15:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6c9ad4cab3ed82c4fed9c26b7d7993a3fa2772fa'/>
<id>urn:sha1:6c9ad4cab3ed82c4fed9c26b7d7993a3fa2772fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.</title>
<updated>2005-03-06T17:19:05Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2005-03-06T17:19:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8d1bf3990c525b295e45b82bc2470f3b5e726f5e'/>
<id>urn:sha1:8d1bf3990c525b295e45b82bc2470f3b5e726f5e</id>
<content type='text'>
</content>
</entry>
</feed>
