Port details |
- adminerevo Database management in a single PHP file
- 4.8.4 databases =2 4.8.2Version of this port present on the latest quarterly branch.
- Maintainer: DtxdF@disroot.org
- Port Added: 2023-12-22 23:45:05
- Last Update: 2024-08-20 04:45:50
- Commit Hash: 047206b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: www
- License: APACHE20 GPLv3
- WWW:
- https://adminerevo.org
- https://github.com/adminerevo/adminerevo
- Description:
- AdminerEvo (fork of Adminer) is a full-featured database management tool
written in PHP. Conversely to phpMyAdmin, it consists of a single file
ready to deploy to the target server.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- adminerevo>0:databases/adminerevo
- To install the port:
- cd /usr/ports/databases/adminerevo/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/adminerevo
- pkg install adminerevo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: adminerevo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1723969538
SHA256 (adminer-4.8.4.php) = e9a9bc2cc2ac46d6d92f008de9379d2b21a3764a5f8956ed68456e190814b149
SIZE (adminer-4.8.4.php) = 492814
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php82
- session.so : www/php82-session
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_adminerevo
- USES:
- php
- pkg-message:
- For install:
- You should install the database extension(s) what you want to use:
php82-mysqli, php82-mssql, php82-odbc, php82-pgsql or php82-pdo_sqlite.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.8.4 20 Aug 2024 04:45:50 |
Zsolt Udvari (uzsolt) Author: Jesús Daniel Colmenares Oviedo |
databases/adminerevo: update to 4.8.4
Switch to DISTVERSION.
ChangeLog:
https://github.com/adminerevo/adminerevo/blob/v4.8.4/changes.txt
* Removed size for integer on MySQL 8+.
* Replaced deprecated by error_get_last().
* Allow responsive styles on larger devices.
* Fixed issue with editor tables list.
* Adjusted href of editor title.
* Fixes of warnings on PHP8.3.
* Filter removal buttons on table select pages.
* Skip dump of generated columns.
* Add LICENSE file, clarify dual-licensing.
* Restore latest version check.
PR: 280897
Approved by: submitter is maintainer |
4.8.2 22 Dec 2023 23:44:42 |
Muhammad Moinur Rahman (bofh) Author: Jesús Daniel Colmenares Oviedo |
databases/adminerevo: New port
AdminerEvo (fork of Adminer) is a full-featured database management tool
written in PHP. Conversely to phpMyAdmin, it consists of a single file
ready to deploy to the target server.
WWW: https://adminerevo.org
PR: 274188 |