Bug 256128 - New port: databases/pgpool-II-42 <pgpool is a connection pool server for PostgreSQL>
Summary: New port: databases/pgpool-II-42 <pgpool is a connection pool server for Post...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Torsten Zuehlsdorff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-24 18:10 UTC by mike jakubik
Modified: 2021-06-04 21:21 UTC (History)
2 users (show)

See Also:


Attachments
complete ports package (2.29 KB, application/x-compressed)
2021-05-24 18:10 UTC, mike jakubik
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mike jakubik 2021-05-24 18:10:01 UTC
Created attachment 225230 [details]
complete ports package

Version 4.2.3 of pgpool4.2 (new major version, not in ports yet)
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-06-04 21:20:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c167b0329e65dd5bd69f4ae4e46eab05160b0661

commit c167b0329e65dd5bd69f4ae4e46eab05160b0661
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2021-06-04 21:19:06 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2021-06-04 21:19:06 +0000

    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>

 databases/Makefile                           |  1 +
 databases/pgpool-II-42/Makefile (new)        | 51 ++++++++++++++++++++++++++++
 databases/pgpool-II-42/distinfo (new)        |  3 ++
 databases/pgpool-II-42/files/pgpool.in (new) | 48 ++++++++++++++++++++++++++
 databases/pgpool-II-42/pkg-descr (new)       |  8 +++++
 databases/pgpool-II-42/pkg-message (new)     | 15 ++++++++
 databases/pgpool-II-42/pkg-plist (new)       | 46 +++++++++++++++++++++++++
 7 files changed, 172 insertions(+)
Comment 2 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2021-06-04 21:21:43 UTC
Committed, thank you! :)