           SPELL=stlport
if [[ "$STLPORT_LATEST" == y ]]; then
         VERSION=5.1
          SOURCE=STLport.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:cvs@cvs.stlport.com:/stlport:STLport:STLPORT_${VERSION//./_}
   SOURCE_IGNORE=volatile
else
         VERSION=5.1.5
     SOURCE_HASH=sha512:46052ab83c9c3d707e8e4294c6a92e37511784f961402ce31c8769bfff8725c5693ab50ea327b9939c18e2b82af03d45a79bbea01fde737752e94d0be54cc345
          SOURCE=STLport-$VERSION.tar.bz2
   SOURCE_URL[0]=$SOURCEFORGE_URL/stlport/$SOURCE
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/STLport-${VERSION//\-RC?/}
        WEB_SITE=http://stlport.sourceforge.net/
         ENTERED=20020302
    DISTCC_HOSTS=""
      LICENSE[0]=http://www.stlport.org/doc/license.html
        KEYWORDS="libs"
           SHORT="Full ANSI C++ standard library"
cat << EOF
STLport is a multiplatform ANSI C++ Standard Library implementation.
It is free, open-source product, featuring the following:
* Advanced techniques and optimizations for maximum efficiency;
* Exception safety and thread safety;
* Important extensions - hash tables, singly-linked list, rope.
EOF
