           SPELL=cyphesis
         VERSION=${VERSION:=0.5.19}
if  [  "$CYPHESIS_CVS"  ==  "y"  ];  then
  if  [  "$CYPHESIS_CVS_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-cvs.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:cvsanon:cvsanon@cvs.worldforge.org:/home/cvspsrv/worldforge:forge/servers/$SPELL
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
else
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=$SOURCEFORGE_URL/worldforge/$SOURCE
   SOURCE_URL[1]=ftp://ftp.worldforge.org/pub/worldforge/servers/$SPELL/$SOURCE
   SOURCE_URL[2]=http://purple.worldforge.org/downloads/servers/$SPELL/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      LICENSE[0]=GPL
        WEB_SITE=http://www.worldforge.org/dev/eng/servers/$SPELL
         ENTERED=20020915
           SHORT="WorldForge NPC engine using AI/A-Life techniques"
cat << EOF
Cyphesis is an NPC engine using AI/A-Life techniques. It is the Artificial
Intelligence and Artificial Life server used by STAGE and also is filling in as
its first fully functional game server, featured in Acorn. Cyphesis is a
prototype server designed to explore the possibilities of complex NPC
interaction and scripting. Efficiency and support for large numbers of players
are foregone in the quest for a more realistic and dynamic world framework.
EOF
