[Lunar-commits] r14708 - in moonbase/trunk/web: . clearsilver

Auke Kok sofar at lunar-linux.org
Thu May 12 11:32:19 UTC 2005


Author: sofar
Date: 2005-05-12 11:32:18 +0000 (Thu, 12 May 2005)
New Revision: 14708

Added:
   moonbase/trunk/web/clearsilver/
   moonbase/trunk/web/clearsilver/BUILD
   moonbase/trunk/web/clearsilver/DEPENDS
   moonbase/trunk/web/clearsilver/DETAILS
Log:
Adding clearsilver engine. Required for some webpublishing components.

Added: moonbase/trunk/web/clearsilver/BUILD
===================================================================
--- moonbase/trunk/web/clearsilver/BUILD	2005-05-12 10:57:27 UTC (rev 14707)
+++ moonbase/trunk/web/clearsilver/BUILD	2005-05-12 11:32:18 UTC (rev 14708)
@@ -0,0 +1,6 @@
+(
+
+  sedit 's:/usr/local:/usr:g' configure cgi/cgi.c imd/imdm.py scripts/document.py
+  default_build
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/web/clearsilver/DEPENDS
===================================================================
--- moonbase/trunk/web/clearsilver/DEPENDS	2005-05-12 10:57:27 UTC (rev 14707)
+++ moonbase/trunk/web/clearsilver/DEPENDS	2005-05-12 11:32:18 UTC (rev 14708)
@@ -0,0 +1,3 @@
+optional_depends "perl"   "--with-perl=/usr/bin/perl"     "--disable-perl"   "For perl support"    &&
+optional_depends "Python" "--with-python=/usr/bin/python" "--disable-python" "For Python support"  &&
+optional_depends "ruby"   "--with-ruby=/usr/bin/ruby"     "--disable-ruby"   "For ruby support"

Added: moonbase/trunk/web/clearsilver/DETAILS
===================================================================
--- moonbase/trunk/web/clearsilver/DETAILS	2005-05-12 10:57:27 UTC (rev 14707)
+++ moonbase/trunk/web/clearsilver/DETAILS	2005-05-12 11:32:18 UTC (rev 14708)
@@ -0,0 +1,15 @@
+          MODULE=clearsilver
+         VERSION=0.9.14
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.clearsilver.net/downloads/
+      SOURCE_VFY=sha1:4be33eb3c6d6f3e128bcf49173df8a31daa15dab
+        WEB_SITE=http://www.clearsilver.net/
+         ENTERED=20050512
+         UPDATED=20050512
+           SHORT="A HTML authoring template system"
+cat << EOF
+Clearsilver is a fast, powerful, and language-neutral HTML template
+system. In both static content sites and dynamic HTML applications,
+it provides a separation between presentation code and application
+logic which makes working with your project easier.
+EOF



More information about the Lunar-commits mailing list