Bug 283560 - database/pg_store_plans kindly asking to accept new port
Summary: database/pg_store_plans kindly asking to accept new port
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-24 19:30 UTC by joseph
Modified: 2025-03-07 06:34 UTC (History)
0 users

See Also:


Attachments
Patch to add pg_store_plans to portstree (2.34 KB, patch)
2024-12-24 19:30 UTC, joseph
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description joseph 2024-12-24 19:30:03 UTC
Created attachment 256113 [details]
Patch to add pg_store_plans to portstree

Hello,

i tried to create my first port, please have a look and if its ok, please add it to the ports tree.

The port is pg_store_plans extension for Postgres.
I have testet it for some time my self and it seems to do the job. I also did a manual test build like in the old days and it worked.
Please see attached patch.

Kind regards,
Joseph
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-03-07 06:34:22 UTC
A commit in branch main references this bug:

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

commit a3381d5c2f0e57045e766bef1d46e2f4f403de79
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2025-03-07 06:31:10 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2025-03-07 06:32:38 +0000

    databases/pg_store_plans: New port

    The pg_store_plans module provides a means for tracking execution
    plan statistics of all SQL statements executed by a server.

    PR:             283560
    Reported by:    joseph@2egos.de

 databases/Makefile                       |  1 +
 databases/pg_store_plans/Makefile (new)  | 21 +++++++++++++++++++++
 databases/pg_store_plans/distinfo (new)  |  3 +++
 databases/pg_store_plans/pkg-descr (new) |  2 ++
 databases/pg_store_plans/pkg-plist (new) |  3 +++
 5 files changed, 30 insertions(+)