[Lunar-commits] r26085 - moonbase/trunk/libs/xerces-c++

Dennis Veatch stumbles at lunar-linux.org
Thu Oct 4 18:10:08 CEST 2007


Author: stumbles
Date: 2007-10-04 18:10:08 +0200 (Thu, 04 Oct 2007)
New Revision: 26085

Modified:
   moonbase/trunk/libs/xerces-c++/DETAILS
Log:

Version bump and path fix.



Modified: moonbase/trunk/libs/xerces-c++/DETAILS
===================================================================
--- moonbase/trunk/libs/xerces-c++/DETAILS	2007-10-04 15:11:53 UTC (rev 26084)
+++ moonbase/trunk/libs/xerces-c++/DETAILS	2007-10-04 16:10:08 UTC (rev 26085)
@@ -1,26 +1,26 @@
           MODULE=xerces-c++
-         VERSION=2.7.0
-          SOURCE=xerces-c-src_2_7_0.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/xerces-c-src_2_7_0
-      SOURCE_URL=http://www.apache.org/dist/xml/xerces-c/source/
-      SOURCE_VFY=sha1:56f9587f33fca0a573a45f07762e3262a255d73f
+         VERSION=2.8.0
+          SOURCE=xerces-c-src_2_8_0.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/xerces-c-src_2_8_0
+      SOURCE_URL=http://www.apache.org/dist/xml/xerces-c/sources/
+      SOURCE_VFY=sha1:f0803b1330daec3f44b17dee64c3c99de6b3cd3e
         WEB_SITE=http://xml.apache.org/xerces-c/index.html
          ENTERED=20040126
-         UPDATED=20051218
+         UPDATED=20071004
            PSAFE=no
            SHORT="Validating XML parser written in C++"
 
 cat << EOF
-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, 
+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 
+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 
+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