Commit graph

6 commits

Author SHA1 Message Date
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
rodent
c4e7bc72e0 Update MASTER_SITES and HOMEPAGE. Use REPLACE_PYTHON to fix interpreter
path in file used in build stage. ChangeLog for 2.3:

        * Fixed some more C++11 issues.
        * Removed deprecated Template::SetEscapedValueAndShowSection()
          and Template::ReloadIfChanged().
2015-04-11 03:05:26 +00:00
rodent
47f4bd9f83 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)
2013-04-21 11:23:38 +00:00
joerg
0775818c45 Avoid user-defined literal syntax of C++11. Bump revision. 2013-03-02 18:17:14 +00:00
wiz
b571a56854 Fix build on NetBSD-current. 2011-09-29 18:25:13 +00:00
adam
52de985869 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.
2011-05-12 12:32:09 +00:00