Skip to content

Commit

Permalink
Added this module at bramble's request. Compiled and tested with gcc-…
Browse files Browse the repository at this point in the history
…3.2.3,

kernel 2.4.x headers.  It is NOT psafe.


git-svn-id: svn+ssh://tchan@foo-projects.org/var/svn/lunar/moonbase/trunk@5230 fe636330-a7f5-0310-8408-fdd8893149bb
  • Loading branch information
tchan committed Jan 27, 2004
1 parent c56ef5d commit 4e18920
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libs/xerces-c++/BUILD
@@ -0,0 +1,8 @@
(

export XERCESCROOT=$SOURCE_DIRECTORY &&
cd src/xercesc &&
default_build

) > $C_FIFO 2>&1

1 change: 1 addition & 0 deletions libs/xerces-c++/DEPENDS
@@ -0,0 +1 @@
depends autoconf
18 changes: 18 additions & 0 deletions libs/xerces-c++/DETAILS
@@ -0,0 +1,18 @@
MODULE=xerces-c++
VERSION=2.4.0
SOURCE=xerces-c-src_2_4_0.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/xerces-c-src2_4_0
SOURCE_URL[0]=http://www.apache.org/dist/xml/xerces-c/$SOURCE
SOURCE_VFY=md5:d2cbd82c835441a1420eb38c4dda5129
WEB_SITE=http://xml.apache.org/xerces-c/index.html
ENTERED=20040126
UPDATED=20040126
PSAFE=no
SHORT="Xerces-C++ is a validating XML parser written in a portable subset of 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 faithful to the XML 1.0 recommendation and many associated standards
EOF

0 comments on commit 4e18920

Please sign in to comment.