           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.3
     SOURCE_HASH=sha512:e5711744976fc30545b7342399cebf146491295be39536e488c56647a51b165ae9168557f09a2852e64095316fcb5a3e0d4c00f38e980d9ff8c1b201bec37556
          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
