Port details on branch 2023Q3 |
- go-pgweb Web-based database browser for PostgreSQL
- 0.11.7_15 databases =0 0.11.7_15Version of this port present on the latest quarterly branch.
- Maintainer: daniel@morante.net
- Port Added: 2023-08-04 15:02:22
- Last Update: 2023-09-08 14:39:12
- Commit Hash: 793b61c
- Also Listed In: www
- License: MIT
- WWW:
- https://github.com/sosedoff/pgweb
- Description:
- Pgweb is a web-based database browser for PostgreSQL, written in Go and works on
OSX, Linux and Windows machines. Main idea behind using Go for backend
development is to utilize ability of the compiler to produce zero-dependency
binaries for multiple platforms. Pgweb was created as an attempt to build very
simple and portable application to work with local or remote PostgreSQL
databases.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- go-pgweb>0:databases/go-pgweb
- To install the port:
- cd /usr/ports/databases/go-pgweb/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/go-pgweb
- pkg install go-pgweb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: go-pgweb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1604840815
SHA256 (sosedoff-pgweb-v0.11.7_GH0.tar.gz) = d35f74a6d80093764aece7b0a0ad6869799d04316efab077e0f7603835a9f159
SIZE (sosedoff-pgweb-v0.11.7_GH0.tar.gz) = 3944443
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go120 : lang/go120
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_go-pgweb
- USES:
- go
- pkg-message:
- For install:
-
To run Pgweb at startup, enable it in your /etc/rc.conf:
sysrc pgweb_enable="YES"
To start Pgweb:
service pgweb start
Pgweb will listen on port 8081 and bind to localhost.
This can be changed by setting "pgweb_bind" and "pgweb_listen"
in /etc/rc.conf.
sysrc pgweb_bind="0.0.0.0" pgweb_listen="80"
Additional options can be set using "pgweb_flags". See 'pgweb --help' for a list
of all options.
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.11.7_15 08 Sep 2023 14:39:12 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go120 update
Approved by: ports-secteam (blanket) |
0.11.7_14 04 Aug 2023 14:36:07 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update
Approved by: ports-secteam (blanket) |
Number of commits found: 2
|