head	1.8;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.05.20.00.25.00;	author bapt;	state Exp;
branches;
next	1.6;

1.6
date	2012.05.07.15.42.50;	author skv;	state Exp;
branches;
next	1.5;

1.5
date	2008.10.04.15.28.05;	author skv;	state Exp;
branches;
next	1.4;

1.4
date	2008.02.19.10.12.11;	author skv;	state Exp;
branches;
next	1.3;

1.3
date	2007.10.01.16.10.02;	author alepulver;	state Exp;
branches;
next	1.2;

1.2
date	2007.03.28.08.26.41;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.30.06.01.33;	author novel;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-ClearSilver
# Date created:				June 25, 2006
# Whom:					Rink Springer <rink@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-ClearSilver/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ClearSilver
PORTVERSION=	0.10.5
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	http://www.clearsilver.net/downloads/
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME:L}-${PORTVERSION}

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl bindings for fast and powerful template system

BUILD_DEPENDS=	${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver

PERL_CONFIGURE=	yes
CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include/ClearSilver"

MAN3=		ClearSilver.3
WRKSRC=		${WRKDIR}/${DISTNAME}/perl

.include <bsd.port.mk>
@


1.7
log
@Fix building on jail environement where network is available only during make
fetch
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Pass maintainership of almost of my "p5-*" ports to "perl@@".

(I hope updating of them will be improved).
@
text
@d12 1
d14 1
a14 1
DISTFILES=
a19 1
EXTRACT_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/www/clearsilver:extract
d25 1
a25 4

post-extract:
	@@${LN} -sfh \
	`cd ${PORTSDIR}/www/clearsilver && ${MAKE} -V WRKSRC`/perl ${WRKSRC}
@


1.5
log
@Bugfixes:
- fix perl_render() - avoid "uninitialized value" warnings
- fix perlcs_parseString() - correct malloc: use len+1 instead of len

Also, take maintainership.

PR:		ports/127108
Submitted by:	skv
Approved by:	rink (previous maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	skv@@FreeBSD.org
@


1.4
log
@* fix build if www/clearsilver was not previously installed
* remove garbage (distinfo) forgotten in last commit

Approved by:	maintainer (rink)
@
text
@d10 1
d15 1
a15 1
MAINTAINER=	rink@@FreeBSD.org
d18 2
a19 2
BUILD_DEPENDS=	${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver \
		${NONEXISTENT}:${PORTSDIR}/www/clearsilver:extract
@


1.3
log
@- Update to 0.10.5.

PR:		ports/116751
Submitted by:	skv
Approved by:	rink (maintainer)
@
text
@d17 2
a18 2
BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/www/clearsilver:extract
RUN_DEPENDS=	${LOCALBASE}/bin/cstest:${PORTSDIR}/www/clearsilver
@


1.2
log
@- Update to 10.4

PR:             108697
Submitted by:   rink@@ (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.10.4
a10 1
MASTER_SITES=	http://www.clearsilver.net/downloads/
d12 1
a12 1
DISTNAME=	clearsilver-${PORTVERSION}
d17 2
a18 1
BUILD_DEPENDS=	${LOCALBASE}/bin/cstest:${PORTSDIR}/www/clearsilver
a19 1
WRKSRC=		${WRKDIR}/${DISTNAME}/perl
d25 4
@


1.1
log
@Add p5-ClearSilver 0.10.3, perl bindings for fast and powerful template
system.

PR:		ports/99445
Submitted by:	rink
@
text
@d9 1
a9 1
PORTVERSION=	0.10.3
@

