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