           SPELL=pan2
if [ "$REL" == "cvs" ]; then
  if [ "$PAN2_CVS_AUTOUPDATE" == "y" ]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome:pan2
  FORCE_DOWNLOAD=1
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan2-$VERSION
elif [ "$REL" == "devel" ]; then
         VERSION=0.117
          SOURCE=pan-$VERSION.tar.bz2
   SOURCE_URL[0]=http://pan.rebelbase.com/download/releases/$VERSION/source/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
     SOURCE_HASH=sha512:d587f8fd4dcb5fb403bb005e79efa78c75325a7892740fc6e182e85c6bbb377048a94d9ec354d8fd235f7bdd44376ba181d3738a372f3583f6922eea5f9e6d7e
else
         VERSION=0.14.2.91
          SOURCE=pan-$VERSION.tar.bz2
   SOURCE_URL[0]=http://pan.rebelbase.com/download/releases/$VERSION/SOURCE/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
     SOURCE_HASH=sha512:295fb5e9157768c65957e691d775f7c152f4354ce87db227ce1b5a7c91c3c45346863a26310012eb5ad3a0d75245eba093b98e3406941e18d18a65d5d02bac62
     GCC_VERSION=3.4
fi
      LICENSE[0]=GPL
        WEB_SITE=http://pan.rebelbase.com
         ENTERED=20020509
         UPDATED=20040702
         NO_FUZZ="on"
        KEYWORDS="client news gnome2"
           SHORT="Pan is a newsreader, loosely based on Agent and Gravity."
cat << EOF
Pan is a newsreader, loosely based on Agent and Gravity, which attempts
to be pleasant to use for new and advanced users alike. It has all the
typical features found in newsreaders, and also supports offline
reading, multiple connections, and a number of features for power users
and alt.binaries fans.
EOF
