summaryrefslogtreecommitdiff
path: root/databases/phpmyadmin/DESCR
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-11-06 13:28:32 +0000
committerjdolecek <jdolecek>2004-11-06 13:28:32 +0000
commit730faaec8f8ea5bb567f282bd0aba2e5f0c7922d (patch)
treed617fcdd98f88c89f1a62b3408073f9191605dff /databases/phpmyadmin/DESCR
parent68db20f23dd64404181afb51f9cc695fb92f7f13 (diff)
downloadpkgsrc-730faaec8f8ea5bb567f282bd0aba2e5f0c7922d.tar.gz
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
Diffstat (limited to 'databases/phpmyadmin/DESCR')
-rw-r--r--databases/phpmyadmin/DESCR18
1 files changed, 10 insertions, 8 deletions
diff --git a/databases/phpmyadmin/DESCR b/databases/phpmyadmin/DESCR
index 2e25da0aceb..2f514505690 100644
--- a/databases/phpmyadmin/DESCR
+++ b/databases/phpmyadmin/DESCR
@@ -1,11 +1,13 @@
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/drop/alter tables,
-- delete/edit/add fields,
-- execute any SQL statement,
-- manage keys on fields,
-- manage privileges,
-- export data into various formats and
-- is available in 47 languages.
+- 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