Bug 259001 - [NEW PORT] database/postgresql-semver
Summary: [NEW PORT] database/postgresql-semver
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yasuhiro Kimura
URL: https://github.com/theory/pg-semver/
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-08 09:31 UTC by Alexander Sieg
Modified: 2021-11-03 17:36 UTC (History)
3 users (show)

See Also:


Attachments
git format-patch 1 (4.07 KB, patch)
2021-10-08 09:31 UTC, Alexander Sieg
ports: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Sieg 2021-10-08 09:31:41 UTC
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.
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2021-11-03 16:00:24 UTC
Take.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-11-03 17:34:01 UTC
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(+)
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2021-11-03 17:36:41 UTC
Committed. Thanks!