diff options
-rw-r--r-- | devel/ctemplate/Makefile | 8 | ||||
-rw-r--r-- | devel/ctemplate/PLIST | 5 | ||||
-rw-r--r-- | devel/ctemplate/buildlink3.mk | 4 | ||||
-rw-r--r-- | devel/ctemplate/distinfo | 8 |
4 files changed, 15 insertions, 10 deletions
diff --git a/devel/ctemplate/Makefile b/devel/ctemplate/Makefile index f3022a596e2..e536af1d8e6 100644 --- a/devel/ctemplate/Makefile +++ b/devel/ctemplate/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2013/03/02 18:17:14 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2013/04/21 11:23:38 rodent Exp $ -DISTNAME= ctemplate-0.99 -PKGREVISION= 2 +DISTNAME= ctemplate-2.2 CATEGORIES= devel MASTER_SITES= http://google-ctemplate.googlecode.com/files/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rodent@NetBSD.org HOMEPAGE= http://code.google.com/p/google-ctemplate/ COMMENT= Simple but powerful template language for C++ LICENSE= modified-bsd @@ -20,4 +19,5 @@ PKGCONFIG_OVERRIDE+= libctemplate_nothreads.pc PKGCONFIG_OVERRIDE_STAGE=post-build REPLACE_PERL= src/template-converter +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ctemplate/PLIST b/devel/ctemplate/PLIST index f5868855a06..3d96b5d31ce 100644 --- a/devel/ctemplate/PLIST +++ b/devel/ctemplate/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/12 12:32:09 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/04/21 11:23:38 rodent Exp $ bin/diff_tpl_auto_escape bin/make_tpl_varnames_h bin/template-converter include/ctemplate/per_expand_data.h +include/ctemplate/str_ref.h include/ctemplate/template.h include/ctemplate/template_annotator.h include/ctemplate/template_cache.h @@ -28,7 +29,9 @@ 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}/guide.html share/doc/${PKGNAME}/howto.html share/doc/${PKGNAME}/index.html +share/doc/${PKGNAME}/reference.html share/doc/${PKGNAME}/tips.html share/doc/${PKGNAME}/xss_resources.html diff --git a/devel/ctemplate/buildlink3.mk b/devel/ctemplate/buildlink3.mk index de44aedafcc..618e07b2dd9 100644 --- a/devel/ctemplate/buildlink3.mk +++ b/devel/ctemplate/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/05/12 12:32:09 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2013/04/21 11:23:38 rodent Exp $ BUILDLINK_TREE+= ctemplate @@ -7,6 +7,8 @@ CTEMPLATE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ctemplate+= ctemplate>=0.97 BUILDLINK_PKGSRCDIR.ctemplate?= ../../devel/ctemplate + +.include "../../mk/pthread.buildlink3.mk" .endif # CTEMPLATE_BUILDLINK3_MK BUILDLINK_TREE+= -ctemplate diff --git a/devel/ctemplate/distinfo b/devel/ctemplate/distinfo index 3728eb8473f..c55e7218db4 100644 --- a/devel/ctemplate/distinfo +++ b/devel/ctemplate/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2013/03/02 18:17:14 joerg Exp $ +$NetBSD: distinfo,v 1.4 2013/04/21 11:23:38 rodent Exp $ -SHA1 (ctemplate-0.99.tar.gz) = 7fe974dfe90d35748564fa577f2c8be4b46f9663 -RMD160 (ctemplate-0.99.tar.gz) = b15cd6825d8f8ec841318ddb1b7afdadbc47931f -Size (ctemplate-0.99.tar.gz) = 787831 bytes +SHA1 (ctemplate-2.2.tar.gz) = b00a35291bc5c5bb8493a68bbf76d6a9cfa5c117 +RMD160 (ctemplate-2.2.tar.gz) = fb5cf475f47b9bd651d05418f5dc01c039b50070 +Size (ctemplate-2.2.tar.gz) = 889458 bytes SHA1 (patch-src_ctemplate_template__string.h.in) = 55510338a7df8486e1f9502336c65fd06de2b4fc SHA1 (patch-src_tests_template__regtest.cc) = 234fce61f0ebc72238276df21002dbe1397dbac2 |