diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-21 11:23:38 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-21 11:23:38 +0000 |
commit | f2329e005727f0e3675886cb779dfbcd21358cca (patch) | |
tree | 64b238fd471ed2d09b9f58a0395baef142135c1c /devel/ctemplate/PLIST | |
parent | 74dc5796da2279be31a438f77da2a1c81d449798 (diff) | |
download | pkgsrc-f2329e005727f0e3675886cb779dfbcd21358cca.tar.gz |
Update ctemplate to version 2.2. Add pthread in buildlink3.mk. Set self
as MAINTAINER, since I originally packaged this and no one seems to have cared
to touch it since. The only dependency, mysql-workbench, builds fine with this
version of ctemplate.
Since version 0.99 (from ChangeLog):
* Fixed several issues reported by G++ 4.7
* Added operator[] to TemplateDictionary
* Added begin(), end(), data() and size() to TemplateString
* Refactored code
* Changed the 'official' ctemplate email in setup.py/etc
* Rewrote docs to refer to Ctemplate, not Google Template
* Renamed google-ctemplate.sln to ctemplate.sln
* Changed copyright text to reflect Google's relinquished ownership
* Make reloads always prefer files earlier on the search patch (ssas)
* PORTING: Add a default BSWAP32, needed for AIX (csilvers)
* Die at configure-time when g++ isn't installed
* BUGFIX: removed #includes of non-installed headers from installed ones
* BUGFIX: Make compile-test test against an install
* BUGFIX: Dumpers were ignoring a tpl-string 'length' (csilvers)
* BUGFIX: Add a needed $(top_srcdir) to Makefile.am
* Replace 0x00-0x1F with space in xml_escape (alexvod)
* Fix xml encoding to handle form-feed properly (ghurley)
* DOCUMENTATION: Wer missing some docs in the tarball (csilvers)
* BUILD: Update acx_pthread.m4 for nostdlib (Kacper)
* BUGFIX: Make CreateSectionIterator check tpl-globals (williasr)
* PORTING: Fix solaris build by getting rid of PATH_MAX (csilvers)
Diffstat (limited to 'devel/ctemplate/PLIST')
-rw-r--r-- | devel/ctemplate/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
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 |