mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
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:
parent
143ab735ff
commit
6ae35de7f1
@ -9,6 +9,7 @@
|
||||
SUBDIR += R-cran-sqldf
|
||||
SUBDIR += WWWdb
|
||||
SUBDIR += adminer
|
||||
SUBDIR += adminerevo
|
||||
SUBDIR += adodb5
|
||||
SUBDIR += akonadi
|
||||
SUBDIR += apache-commons-dbutils
|
||||
|
30
databases/adminerevo/Makefile
Normal file
30
databases/adminerevo/Makefile
Normal 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>
|
3
databases/adminerevo/distinfo
Normal file
3
databases/adminerevo/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1696076245
|
||||
SHA256 (adminer-4.8.2.php) = 8d772718bc8d419a89292d11b3e518d52c7392704467006171b0f406625514ab
|
||||
SIZE (adminer-4.8.2.php) = 498440
|
8
databases/adminerevo/files/pkg-message.in
Normal file
8
databases/adminerevo/files/pkg-message.in
Normal 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
|
||||
}
|
||||
]
|
3
databases/adminerevo/pkg-descr
Normal file
3
databases/adminerevo/pkg-descr
Normal 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.
|
2
databases/adminerevo/pkg-plist
Normal file
2
databases/adminerevo/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
@mode 0644
|
||||
%%WWWDIR%%/index.php
|
Loading…
Reference in New Issue
Block a user