           SPELL=phpmyadmin
         VERSION=3.2.4
  SECURITY_PATCH=17
     SOURCE_HASH=sha512:48b71f7946953e368834a0bf2dae0d86d04b31d4241ba87f761f78033f88ed94c9f1b5580fa2b27cee071616341e3564e795b620ce2f199060c9fb8b5583aeb2
          SOURCE=phpMyAdmin-$VERSION-all-languages.tar.bz2
#     SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/phpMyAdmin-$VERSION-all-languages
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
        WEB_SITE=http://www.phpmyadmin.net/
         ENTERED=20030120
      LICENSE[0]=GPL
        KEYWORDS="mysql devel"
           SHORT="PHP/Web-based MySQL server/database management tool"
cat << EOF
phpMyAdmin can manage a whole MySQL-server (needs a super-user) but also a
single database.  To accomplish the latter you'll need a properly set up
MySQL-user who can read/write only the desired database.  It's up to you to
look up the appropriate part in the MySQL manual.  Currently phpMyAdmin can:

  *  create and drop databases
  *  create, copy, drop, rename and alter tables
  *  do table maintenance
  *  delete, edit and add fields
  *  execute any SQL-statement, even batch-queries
  *  manage keys on fields
  *  load text files into tables
  *  create (*) and read dumps of tables
  *  export (*) data to CSV, XML and Latex formats
  *  administer multiple servers
  *  check referential integrity
  *  using Query-by-example (QBE), create complex queries automatically
     connecting required tables
  *  create PDF graphics of your Database layout
  *  search globally in a database or a subset of it
  *  communicate in 43 different languages 

(*) phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats) dumps and
CSV exports if you use PHP4>=4.0.4 with Zlib support (--with-zlib) and/or
Bzip2 support (--with-bz2).
EOF
