Port details |
- pgpool-II-43 Connection pool server for PostgreSQL (4.3.X branch)
- 4.3.6 databases
=1 4.3.5Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2021-12-28 01:30:07
- Last Update: 2023-05-18 18:10:18
- Commit Hash: c96d5af
- People watching this port, also watch:: zrep
- License: MIT
- 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pgpool-II-43>0:databases/pgpool-II-43
- Conflicts:
- CONFLICTS_INSTALL:
- pgpool-II-[0-9][0-9]
- pgpool-II[0-9][0-9]
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/databases/pgpool-II-43/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/pgpool-II-43
- pkg install pgpool-II-43
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pgpool-II-43
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1684426556
SHA256 (pgpool-II-4.3.6.tar.gz) = 130974d31b2c1f044d3e5e1aa759130e52104ae37252b7794a22806fcfa243e9
SIZE (pgpool-II-4.3.6.tar.gz) = 4905537
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/postgresql13-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pgpool-II-43-4.3.6:
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-43
- 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.
- WWW: https://pgpool.net/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.6 18 May 2023 18:10:18
    |
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-43: Update version 4.3.5=>4.3.6
Changelog: https://www.pgpool.net/docs/latest/en/html/release-4-3-6.html |
4.3.5 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.3.5 15 Apr 2023 13:14:58
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Remove pointers to EOLed pgsql versions
- Remove dotted pgsql versions
Approved by: portmgr |
4.3.5 24 Mar 2023 14:07:03
    |
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-43: Fix BUILD on HEAD |
4.3.5 01 Feb 2023 14:38:17
    |
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-43: Update version 4.3.4=>4.3.5
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-3-5.html |
4.3.4 31 Dec 2022 21:58:54
    |
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-43: Update version 4.3.3=>4.3.4
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-3-4.html |
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.3.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.3.3 29 Aug 2022 09:43:53
    |
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-43: Update version 4.3.2=>4.3.3
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-3-3.html |
4.3.2 29 Jun 2022 15:57:40
    |
Stefan Eßer (se)  |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit) |
4.3.2 21 May 2022 00:52:52
    |
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-43: Update version 4.3.1=>4.3.2
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-3-2.html |
4.3.1 18 Feb 2022 14:23:09
    |
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-43: Update version 4.3.0=>4.3.1
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-3-1.html |
4.3.0 28 Dec 2021 01:27:04
    |
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-43: New Port
Connection pool server for PostgreSQL (4.3.X branch)
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/
Relnotes: https://www.pgpool.net/docs/43/en/html/release-4-3-0.html
Sponsored by: Bounce Experts |