           SPELL=pan
if [ "$REL" == "cvs" ]; then
  if [ "$PAN_CVS_AUTOUPDATE" == "y" ]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=git://github.com/lostcoder/pan2.git:pan2-git
  FORCE_DOWNLOAD=ON
   SOURCE_IGNORE=volatile 
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
elif [ "$REL" == "devel" ]; then
         VERSION=0.134
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://pan.rebelbase.com/download/releases/$VERSION/source/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
     SOURCE_HASH=sha512:c52f21ed5d9aa818dcb251e9a9cfaa4197499d9d645409d4f6ee88ecaf5e5db1507b8ad8ada2fbd94a94326f66495b2e32c2460f54316bd1f14631c5940f7029
else
         VERSION=0.134
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://pan.rebelbase.com/download/releases/$VERSION/source/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
     SOURCE_HASH=sha512:c52f21ed5d9aa818dcb251e9a9cfaa4197499d9d645409d4f6ee88ecaf5e5db1507b8ad8ada2fbd94a94326f66495b2e32c2460f54316bd1f14631c5940f7029
fi
      LICENSE[0]=GPL
        WEB_SITE=http://pan.rebelbase.com
         ENTERED=20020509
        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
