           SPELL=vim
if [[ "${VIM_CVS}" == "y" ]]
then

  if [[ "${VIM_CVS_AUTOUPDATE}" == "y" ]]
  then   VERSION=$(date +%Y%m%d) && FORCE_DOWNLOAD=on
  else   VERSION=cvs
  fi

          SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
      SOURCE_URL=cvs://:pserver:anonymous@cvs-pserver.sf.net:80/cvsroot/vim:vim7
   SOURCE_IGNORE=volatile

else
         VERSION=7.3
      PATCHLEVEL=1
          SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}${VERSION/\./}
   SOURCE_URL[0]=ftp://ftp.vim.org/pub/vim/unix/${SOURCE}
   SOURCE_URL[1]=ftp://ftp.home.vim.org/pub/vim/unix/${SOURCE}
   SOURCE_URL[2]=ftp://ftp.uk.vim.org/pub/vim/unix/${SOURCE}
   SOURCE_URL[3]=ftp://ftp2.us.vim.org/pub/vim/unix/${SOURCE}
   SOURCE_URL[4]=ftp://ftp.us.vim.org/pub/vim/unix/${SOURCE}
      SOURCE_GPG=gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME

         SOURCE2=vim-7.3-patches-001-107.tar.bz2
  SOURCE2_URL[0]=http://download.sourcemage.org/grimoire/distro/$SOURCE2
     SOURCE2_GPG=gurus.gpg:${SOURCE2}.sig:WORKS_FOR_ME
fi

        WEB_SITE=http://vim.sf.net
      LICENSE[0]=http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
         ENTERED=20010922
        KEYWORDS="editors"
           SHORT="VIM is an improved version of vi."
cat << EOF
VIM is an improved version of the editor vi, one of the standard text
editors on UNIX systems.
VIM adds many of the features that you would expect in an editor:
Unlimited undo, syntax coloring, split windows, visual selection,
graphical user interface (read: menus, mouse control, scrollbars, text
selection), and much much more.
EOF
