Port details |
- pgpool-II-45 Connection pool server for PostgreSQL (4.4.X branch)
- 4.5.0 databases =2 4.5.0Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2024-02-29 19:54:16
- Last Update: 2024-02-29 19:52:20
- Commit Hash: 6741435
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://pgpool.net/
- Description:
- pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can
connect to pgpool as if it were a standard PostgreSQL server.
pgpool caches the connection to PostgreSQL server to reduce the overhead to
establish the connection to it.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pgpool-II-45>0:databases/pgpool-II-45
- Conflicts:
- CONFLICTS_INSTALL:
- pgpool-II-[0-9][0-9]
- pgpool-II[0-9][0-9]
- To install the port:
- cd /usr/ports/databases/pgpool-II-45/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/pgpool-II-45
- pkg install pgpool-II-45
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pgpool-II-45
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1709226440
SHA256 (pgpool-II-4.5.0.tar.gz) = 5984aecdf2520872900356aced0c9aa6e96537c2e82297c6593ed9019118451a
SIZE (pgpool-II-4.5.0.tar.gz) = 5138556
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libpq.so.5 : databases/postgresql15-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pgpool-II-45-4.5.0:
DOCS=on: Build and/or install documentation
MEMCACHED=off: Use memcached for in memory query cache
PAM=off: Build with PAM support
SSL=on: Build with OpenSSL support
===> Use 'make config' to modify these settings
- Options name:
- databases_pgpool-II-45
- USES:
- gmake libtool pgsql:12+ ssl
- pkg-message:
- For install:
- In order to start pgpool you need some more configuration:
# sysrc -f /etc/rc.conf pgpool_enable="YES"
# sysrc -f /etc/rc.conf pgpool_user="root"
Please consider the usage of another user. The user is
required to have read/write access to /var/run/pgpool.
Using the root user is - as always - an security issue.
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.5.0 29 Feb 2024 19:52:20 |
Muhammad Moinur Rahman (bofh) |
databases/pgpool-II-45: New port
pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL
client can connect to pgpool as if it were a standard PostgreSQL server.
pgpool caches the connection to PostgreSQL server to reduce the overhead
to establish the connection to it.
This is the 4.5.X series of the port.
WWW: https://pgpool.net |
Number of commits found: 1
|