Bug 274188 - [NEW PORT] databases/adminerevo: Database management in a single PHP file
Summary: [NEW PORT] databases/adminerevo: Database management in a single PHP file
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Muhammad Moinur Rahman
URL: https://adminerevo.org
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-01 00:32 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-12-22 23:46 UTC (History)
1 user (show)

See Also:


Attachments
adminerevo-4.8.2.patch (3.33 KB, patch)
2023-10-01 00:32 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff
adminerevo-4.8.2.patch (3.33 KB, patch)
2023-10-01 22:31 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff
adminerevo-4.8.3.patch (3.71 KB, patch)
2023-12-22 12:24 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2023-10-01 00:32:44 UTC
Created attachment 245344 [details]
adminerevo-4.8.2.patch

Description:

AdminerEvo (fork of Adminer) is a full-featured database management tool
written in PHP. Conversely to phpMyAdmin, it consist of a single file
ready to deploy to the target server.

WWW: https://adminerevo.org

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.2-RELEASE, amd64)
Comment 1 Graham Perrin 2023-10-01 17:54:33 UTC
Comment on attachment 245344 [details]
adminerevo-4.8.2.patch

> it consist of

Should be: 

> it consists of
Comment 2 Jesús Daniel Colmenares Oviedo 2023-10-01 22:31:40 UTC
Created attachment 245367 [details]
adminerevo-4.8.2.patch

Description:

* Fix typo `it consist of` -> `it consists of`.

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.2-RELEASE, amd64)
Comment 3 Jesús Daniel Colmenares Oviedo 2023-10-01 22:32:21 UTC
(In reply to Graham Perrin from comment #1)

Thanks!
Comment 4 Jesús Daniel Colmenares Oviedo 2023-12-22 01:52:45 UTC
Hi Muhammad,

There is a new version [1], I'll update as soon as possible.

Thanks!

[1] https://github.com/adminerevo/adminerevo/releases/tag/v4.8.3
Comment 5 Jesús Daniel Colmenares Oviedo 2023-12-22 12:24:14 UTC
Created attachment 247196 [details]
adminerevo-4.8.3.patch

Description:

* Update AdminerEvo to 4.8.3.
* Add AdminerEvo to databases/Makefile.

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 14.0-RELEASE, amd64)
Comment 6 commit-hook freebsd_committer freebsd_triage 2023-12-22 23:45:34 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6ae35de7f126fc32bc6290a88ef9cc93ea32bb28

commit 6ae35de7f126fc32bc6290a88ef9cc93ea32bb28
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-10-01 22:31:38 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-22 23:44:42 +0000

    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

 databases/Makefile                              |  1 +
 databases/adminerevo/Makefile (new)             | 30 +++++++++++++++++++++++++
 databases/adminerevo/distinfo (new)             |  3 +++
 databases/adminerevo/files/pkg-message.in (new) |  8 +++++++
 databases/adminerevo/pkg-descr (new)            |  3 +++
 databases/adminerevo/pkg-plist (new)            |  2 ++
 6 files changed, 47 insertions(+)