           SPELL=phpmyadmin
         VERSION=3.3.3
  SECURITY_PATCH=17
     SOURCE_HASH=sha512:ef4e6e8b2bd824a2ca20149e9461c60f533a448b5834b2cf030612b60d664dd4c12dfe2d98a4eadf5f7ecb7e043620c8e7f25128d100ddbc9b82b101b618d509
          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
