           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.2
     SOURCE_HASH=sha512:0485b90bbdb3477fca7ddf7565aeb0e7f9b7bce0696a896131f64b0a59dbc5ee3d5b77087b702d27104b6319c15d8e6cc3fcb1f0750f0855b6ef25f8d1481a83
          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
