Port details |
- pgpool-II-42 Connection pool server for PostgreSQL
- 4.2.12 databases =2 4.2.12Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream EOL reaches on 2025-11-30
EXPIRATION DATE: 2025-12-31
- Maintainer: mike.jakubik@swiftsmsgateway.com
- Port Added: 2021-06-04 21:21:14
- Last Update: 2023-10-26 20:34:04
- Commit Hash: ed9c7c4
- 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-II42>0:databases/pgpool-II-42
- 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-42/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/pgpool-II-42
- pkg install pgpool-II42
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pgpool-II42
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1682873414
SHA256 (pgpool-II-4.2.12.tar.gz) = 9f4a770aba2a60b047996bd5fd9ec6bf974560e73d483aff68d7a9455e93c5d0
SIZE (pgpool-II-4.2.12.tar.gz) = 4758162
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-II42-4.2.12:
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-42
- USES:
- gmake libtool pgsql:11+ 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.12 26 Oct 2023 20:34:04 |
Muhammad Moinur Rahman (bofh) |
databases/pgpool-II-42: Extend EXPIRATION_DATE
The EOL for the branch has been extended so extend the DEPRECATION and
EXPIRATION_DATE accordingly.
See:
https://www.pgpool.net/mediawiki/index.php/EOL_information
Approved by: portmgr (blanket) |
4.2.12 17 Aug 2023 18:34:19 |
Muhammad Moinur Rahman (bofh) |
databases/pgpool-II-42: Mark DEPRECATED
- Upstream EOL reaches on 2023-12-31
- Set EXPIRATION_DATE 2023-12-31
Approved by: portmgr (blanket) |
4.2.12 17 May 2023 16:30:15 |
Muhammad Moinur Rahman (bofh) |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket) |
4.2.12 30 Apr 2023 18:33:29 |
Muhammad Moinur Rahman (bofh) |
databases/pgpool-II-42: Update version 4.2.3=>4.2.12
- Unbreak on HEAD
Changelog:
https://www.pgpool.net/docs/latest/en/html/release-4-2-11.html
Approved by: portmgr (blanket) |
4.2.3 15 Apr 2023 13:14:58 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove pointers to EOLed pgsql versions
- Remove dotted pgsql versions
Approved by: portmgr |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.2.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.2.3 29 Jun 2022 15:57:40 |
Stefan Eßer (se) |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit) |
4.2.3 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
4.2.3 04 Jun 2021 21:19:06 |
Torsten Zuehlsdorff (tz) |
databases/pgpool-II-42: 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.
WWW: https://pgpool.net/
PR: 256128
Submitted by: Mike Jakubik <mike.jakubik@swiftsmsgateway.com> |