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
This commit is contained in:
Jesús Daniel Colmenares Oviedo 2023-10-01 18:31:38 -04:00 committed by Muhammad Moinur Rahman
parent 143ab735ff
commit 6ae35de7f1
6 changed files with 47 additions and 0 deletions

View File

@ -9,6 +9,7 @@
SUBDIR += R-cran-sqldf
SUBDIR += WWWdb
SUBDIR += adminer
SUBDIR += adminerevo
SUBDIR += adodb5
SUBDIR += akonadi
SUBDIR += apache-commons-dbutils

View File

@ -0,0 +1,30 @@
PORTNAME= adminerevo
PORTVERSION= 4.8.2
CATEGORIES= databases www
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/
DISTNAME= adminer-${DISTVERSION}
EXTRACT_SUFX= .php
EXTRACT_ONLY=
MAINTAINER= DtxdF@disroot.org
COMMENT= Database management in a single PHP file
WWW= https://adminerevo.org \
https://github.com/${PORTNAME}/${PORTNAME}
LICENSE= APACHE20 GPLv3
LICENSE_COMB= dual
USES= php
USE_PHP= session
NO_ARCH= yes
NO_BUILD= yes
SUB_FILES= pkg-message
SUB_LIST= PHPVER="${PHP_VER}"
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${STAGEDIR}${WWWDIR}/index.php
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1696076245
SHA256 (adminer-4.8.2.php) = 8d772718bc8d419a89292d11b3e518d52c7392704467006171b0f406625514ab
SIZE (adminer-4.8.2.php) = 498440

View File

@ -0,0 +1,8 @@
[
{ type: install
message: <<EOM
You should install the database extension(s) what you want to use:
php%%PHPVER%%-mysqli, php%%PHPVER%%-mssql, php%%PHPVER%%-odbc, php%%PHPVER%%-pgsql or php%%PHPVER%%-pdo_sqlite.
EOM
}
]

View File

@ -0,0 +1,3 @@
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.

View File

@ -0,0 +1,2 @@
@mode 0644
%%WWWDIR%%/index.php