           SPELL=nurbs++
         VERSION=3.0.11
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/libnurbs/$SOURCE
        WEB_SITE=http://libnurbs.sourceforge.net/
         ENTERED=20020429
     SOURCE_HASH=sha512:3a41e1ff19c51050107b20d8c17bd262bfb77ed8f9b9c79a77e00206870c787448835b6d533841dbbee41c11220a28af0c4cd9dd1f5d18ef56568c24c9aa301a
	  LICENSE[0]=GPL
     GCC_VERSION=3.3
        KEYWORDS="graphics"
           SHORT="C++ library to manipulate and create NURBS"
cat << EOF
Non-Uniform Rational B-Splines (NURBS) curves and surface are parametric functions which can represent any type of curves or surfaces. This C++ library hides the basic mathematics of NURBS. This allows the user to focus on the more challenging parts of their projects. The library also offers a lot of features to help generate NURBS from data points.

The NURBS++ package includes a matrix library, an image manipulation library, a numerical library and a NURBS library. They can all be used on their own but they are all developped to support my NURBS needs.

NURBS++ is being revived under sourceforge as the nurbs++ project (it is under the libnurbs directory for obvious reaons). Please use the sourceforge tools to send bug reports, feature requests, etc.
EOF
