File:  [cvs.NetBSD.org] / pkgsrc / www / clearsilver / Attic / Makefile.common
Revision 1.10: download - view: text, annotated - select for diffs
Mon Oct 6 01:04:28 2008 UTC (16 years, 7 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, HEAD
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.

# $NetBSD: Makefile.common,v 1.10 2008/10/06 01:04:28 minskim Exp $

DISTNAME=		clearsilver-0.10.5
CLEARSILVER_BASE=	${DISTNAME:S/-/-base-/}
CATEGORIES=		www
MASTER_SITES=		http://www.clearsilver.net/downloads/

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		http://www.clearsilver.net/
COMMENT=		Fast, powerful, language-neutral HTML template system

DISTINFO_FILE=		${.CURDIR}/../../www/clearsilver/distinfo
FILESDIR=	${.CURDIR}/../../www/clearsilver/files
PATCHDIR=		${.CURDIR}/../../www/clearsilver/patches

GNU_CONFIGURE=		yes
USE_TOOLS+=		gmake

CONFIGURE_ARGS+=	--disable-apache
CONFIGURE_ARGS+=	--disable-csharp
CONFIGURE_ARGS+=	--disable-java
CONFIGURE_ARGS+=	--disable-perl
CONFIGURE_ARGS+=	--disable-python
CONFIGURE_ARGS+=	--disable-ruby

PTHREAD_OPTS+=		require

.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"

CVSweb <webmaster@jp.NetBSD.org>