           SPELL=mxml
         VERSION=2.2.2
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
   SOURCE_URL[1]=ftp://ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
   SOURCE_URL[2]=ftp://ftp2.easysw.com/pub/$SPELL/$VERSION/$SOURCE
   SOURCE_URL[3]=ftp://ftp3.easysw.com/pub/$SPELL/$VERSION/$SOURCE
   SOURCE_URL[4]=http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
   SOURCE_URL[5]=ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
     SOURCE_HASH=sha512:e17f399170b14b1c960b03d436ce419e3a65b535292f5ac0837efa4b2fbbea334d10c1d3fbeb3dc07a05372c40b95fbaba0d8a8028d5d26082bad2883e6b5ab6
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://www.easysw.com/~mike/mxml/
      LICENSE[0]=LGPL
           SHORT="A small XML parsing library."
cat << EOF
Mini-XML is a small XML parsing library that you can use to read XML and
XML-like data files in your application without requiring large non-standard
libraries.

Mini-XML provides the following functionality:

 * Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML files and 
   strings.
 * Data is stored in a linked-list tree structure, preserving the XML data 
   hierarchy.
 * Supports arbitrary element names, attributes, and attribute values with no 
   preset limits, just available memory.
 * Supports integer, real, opaque ("cdata"), and text data types in "leaf" 
   nodes.
 * Functions for creating, indexing, and managing trees of data.
 * "Find" and "walk" functions for easily locating and navigating trees of 
   data.
EOF
