Port details |
- adminerevo Database management in a single PHP file
- 4.8.4 databases
=2 4.8.4Version of this port present on the latest quarterly branch. DEPRECATED: Abandoned upstream, repo archived Jan 24, 2025
EXPIRATION DATE: 2025-09-08
- Maintainer: dtxdf@FreeBSD.org
 - Port Added: 2023-12-22 23:45:05
- Last Update: 2025-06-09 00:28:45
- Commit Hash: 7dd0945
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-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/php83
- session.so : www/php83-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:
php83-mysqli, php83-mssql, php83-odbc, php83-pgsql or php83-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 09 Jun 2025 00:28:45
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
databases/adminerevo: Mark as DEPRECATED
Upstream repository was archived by the owner on Jan 24, 2025.
Approved by: acm (mentor) |
4.8.4 03 Jun 2025 06:04:09
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
*/*: Change maintainer address to my @FreeBSD.org email
Approved by: acm (mentor) |
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 |