Summary: | [NEW PORT] database/postgresql-semver | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alexander Sieg <ports> | ||||
Component: | Individual Port(s) | Assignee: | Yasuhiro Kimura <yasu> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | lwhsu, pgsql, yasu | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://github.com/theory/pg-semver/ | ||||||
Attachments: |
|
Take. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc5b80a8bc4d08dd954f198b21176bdfb1b7eac7 commit fc5b80a8bc4d08dd954f198b21176bdfb1b7eac7 Author: Alexander Sieg <ports@xanderio.de> AuthorDate: 2021-10-08 09:26:50 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2021-11-03 17:32:10 +0000 databases/postgresql-semver: Add new port This library contains a single PostgreSQL extension, a data type called "semver". It's an implementation of the version number format specified by the Semantic Versioning 2.0.0 Specification. PR: 259001 databases/Makefile | 1 + databases/postgresql-semver/Makefile (new) | 20 ++++++++++++++++++++ databases/postgresql-semver/distinfo (new) | 3 +++ databases/postgresql-semver/pkg-descr (new) | 5 +++++ databases/postgresql-semver/pkg-message (new) | 9 +++++++++ databases/postgresql-semver/pkg-plist (new) | 23 +++++++++++++++++++++++ 6 files changed, 61 insertions(+) Committed. Thanks! |
Created attachment 228514 [details] git format-patch 1 This library contains a single PostgreSQL extension, a data type called "semver". It's an implementation of the version number format specified by the Semantic Versioning 2.0.0 Specification.