[Lunar-commits] <moonbase> google-ctemplates: Adding to moonbase. Will be used in conjunction with

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Feb 3 19:33:49 CET 2011


commit 02c7cd7dbe369d9f20857773e88ed692ac6d8bf3
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Feb 3 13:33:49 2011 -0500

    google-ctemplates: Adding to moonbase. Will be used in conjunction with
    
    pion-net by koffice.
---
 devel/google-ctemplate/DETAILS |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/devel/google-ctemplate/DETAILS b/devel/google-ctemplate/DETAILS
new file mode 100644
index 0000000..7971f39
--- /dev/null
+++ b/devel/google-ctemplate/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=google-ctemplate
+         VERSION=0.99
+          SOURCE=ctemplate-$VERSION.tar.gz
+      SOURCE_URL=http://google-ctemplate.googlecode.com/files/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/ctemplate-$VERSION
+        WEB_SITE=http://code.google.com/p/google-ctemplate/
+      SOURCE_VFY=sha1:7fe974dfe90d35748564fa577f2c8be4b46f9663
+         ENTERED=20110203
+         UPDATED=20110203
+           SHORT="template language for C++"
+
+cat << EOF
+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.
+
+Here's an example of how to use it: not complete, but gives a good feel for 
+what the ctemplate API looks like.
+EOF


More information about the Lunar-commits mailing list