pkgsrc/databases/phpmyadmin/DESCR
jdolecek c583bbc2d3 Update phpMyAdmin package to 2.6.0-pl2. Changes since 2.5.7 seem to be
only UI changes according to release announcements.

While here, introduce some package changes:
* handle config.inc.php via CONF_FILES mechanism instead of PLIST magick,
  the symlink config.inc.php -> ${PKG_SYSCONFDIR}/config.inc.php is now
  included in PLIST
* use NO_BUILD, NO_CONFIGURE
* Apache config fragment file is now installed as ${EXDIR}/apache.conf, not
  copied to ${PKG_SYSCONFDIR} and MESSAGE points to the ${EXDIR} location
* do not install any *.sh files - they are developer stuff only
* use INSTALL_DATA for all files except scripts/convertcfg.pl
2004-11-06 13:28:32 +00:00

13 lines
486 B
Text

phpMyAdmin is a tool written in PHP intended to handle the administration of
MySQL over the Web. Currently it can:
- create and drop databases
- create, copy, drop and alter tables
- 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 and import CSV data
- administer one single database as well as a whole database server
- communicate in 47 different languages