           SPELL=phpmyadmin
         VERSION=3.4.9
  SECURITY_PATCH=17
     SOURCE_HASH=sha512:c006da6606de685403cc253b72dac5c251e0f2613e2ebe68bfaed46a4e408415f00f4f243108e36ffdc5be3f0474a7445dbc1af8f11a37057bd137601d8fe55c
          SOURCE=phpMyAdmin-$VERSION-all-languages.tar.bz2
#     SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/phpMyAdmin-$VERSION-all-languages
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$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
