[Lunar-commits] <moonbase-other> xalan-c++: readd it to the moonbase.

Florin Braescu florin at lunar-linux.org
Sun Aug 5 12:00:03 CEST 2012


commit 4eb914c5f35dba23a28e070afdad15edde0b3d70
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 05 Aug 2012 03:00:03 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/4eb914c5f35dba23a28e070afdad15edde0b3d70

xalan-c++: readd it to the moonbase.
---
  libs/xalan-c++/BUILD                                         +13/-0    
  libs/xalan-c++/DEPENDS                                       +1/-0     
  libs/xalan-c++/DETAILS                                       +25/-0    
  3 files changed, 39 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/libs/xalan-c++/BUILD
@@ -0,0 +1,13 @@
+(
+
+  export XALANCROOT=$SOURCE_DIRECTORY/c
+
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+
+  cd $XALANCROOT &&
+
+  ./runConfigure -p linux -c gcc -x g++ -P /usr &&
+
+  default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/xalan-c++/DEPENDS
@@ -0,0 +1 @@
+depends xerces-c++
--- /dev/null
+++ b/libs/xalan-c++/DETAILS
@@ -0,0 +1,25 @@
+           MODULE=xalan-c++
+          VERSION=1.10.0
+           SOURCE=Xalan-C_1_10_0-src.tar.gz
+          SOURCE2=$MODULE-$VERSION-gcc-4.3.x.patch.bz2
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/xml-xalan
+       SOURCE_URL=http://apache.deathculture.net/xml/xalan-c
+      SOURCE2_URL=$PATCH_URL
+      SOURCE_VFY=sha1:3fc63045048176e0ab00ce8aa0d15b2c1e5d646b
+     SOURCE2_VFY=sha1:4927ec4d8ebbca0ab9457bc077a398f20c241a31
+         WEB_SITE=http://xml.apache.org/xalan-c
+          ENTERED=20071004
+          UPDATED=20090427
+            SHORT="XSLT processor written in C++"
+            PSAFE=no
+
+cat << EOF
+Xalan is an XSLT processor for transforming XML documents into HTML,
+text, or other XML document types.
+Xalan-C++ version 1.10 is a robust implementation of the W3C
+Recommendations for XSL Transformations (XSLT) and the XML Path
+Language (XPath). It works with a compatible release of the Xerces-C++
+XML parser: Xerces-C++ version 2.7.0. The focus for this release is on
+bug fixes, pluggable memory management, and enhanced stability
+improvements in stylesheet execution.
+EOF




More information about the Lunar-commits mailing list