Thu May 12 12:32:09 2011 UTC ()
CTemplate is a simple but powerful template language for C++. It emphasizes
separating logic from presentation: it is impossible to embed application logic
in this template language.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(adam)
diff -r0 -r1.1.1.1 pkgsrc/devel/ctemplate/buildlink3.mk
diff -r0 -r1.1.1.1 pkgsrc/devel/ctemplate/DESCR
diff -r0 -r1.1.1.1 pkgsrc/devel/ctemplate/distinfo
diff -r0 -r1.1.1.1 pkgsrc/devel/ctemplate/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/ctemplate/PLIST

File Added: pkgsrc/devel/ctemplate/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/05/12 12:32:09 adam Exp $

BUILDLINK_TREE+=	ctemplate

.if !defined(CTEMPLATE_BUILDLINK3_MK)
CTEMPLATE_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.ctemplate+=	ctemplate>=0.97
BUILDLINK_PKGSRCDIR.ctemplate?=		../../devel/ctemplate
.endif # CTEMPLATE_BUILDLINK3_MK

BUILDLINK_TREE+=	-ctemplate

File Added: pkgsrc/devel/ctemplate/DESCR
CTemplate is a simple but powerful template language for C++. It emphasizes
separating logic from presentation: it is impossible to embed application logic
in this template language.

File Added: pkgsrc/devel/ctemplate/distinfo
$NetBSD: distinfo,v 1.1.1.1 2011/05/12 12:32:09 adam Exp $

SHA1 (ctemplate-0.99.tar.gz) = 7fe974dfe90d35748564fa577f2c8be4b46f9663
RMD160 (ctemplate-0.99.tar.gz) = b15cd6825d8f8ec841318ddb1b7afdadbc47931f
Size (ctemplate-0.99.tar.gz) = 787831 bytes

File Added: pkgsrc/devel/ctemplate/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/05/12 12:32:09 adam Exp $

DISTNAME=	ctemplate-0.99
CATEGORIES=	devel
MASTER_SITES=	http://google-ctemplate.googlecode.com/files/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://code.google.com/p/google-ctemplate/
COMMENT=	Simple but powerful template language for C++
LICENSE=	modified-bsd

PKG_DESTDIR_SUPPORT=	user-destdir

USE_LANGUAGES=		c c++
USE_LIBTOOL=		yes
USE_TOOLS+=		perl
GNU_CONFIGURE=		yes

PKGCONFIG_OVERRIDE=	libctemplate.pc
PKGCONFIG_OVERRIDE+=	libctemplate_nothreads.pc
PKGCONFIG_OVERRIDE_STAGE=post-build
REPLACE_PERL=		src/template-converter

.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/ctemplate/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/12 12:32:09 adam Exp $
bin/diff_tpl_auto_escape
bin/make_tpl_varnames_h
bin/template-converter
include/ctemplate/per_expand_data.h
include/ctemplate/template.h
include/ctemplate/template_annotator.h
include/ctemplate/template_cache.h
include/ctemplate/template_dictionary.h
include/ctemplate/template_dictionary_interface.h
include/ctemplate/template_emitter.h
include/ctemplate/template_enums.h
include/ctemplate/template_modifiers.h
include/ctemplate/template_namelist.h
include/ctemplate/template_pathops.h
include/ctemplate/template_string.h
lib/libctemplate.la
lib/libctemplate_nothreads.la
lib/pkgconfig/libctemplate.pc
lib/pkgconfig/libctemplate_nothreads.pc
share/doc/${PKGNAME}/AUTHORS
share/doc/${PKGNAME}/COPYING
share/doc/${PKGNAME}/ChangeLog
share/doc/${PKGNAME}/INSTALL
share/doc/${PKGNAME}/NEWS
share/doc/${PKGNAME}/README
share/doc/${PKGNAME}/README_windows.txt
share/doc/${PKGNAME}/auto_escape.html
share/doc/${PKGNAME}/designstyle.css
share/doc/${PKGNAME}/example.html
share/doc/${PKGNAME}/howto.html
share/doc/${PKGNAME}/index.html
share/doc/${PKGNAME}/tips.html
share/doc/${PKGNAME}/xss_resources.html