summaryrefslogtreecommitdiff
path: root/www/ruby-clearsilver
AgeCommit message (Collapse)AuthorFilesLines
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-1/+2
2010-09-10* Ajust new ruby package's framework.taca1-3/+9
* Add PKG_DESTDIR_SUPPORT.
2008-10-06Update clearsilver packages to 0.10.5.minskim1-2/+1
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.
2008-06-19- ruby-clearsilver switch to use vendor_dir with Ruby 1.8.7.taca2-5/+5
Bump PKGREVISION.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca1-2/+2
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-2/+1
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-11-02Bump PKGREVISION of packages including ruby extention librarytaca1-1/+2
by Ruby 1.8.3 updates.
2005-10-29Update to 0.10.1, hopefully fixing PR 28699. Add buildlink3.mk,epg1-4/+1
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.
2005-10-16Set USE_RUBY_DIST_SUBDIR to no.taca1-1/+2
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-2/+2
2005-01-28Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.taca1-1/+3
Bump PKG_REVISION.
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca1-2/+2
2004-11-29Fix clearsilver-base dependency.epg1-2/+2
2004-11-29Import ruby-clearsilver-0.9.13.epg3-0/+24
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 Ruby binding to clearsilver.