Port details |
- phpmyadmin-devel Set of PHP-scripts to manage MySQL over the web
- 5.0.0.r1 databases
=0 5.0.0.r1Version of this port present on the latest quarterly branch.
- Maintainer: joneum@FreeBSD.org
- Port Added: 2019-09-18 19:21:53
- Last Update: 2019-12-29 00:20:16
- SVN Revision: 521250
- Also Listed In: www
- License: GPLv2
- WWW:
- https://www.phpmyadmin.net/
- Description:
- Currently phpMyAdmin can:
* 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
* execute, edit and bookmark any SQL-statement, even batch-queries
* 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, 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
* 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
* create, edit, call, export and drop stored procedures and
functions
* create, edit, export and drop events and triggers
* communicate in 62 different languages
WWW: https://www.phpmyadmin.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- phpMyAdmin-devel${PHP_PKGNAMESUFFIX}>0:databases/phpmyadmin-devel
- No installation instructions:
- This port has been deleted.
- PKGNAME: phpMyAdmin-devel-php72
- Package flavors (<flavor>: <package>)
- php72: phpMyAdmin-devel-php72
- php71: phpMyAdmin-devel-php71
- php73: phpMyAdmin-devel-php73
- php74: phpMyAdmin-devel-php74
- distinfo:
- TIMESTAMP = 1575370876
SHA256 (phpMyAdmin-5.0.0-rc1-all-languages.tar.xz) = c3ef07170d6518e8bf35d658ff9eaf7c2613796925da53c5ec1c95499103ee6c
SIZE (phpMyAdmin-5.0.0-rc1-all-languages.tar.xz) = 8120796
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php72
- ctype.so : textproc/php72-ctype
- filter.so : security/php72-filter
- hash.so : security/php72-hash
- json.so : devel/php72-json
- mysqli.so : databases/php72-mysqli
- session.so : www/php72-session
- xml.so : textproc/php72-xml
- bz2.so : archivers/php72-bz2
- gd.so : graphics/php72-gd
- mbstring.so : converters/php72-mbstring
- openssl.so : security/php72-openssl
- zip.so : archivers/php72-zip
- zlib.so : archivers/php72-zlib
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for phpMyAdmin-devel-php72-5.0.0.r1:
BZ2=on: PHP bzip2 library support
CURL=off: PHP curl support
GD=on: PHP GD library support (requires X11)
GMP=off: PHP GMP library support
MBSTRING=on: PHP Multi-byte String support
OPCACHE=off: PHP Opcache support
OPENSSL=on: PHP OpenSSL support
PDF=off: PHP PDFlib support
SODIUM=off: PHP libsodium support (only available for PHP >= 7.2)
ZIP=on: PHP Zip compression support
ZLIB=on: PHP ZLIB support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cpe php:web,flavors tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.0.r1 29 Dec 2019 00:20:16 |
joneum |
Welcome phpmyadmin5
Changelog: https://www.phpmyadmin.net/news/2019/12/26/phpmyadmin-500-released/
Sponsored by: Netzkommune GmbH |
5.0.0.r1 03 Dec 2019 11:20:50 |
joneum |
Update to 5.0.0-rc1
Changelog:
https://www.phpmyadmin.net/news/2019/11/22/phpmyadmin-500-rc1-released/
Sponsored by: Netzkommune GmbH |
5.0.0.a1 18 Sep 2019 21:57:30 |
antoine |
Fix PKGBASE collisions |
5.0.0.a1 18 Sep 2019 19:23:34 |
joneum |
remove first Line from Makefile
sss |
5.0.0.a1 18 Sep 2019 19:21:47 |
joneum |
Add phpmyadmin-devel to the ports-tree
Changelog:
Welcome to the first public alpha of phpMyAdmin 5.0.0. This release features a
great number of new features and bug fixes.
With this release, we are removing support of old PHP versions (5.5, 5.6, 7.0,
and HHVM). These versions are outdated and are no longer supported by the PHP
team. Detailed requirement information is available in the documentation
included with the download or at
https://docs.phpmyadmin.net/en/latest/require.html. As shown at
https://www.phpmyadmin.net/downloads/#support our current branch of 4.9.x is
planned to remain supported for some time in an LTS capacity.
Some of the changes and new features include:
* Enable columns names by default for CSV exports
* Add Metro theme
* Automatically add the index when creating an auto increment column
* Improvements to exporting views
* Prompt the user for confirmation before running an UPDATE query with no WHERE
clause (Only the first 15 lines of the commit message are shown above ) |