[Lunar-commits] r26073 - in moonbase/trunk/libs: . xalan-c++ xerces-c++

Jannis Pohlmann jannis at lunar-linux.org
Thu Oct 4 14:49:08 CEST 2007


Author: jannis
Date: 2007-10-04 14:49:08 +0200 (Thu, 04 Oct 2007)
New Revision: 26073

Added:
   moonbase/trunk/libs/xalan-c++/
   moonbase/trunk/libs/xalan-c++/BUILD
   moonbase/trunk/libs/xalan-c++/DEPENDS
   moonbase/trunk/libs/xalan-c++/DETAILS
Modified:
   moonbase/trunk/libs/xerces-c++/DETAILS
Log:
xerces-c++: Enhance module description
xalan-c++:  New module (needed for VirtualBox)



Added: moonbase/trunk/libs/xalan-c++/BUILD
===================================================================
--- moonbase/trunk/libs/xalan-c++/BUILD	                        (rev 0)
+++ moonbase/trunk/libs/xalan-c++/BUILD	2007-10-04 12:49:08 UTC (rev 26073)
@@ -0,0 +1,11 @@
+(
+
+  export XALANCROOT=$SOURCE_DIRECTORY/c
+
+  cd $XALANCROOT &&
+
+  ./runConfigure -p linux -c gcc -x g++ -P /usr &&
+
+  default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/libs/xalan-c++/DEPENDS
===================================================================
--- moonbase/trunk/libs/xalan-c++/DEPENDS	                        (rev 0)
+++ moonbase/trunk/libs/xalan-c++/DEPENDS	2007-10-04 12:49:08 UTC (rev 26073)
@@ -0,0 +1 @@
+depends xerces-c++

Added: moonbase/trunk/libs/xalan-c++/DETAILS
===================================================================
--- moonbase/trunk/libs/xalan-c++/DETAILS	                        (rev 0)
+++ moonbase/trunk/libs/xalan-c++/DETAILS	2007-10-04 12:49:08 UTC (rev 26073)
@@ -0,0 +1,22 @@
+           MODULE=xalan-c++
+          VERSION=1.10.0
+           SOURCE=Xalan-C_1_10_0-src.tar.gz
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/xml-xalan/
+       SOURCE_URL=http://netmirror.org/mirror/apache.org/xml/xalan-c/
+         WEB_SITE=http://xml.apache.org/xalan-c/
+          ENTERED=20071004
+          UPDATED=20071004
+            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

Modified: moonbase/trunk/libs/xerces-c++/DETAILS
===================================================================
--- moonbase/trunk/libs/xerces-c++/DETAILS	2007-10-04 12:37:51 UTC (rev 26072)
+++ moonbase/trunk/libs/xerces-c++/DETAILS	2007-10-04 12:49:08 UTC (rev 26073)
@@ -8,11 +8,19 @@
          ENTERED=20040126
          UPDATED=20051218
            PSAFE=no
-           SHORT="validating XML parser written in a portable subset of C++."
+           SHORT="Validating XML parser written in C++"
+
 cat << EOF
-Xerces-C++ makes it easy to give your application the ability to read
-and write XML data. A shared library is provided for parsing,
-generating, manipulating, and validating XML documents. 
+Xerces-C++ is a validating XML parser written in a portable subset of 
+C++. Xerces-C++ makes it easy to give your application the ability to 
+read and write XML data. A shared library is provided for parsing, 
+generating, manipulating, and validating XML documents.
 
-Xerces-C++ is faithful to the XML 1.0 recommendation and many associated standards
+Xerces-C++ is faithful to the XML 1.0 recommendation and many 
+associated standards (see Features below).
+
+The parser provides high performance, modularity, and scalability. 
+Source code, samples and API documentation are provided with the 
+parser. For portability, care has been taken to make minimal use 
+of templates, no RTTI, and minimal use of #ifdefs.
 EOF



More information about the Lunar-commits mailing list