svn commit: r317295 - in head: . databases databases/phpmyadmin databases/phpmyadmin35
Matthew Seaman
matthew at FreeBSD.org
Sat May 4 06:24:55 UTC 2013
Author: matthew
Date: Sat May 4 06:24:53 2013
New Revision: 317295
URL: http://svnweb.freebsd.org/changeset/ports/317295
Log:
- Copy databases/phpmyadmin to databases/phpmyadmin35
- Update databases/phpmyadmin to 4.0.0
Version 4.0.0 is the first release of a new major version, and
involves some significant changes in functionality. In particular it
now requires Javascript in order to operate.
Provide a new phpmyadmin35 port to track the 3.5.x branch for those
not wishing to upgrade yet. Note that you will have to adjust your
httpd.conf if you switch to this port, as it installs the application to
${LOCALBASE}/www/phpMyAdmin35
Added:
head/databases/phpmyadmin35/
- copied from r317237, head/databases/phpmyadmin/
Modified:
head/MOVED
head/databases/Makefile
head/databases/phpmyadmin/Makefile
head/databases/phpmyadmin/distinfo
head/databases/phpmyadmin/pkg-descr (contents, props changed)
head/databases/phpmyadmin35/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Fri May 3 23:53:00 2013 (r317294)
+++ head/MOVED Sat May 4 06:24:53 2013 (r317295)
@@ -4247,3 +4247,4 @@ editors/nxml-emacs21||2013-05-02|Removed
textproc/ruby-libxml||2013-05-02|Has expired: Does not work with Ruby 1.9
japanese/navi2ch-emacs21|japanese/navi2ch|2013-05-02|Removed: obsolete
japanese/navi2ch-xemacs21-mule|japanese/navi2ch|2013-05-02|Removed: obsolete
+databases/phpmyadmin|databases/phpmyadmin35|2013-05-03|New port to track the older 3.5.x release branch
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Fri May 3 23:53:00 2013 (r317294)
+++ head/databases/Makefile Sat May 4 06:24:53 2013 (r317295)
@@ -632,6 +632,7 @@
SUBDIR += php53-sybase_ct
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
+ SUBDIR += phpmyadmin35
SUBDIR += phppgadmin
SUBDIR += postgis
SUBDIR += postgis20
Modified: head/databases/phpmyadmin/Makefile
==============================================================================
--- head/databases/phpmyadmin/Makefile Fri May 3 23:53:00 2013 (r317294)
+++ head/databases/phpmyadmin/Makefile Sat May 4 06:24:53 2013 (r317295)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= phpMyAdmin
-DISTVERSION= 3.5.8.1
+DISTVERSION= 4.0.0
CATEGORIES= databases www
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION}
DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages
@@ -23,9 +23,9 @@ USE_PHP= ctype session filter mbstring j
# want this, either turn off GD in the config dialog, or else turn off
# FONTCONFIG in the graphics/gd port options.
-PHP_MODULE_OPTIONS= APC BZ2 GD MCRYPT OPENSSL PDF ZIP ZLIB
+PHP_MODULE_OPTIONS= APC BZ2 GD MCRYPT OPENSSL PDF XML ZIP ZLIB
OPTIONS_DEFINE= SUPHP ${PHP_MODULE_OPTIONS}
-OPTIONS_DEFAULT= APC BZ2 GD MCRYPT MYSQLI OPENSSL PDF ZIP ZLIB
+OPTIONS_DEFAULT= APC BZ2 GD MCRYPT MYSQLI OPENSSL PDF XML ZIP ZLIB
OPTIONS_MULTI= DB_connect
OPTIONS_MULTI_DB_connect= MYSQL MYSQLI
@@ -39,6 +39,7 @@ MYSQL_DESC= PHP MySQL support via mysql
OPENSSL_DESC= PHP OpenSSL support
PDF_DESC= PHP PDFlib support
SUPHP_DESC= suPHP support
+XML_DESC= PHP XML support (Export to OpenDoc)
ZIP_DESC= PHP Zip compression support
ZLIB_DESC= PHP ZLIB support
Modified: head/databases/phpmyadmin/distinfo
==============================================================================
--- head/databases/phpmyadmin/distinfo Fri May 3 23:53:00 2013 (r317294)
+++ head/databases/phpmyadmin/distinfo Sat May 4 06:24:53 2013 (r317295)
@@ -1,2 +1,2 @@
-SHA256 (phpMyAdmin-3.5.8.1-all-languages.tar.xz) = c66737ff55369b1c9e4b116e68f3c517faf7c4bc17e289d008d74fde6c8260f6
-SIZE (phpMyAdmin-3.5.8.1-all-languages.tar.xz) = 3744808
+SHA256 (phpMyAdmin-4.0.0-all-languages.tar.xz) = b3a16c7397738cf3e65b54b9ad4178a19ce78d60753fb158b7eb6658d443b2ec
+SIZE (phpMyAdmin-4.0.0-all-languages.tar.xz) = 4347792
Modified: head/databases/phpmyadmin/pkg-descr
==============================================================================
--- head/databases/phpmyadmin/pkg-descr Fri May 3 23:53:00 2013 (r317294)
+++ head/databases/phpmyadmin/pkg-descr Sat May 4 06:24:53 2013 (r317295)
@@ -1,7 +1,8 @@
+Currently phpMyAdmin can:
- phpMyAdmin handles the administration of MySQL over the Web. It can:
- * browse and drop databases, tables, views, fields and indexes
- * create, copy, drop, rename and alter databases, tables, fields
+ * browse and drop databases, tables, views, columns and indexes
+ * display multiple results sets through stored procedures or queries
+ * create, copy, drop, rename and alter databases, tables, columns
and indexes
* maintain server, databases and tables, with proposals on server
configuration
@@ -9,23 +10,25 @@
* load text files into tables
* create and read dumps of tables
* export data to various formats: CSV, XML, PDF, ISO/IEC 26300 -
- OpenDocument Text and Spreadsheet, Word, Excel and LATEX formats
- * import data and MySQL structures from Microsoft Excel and
- OpenDocument spreadsheets, as well as XML, CSV, and SQL files
+ OpenDocument Text and Spreadsheet, Microsoft Word 2000, and
+ LATEX formats
+ * import data and MySQL structures from OpenDocument spreadsheets,
+ as well as XML, CSV, and SQL files
* administer multiple servers
* manage MySQL users and privileges
* 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
+ * 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
* track changes on databases, tables and views
* support InnoDB tables and foreign keys
* support mysqli, the improved MySQL extension
- * communicate in 57 different languages
- * synchronize two databases residing on the same as well as remote
- servers
+ * create, edit, call, export and drop stored procedures and
+ functions
+ * create, edit, export and drop events and triggers
+ * communicate in 62 different languages
WWW: http://www.phpmyadmin.net/
Modified: head/databases/phpmyadmin35/Makefile
==============================================================================
--- head/databases/phpmyadmin/Makefile Fri May 3 20:28:15 2013 (r317237)
+++ head/databases/phpmyadmin35/Makefile Sat May 4 06:24:53 2013 (r317295)
@@ -1,11 +1,11 @@
# Created by: nbm
# $FreeBSD$
-PORTNAME= phpMyAdmin
+PORTNAME= phpMyAdmin35
DISTVERSION= 3.5.8.1
CATEGORIES= databases www
-MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION}
-DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages
+MASTER_SITES= SF/${PORTNAME:L:S/35//}/${PORTNAME:S/35//}/${DISTVERSION}
+DISTNAME= ${PORTNAME:S/35//}-${DISTVERSION}-all-languages
MAINTAINER= matthew at FreeBSD.org
COMMENT= A set of PHP-scripts to manage MySQL over the web
More information about the svn-ports-all
mailing list