ports/94145: [maintainer] databases/phpmyadmin update to 2.8.0
Matthew Seaman
m.seaman at infracaninophile.co.uk
Mon Mar 6 18:40:04 UTC 2006
>Number: 94145
>Category: ports
>Synopsis: [maintainer] databases/phpmyadmin update to 2.8.0
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 06 18:40:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Matthew Seaman
>Release: FreeBSD 4.11-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.11-STABLE FreeBSD 4.11-STABLE #96: Thu Dec 29 14:07:11 GMT 2005 root at happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386
>Description:
Update to version 2.8.0 -- changelog is at:
https://sourceforge.net/project/shownotes.php?release_id=399146
>How-To-Repeat:
>Fix:
--- phpmyadmin.diff begins here ---
diff -Nur /usr/ports/databases/phpmyadmin/Makefile phpmyadmin/Makefile
--- /usr/ports/databases/phpmyadmin/Makefile Sun Jan 22 16:15:53 2006
+++ phpmyadmin/Makefile Mon Mar 6 18:15:07 2006
@@ -6,12 +6,12 @@
#
PORTNAME= phpMyAdmin
-PORTVERSION= 2.7.0.2
-#DISTVERSION= 2.7.0-pl2
+PORTVERSION= 2.8.0
+#DISTVERSION= 2.8.0
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpmyadmin
-DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-pl\1/}
+DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= m.seaman at infracaninophile.co.uk
COMMENT= A set of PHP-scripts to manage MySQL over the web
diff -Nur /usr/ports/databases/phpmyadmin/distinfo phpmyadmin/distinfo
--- /usr/ports/databases/phpmyadmin/distinfo Thu Dec 29 21:16:27 2005
+++ phpmyadmin/distinfo Mon Mar 6 18:15:41 2006
@@ -1,3 +1,3 @@
-MD5 (phpMyAdmin-2.7.0-pl2.tar.bz2) = 19a46b06254276f4e7c3803ea2d9b335
-SHA256 (phpMyAdmin-2.7.0-pl2.tar.bz2) = 19ba6032a266cc74866d1cc5bd5d196f5b14b092b515485faad405e3c8ea2cd4
-SIZE (phpMyAdmin-2.7.0-pl2.tar.bz2) = 1968200
+MD5 (phpMyAdmin-2.8.0.tar.bz2) = 9562706776f01fccffbaa99c3196f72a
+SHA256 (phpMyAdmin-2.8.0.tar.bz2) = f729ee1b4f7bd1c558577182357fabb940f153fee85a14e69e216d481bb1cdf4
+SIZE (phpMyAdmin-2.8.0.tar.bz2) = 2011697
diff -Nur /usr/ports/databases/phpmyadmin/files/config.inc.php.sample phpmyadmin/files/config.inc.php.sample
--- /usr/ports/databases/phpmyadmin/files/config.inc.php.sample Mon Dec 5 11:37:27 2005
+++ phpmyadmin/files/config.inc.php.sample Mon Mar 6 18:29:24 2006
@@ -5,6 +5,7 @@
* installaton of phpmyadmin.
*
* Copy any settings you want to override from config.defaults.php
+ * or use scripts/setup.php to generate a basic configuration file.
*
*/
diff -Nur /usr/ports/databases/phpmyadmin/pkg-descr phpmyadmin/pkg-descr
--- /usr/ports/databases/phpmyadmin/pkg-descr Mon Dec 5 17:19:20 2005
+++ phpmyadmin/pkg-descr Mon Mar 6 18:25:54 2006
@@ -1,24 +1,39 @@
- phpMyAdmin handles the administration of MySQL over the Web. It
- can manage a whole MySQL server as well as a single database.
+ phpMyAdmin can manage a whole MySQL server (needs a super-user) as
+ well as 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 it can:
- - create, copy, rename 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
- - manage MySQL users and privileges
- - 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 50 different languages
+ Currently phpMyAdmin can:
+ - easily browse through databases and tables
+ - create, copy, rename, alter and drop databases
+ - create, copy, rename, alter and drop tables
+ - do table maintenance
+ - add, edit and drop fields
+ - execute any SQL-statement, even multiple queries
+ - create, alter and drop indexes
+ - load text files into tables
+ - create (*) and read dumps of tables or databases
+ - export (*) data to SQL, CSV, XML, Word, Excel, PDF and Latex
+ formats
+ - administer multiple servers
+ - manage MySQL users and privileges
+ - check server settings and runtime information with
+ configuration hints
+ - check referential integrity in MyISAM tables
+ - 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
+ - transform stored data into any format using a set of predefined
+ functions, like displaying BLOB-data as image or download-link
+ - support InnoDB tables and foreign keys (see FAQ 3.6)
+ - support mysqli, the improved MySQL extension (see FAQ 1.17)
+ - communicate in 50 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-zli b) and/or Bzip2 support (--with-bz2).
WWW: http://www.phpmyadmin.net/
--- phpmyadmin.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list