Bug 255152 - [NEW PORT] textproc/go-yq: Portable commandline YAML processor written in go
Summary: [NEW PORT] textproc/go-yq: Portable commandline YAML processor written in go
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: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-17 15:32 UTC by Pavel Timofeev
Modified: 2021-08-09 16:02 UTC (History)
1 user (show)

See Also:


Attachments
go-yq.shar (5.33 KB, text/plain)
2021-04-17 15:32 UTC, Pavel Timofeev
no flags Details
textproc_Makefile.patch (344 bytes, patch)
2021-04-17 15:33 UTC, Pavel Timofeev
no flags Details | Diff
textproc_yq.patch (786 bytes, patch)
2021-04-17 15:34 UTC, Pavel Timofeev
no flags Details | Diff
textproc_yq.patch (442 bytes, patch)
2021-04-17 15:34 UTC, Pavel Timofeev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Timofeev 2021-04-17 15:32:16 UTC
Created attachment 224189 [details]
go-yq.shar

- Shar for new textproc/go-yq - yq written in go
- Add it port to textproc/Makefile
- Add conflict to existing textproc/yq
Comment 1 Pavel Timofeev 2021-04-17 15:33:23 UTC
Created attachment 224190 [details]
textproc_Makefile.patch
Comment 2 Pavel Timofeev 2021-04-17 15:34:02 UTC
Created attachment 224191 [details]
textproc_yq.patch
Comment 3 Pavel Timofeev 2021-04-17 15:34:51 UTC
Created attachment 224192 [details]
textproc_yq.patch
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-08-09 16:00:08 UTC
A commit in branch main references this bug:

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

commit ea1eda807fbdfbdaa917eaec7b3a232770c2ba40
Author:     Pavel Timofeev <timp87@gmail.com>
AuthorDate: 2021-08-09 15:57:23 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-08-09 15:58:55 +0000

    textproc/go-yq: (New) Portable commandline YAML processor written in go

    PR:             255152

 textproc/Makefile              |  1 +
 textproc/go-yq/Makefile (new)  | 42 ++++++++++++++++++++++++++++++++++++++++++
 textproc/go-yq/distinfo (new)  | 33 +++++++++++++++++++++++++++++++++
 textproc/go-yq/pkg-descr (new) |  6 ++++++
 4 files changed, 82 insertions(+)
Comment 5 Li-Wen Hsu freebsd_committer freebsd_triage 2021-08-09 16:02:08 UTC
New port added, thanks!

Please note that the latest release is 4.11.2 now, please consider updating this.
Comment 6 commit-hook freebsd_committer freebsd_triage 2021-08-09 16:02:09 UTC
A commit in branch main references this bug:

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

commit 322c76775b1e7616a90b2a96f455440214a97186
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-08-09 16:00:35 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-08-09 16:00:35 +0000

    textproc/yq: Register CONFLICTS_INSTALL with textproc/go-yq

    PR:             255152

 textproc/yq/Makefile | 2 ++
 1 file changed, 2 insertions(+)