phpmyadmin stable port information

Package: phpmyadmin
Version: 2.10.2
Revision: 1
License: GPL
Maintainer: Christian Schaffner

# Dependencies:
Depends: mysql-client
Suggests: mysql

# Unpack Phase:
Source: mirror:sourceforge:%n/phpMyAdmin-%v-all-languages.tar.bz2
Source-MD5: 7a7a2391502c2bd8c3e0c7288a9de586

# Compile Phase:
CompileScript: echo "none"

# Install Phase:
InstallScript: <<
mkdir -p %i/share/%n
cp -r * %i/share/%n
<<
DocFiles: <<
CREDITS
ChangeLog
Documentation.html
Documentation.txt
INSTALL
LICENSE
README
RELEASE-DATE-%v
TODO
<<

Description: Web interface to MySQL
DescDetail: <<
phpMyAdmin is a tool written in PHP intended to handle the
administration of MySQL over the WWW. Currently it can create and drop
databases, create/drop/alter tables, delete/edit/add fields, execute
any SQL statement, manage keys on fields.
<<
DescUsage: <<
Configuration files coming from before phpMyAdmin 2.3.0 (released on
2002-08-11) are no longer supported.

You can still use your config.inc.php file, but this file can be
simplified, containing only the parameters you want to change from
their corresponding default value in config.default.php
The settings host, auth_type, user, password, and PmaAbsoluteUri are required.
See the file %p/share/doc/phpmyadmin/Documentation.html for details.
To access the interface, open the directory /sw/share/phpmyadmin in your
browser.
You must have php enabled in your apache conf file.
You may wish to add a symlink to there:
sudo ln -s %p/share/phpmyadmin /Library/WebServer/Documents/phpmyadmin
(If using the Apple supplied apache server)
or:
sudo ln -s %p/share/phpmyadmin %p/var/www/phpmyadmin
(if using the fink apache2 package)

If you do not have a remote MySQL server, you should install the "mysql"
package as well as the client.

If you get strange collation errors with MySQL 4.1.2, use the script:
%p/share/%n/scripts/upgrade_tables_mysql_4_1_2+.sql
<<

Homepage: http://www.phpmyadmin.net/

phpmyadmin _unstable_ port information

Package: phpmyadmin
Version: 2.10.3
Revision: 1
License: GPL
Maintainer: Christian Schaffner

# Dependencies:
Depends: mysql-client
Suggests: mysql

# Unpack Phase:
Source: mirror:sourceforge:%n/phpMyAdmin-%v-all-languages.tar.bz2
Source-MD5: 7866cc1033ba79b5f71354c66d109033

# Compile Phase:
CompileScript: echo "none"

# Install Phase:
InstallScript: <<
mkdir -p %i/share/%n
cp -r * %i/share/%n
<<
DocFiles: <<
CREDITS
ChangeLog
Documentation.html
Documentation.txt
INSTALL
LICENSE
README
RELEASE-DATE-%v
TODO
<<

Description: Web interface to MySQL
DescDetail: <<
phpMyAdmin is a tool written in PHP intended to handle the
administration of MySQL over the WWW. Currently it can create and drop
databases, create/drop/alter tables, delete/edit/add fields, execute
any SQL statement, manage keys on fields.
<<
DescUsage: <<
You must have php enabled in your apache conf file.

You may wish to add a symlink to phpmyadmin in your web server directory:
sudo ln -s %p/share/phpmyadmin /Library/WebServer/Documents/phpmyadmin
(If using the Apple supplied apache server)
or:
sudo ln -s %p/share/phpmyadmin %p/var/www/phpmyadmin
(if using the fink apache2 package)

If you do not have a remote MySQL server, you should install the "mysql"
package as well as the client.

For configuration please read %p/share/phpmyadmin/Documentation.html

Configuration files coming from before phpMyAdmin 2.3.0 (released on
2002-08-11) are no longer supported.

You can still use your config.inc.php file, but this file can be
simplified, containing only the parameters you want to change from
their corresponding default value in config.default.php
The settings host, auth_type, user, password, and PmaAbsoluteUri are required.
See the file %p/share/doc/phpmyadmin/Documentation.html for details.
To access the interface, open the directory /sw/share/phpmyadmin in your
browser.

If you get strange collation errors with MySQL 4.1.2, use the script:
%p/share/%n/scripts/upgrade_tables_mysql_4_1_2+.sql
<<

Homepage: http://www.phpmyadmin.net/