           SPELL=mp
         VERSION=5.1.0-rc1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
         SOURCE2="${SOURCE}.asc"
   SOURCE_URL[0]="http://www.triptico.com/download/${SOURCE}"
     SOURCE2_URL="${SOURCE_URL[0]}.asc"
      SOURCE_GPG="mp.gpg:${SOURCE}.asc:UPSTREAM_KEY"
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://www.triptico.com/software/mp.html"
      LICENSE[0]=GPL
         ENTERED=20070429
      PATCHLEVEL=1
           SHORT="A text editor for programmers"
cat << EOF
A text editor for Programmers
* Multiple files can be edited at the same time and blocks copied and pasted
among them.
* Syntax highlighting for many popular languages / file formats: C, C++,
Perl, Shell Scripts, Ruby, Php, SQL, Python, HTML...
* Creative use of tags: tags created by the external utility ctags are used to
move instantaneously to functions or variables inside your current source tree.
Tags are visually highlighted (underlined), and symbol completion can be
triggered to avoid typing your own function names over and over.
* Intelligent help system: pressing F1 over any word of a text being edited
triggers the underlying system help (calling man when editing C or Shell files,
perldoc with Perl, ri on Ruby, winhelp on MS Windows...).
EOF
