          MODULE=xmlconfigfile
         VERSION=0.9.7
          SOURCE=xml-configfile-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/xml-configfile-$VERSION
   SOURCE_URL[0]=http://www.cs.ualberta.ca/\~schofiel/xml-configfile/downloads/
      SOURCE_VFY=sha1:22796b8601ee2f09f478e019881a4a8e8a8932ac
        WEB_SITE=http://www.cs.ualberta.ca/\~schofiel/xml-configfile/xml-configfile.html/
           SHORT="Easy handling of XML configuration files for ruby"
         ENTERED=20030518
         UPDATED=20060209
cat << EOF
xmlconfigfile is a ruby library that allows the easy handling of
configuration files. It has a few nice features:

Configuration parameters can be accessed using xpath expressions

Default values can be given in case a parameter is not present in a
configuration file

Environment variables can be referenced from configuration files

The configuration can be reloaded periodically
EOF


