           SPELL=xdebug
         VERSION=2.0.0beta2
     SOURCE_HASH='sha512:86d078a8f90e0048365253d28af0e550e7ea1a26d3c3cfb53be7d377f8dbc5e4469425926ef2780ad9b1cd312984300f5bd3f2d9b7002a3aeb6ae76ccb9eda72'
          SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.xdebug.org/files/$SOURCE
      LICENSE[0]=PHP
        WEB_SITE=http://www.xdebug.org/
         ENTERED=20020730
         UPDATED=20020730
           SHORT='Xdebug is a PHP debugging extension'
cat << EOF
The Xdebug extension helps you debugging your script by providing a lot of
valuable debug information. The debug information that Xdebug can provide
includes the following:
* stack and function traces in error messages with:
	o full parameter display for user defined functions
	o function name, file name and line indications
	o support for member functions
* memory allocation
* protection for infinite recursions
EOF
