notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
pgpool-II-45 Connection pool server for PostgreSQL (4.4.X branch)
4.5.0 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.5.0Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-02-29 19:54:16
Last Update: 2024-02-29 19:52:20
Commit Hash: 6741435
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (50 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/pgpool-II-45-4.5.0/catalog.mk
  3. /usr/local/share/licenses/pgpool-II-45-4.5.0/LICENSE
  4. /usr/local/share/licenses/pgpool-II-45-4.5.0/MIT
  5. bin/pcp_attach_node
  6. bin/pcp_detach_node
  7. bin/pcp_health_check_stats
  8. bin/pcp_node_count
  9. bin/pcp_node_info
  10. bin/pcp_pool_status
  11. bin/pcp_proc_count
  12. bin/pcp_proc_info
  13. bin/pcp_promote_node
  14. bin/pcp_recovery_node
  15. bin/pcp_reload_config
  16. bin/pcp_stop_pgpool
  17. bin/pcp_watchdog_info
  18. bin/pg_enc
  19. bin/pg_md5
  20. bin/pgpool
  21. bin/pgpool_setup
  22. bin/pgproto
  23. bin/watchdog_setup
  24. bin/wd_cli
  25. @sample etc/aws_eip_if_cmd.sh.sample
  26. @sample etc/aws_rtb_if_cmd.sh.sample
  27. @sample etc/escalation.sh.sample
  28. @sample etc/failover.sh.sample
  29. @sample etc/follow_primary.sh.sample
  30. @sample etc/pcp.conf.sample
  31. @sample etc/pgpool.conf.sample
  32. @sample etc/pgpool_remote_start.sample
  33. @sample etc/pool_hba.conf.sample
  34. @sample etc/replication_mode_recovery_1st_stage.sample
  35. @sample etc/replication_mode_recovery_2nd_stage.sample
  36. etc/recovery_1st_stage.sample
  37. include/libpcp_ext.h
  38. include/pcp.h
  39. include/pool_process_reporting.h
  40. include/pool_type.h
  41. lib/libpcp.a
  42. lib/libpcp.so
  43. lib/libpcp.so.2
  44. lib/libpcp.so.2.0.0
  45. share/pgpool-II/insert_lock.sql
  46. share/pgpool-II/pgpool.pam
  47. @dir /var/run/pgpool
  48. @owner
  49. @group
  50. @mode
Collapse this list.
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]
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-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):
pgpool-II-45
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.5.04.5.0-4.5.04.5.0---
FreeBSD:13:quarterly4.5.04.5.0-4.5.04.5.0---
FreeBSD:14:latest4.5.04.5.0-4.5.04.5.0---
FreeBSD:14:quarterly4.5.04.5.0-4.5.04.5.0---
FreeBSD:15:latest4.5.04.5.0n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
Library dependencies:
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. http://www.pgpool.net/mediawiki/images/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.5.0
29 Feb 2024 19:52:20
commit hash: 6741435a48892bb8a4dcbab2bf8ce66fdb327911commit hash: 6741435a48892bb8a4dcbab2bf8ce66fdb327911commit hash: 6741435a48892bb8a4dcbab2bf8ce66fdb327911commit hash: 6741435a48892bb8a4dcbab2bf8ce66fdb327911 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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