Port details |
- phpliteadmin Web-based database management tool for Sqlite
- 1.9.8.2 databases
=0 1.9.8.2Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@freebsd.org
 - Port Added: 2017-03-12 16:44:42
- Last Update: 2021-09-10 21:18:21
- Commit Hash: 521d21e
- Also Listed In: www
- License: GPLv3
- Description:
- phpLiteAdmin is a web-based SQLite database admin tool written in PHP with
support for SQLite3 and SQLite2.
Features
- Lightweight - consists of a single 200KB source file for portability
- Specify and manage an unlimited number of databases
- Specify a directory and optionally its subdirectories to scan for databases
- Create and delete databases
- Add, delete, rename, empty, and drop tables
- Browse, add, edit, and delete records
- Add, delete, and edit table columns
- Manage table indexes
- Manage table triggers
- Import and export tables, structure, indexes, and data (SQL, CSV)
- View data as bar, pie, and line charts
- And many other...
WWW: https://www.phpliteadmin.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- phpLiteAdmin>0:databases/phpliteadmin
- To install the port:
- cd /usr/ports/databases/phpliteadmin/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/phpliteadmin
- pkg install phpLiteAdmin
- PKGNAME: phpLiteAdmin
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1607765948
SHA256 (phpLiteAdmin_v1-9-8-2.zip) = b2e0f8ac5b41eb506f013450011e6b4e215e96c3e513103e00d2651eb1f13ee6
SIZE (phpLiteAdmin_v1-9-8-2.zip) = 59391
- 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/php74
- pdo_sqlite.so : databases/php74-pdo_sqlite
- session.so : www/php74-session
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- databases_phpliteadmin
- USES:
- cpe php:web zip
- pkg-message:
- For install:
- phpliteadmin has been installed into:
/usr/local/www/phpLiteAdmin
Please copy phpliteadmin.config.sample.php to phpliteadmin.config.php and
edit as you needs.
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Sep 2021 21:18:21 1.9.8.2
|
Bernhard Froehlich (decke)  |
databases/phpliteadmin: Add CPE information
Approved by: portmgr (blanket) |
06 May 2021 16:57:13 1.9.8.2
|
Neel Chauhan (nc)  Author: Chris Hutchinson |
databases/phpliteadmin: Return to pool
PR: 255634 |
06 Apr 2021 14:31:07 1.9.8.2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
12 Dec 2020 01:57:03
1.9.8.2
|
wen  |
- Update to 1.9.8.2
PR: 250750
Submitted by: olevole@olevole.ru
Approved by: maintainer |
13 Aug 2019 16:01:59
1.9.7.1 
|
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
23 Feb 2018 19:48:04
1.9.7.1
|
yuri  |
databases/phpliteadmin: portmaster@BSDforge.com takes maintainership
PR: 226148
Submitted by: Chris Hutchinson <portmaster@BSDforge.com>
Approved by: tcberner (mentor, implicit) |
22 Feb 2018 12:53:14
1.9.7.1
|
tobik  |
Reset MAINTAINER
https://lists.freebsd.org/pipermail/freebsd-ports/2018-February/112646.html
Submitted by: olevole@olevole.ru (maintainer) |
17 Mar 2017 14:06:34
1.9.7.1
|
lifanov  |
use DISTVERSION correctly
The DISTVERSION should be set to the version componet directly
instead of substituting dots for dashes when deriving DISTNAME.
Reported by: mat
Differential Revision: https://reviews.freebsd.org/D10002 |
12 Mar 2017 16:44:33
1.9.7.1
|
lifanov  |
New port: databases/phpliteadmin , web-based SQLite database admin tool written
in PHP
Features
Lightweight - consists of a single 200KB source file for portability
Supports SQLite3 and SQLite2 databases
Translated and available in over 10 languages - and counting
Specify and manage an unlimited number of databases
Specify a directory and optionally its subdirectories to scan for databases
Create and delete databases
Add, delete, rename, empty, and drop tables
Browse, add, edit, and delete records
Add, delete, and edit table columns
Manage table indexes
Manage table triggers (Only the first 15 lines of the commit message are shown above ) |