Bug 275690

Summary: [NEW PORT] net/s3m: CLI for streams of data in S3 buckets
Product: Ports & Packages Reporter: nbari
Component: Individual Port(s)Assignee: Koichiro Iwao <meta>
Status: Closed FIXED    
Severity: Affects Only Me CC: meta
Priority: --- Flags: nbari: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://s3m.stream/
Attachments:
Description Flags
s3m patch (new port)
nbari: maintainer-approval+
removed portversion
nbari: maintainer-approval+
s3m patch (new port)
nbari: maintainer-approval+
s3m 0.9.0 patch
nbari: maintainer-approval+
s3m 0.9.0 patch nbari: maintainer-approval+

Description nbari 2023-12-11 10:52:11 UTC
Created attachment 246972 [details]
s3m patch (new port)
Comment 1 nbari 2023-12-11 17:15:15 UTC
Created attachment 246984 [details]
removed portversion
Comment 2 nbari 2023-12-15 15:19:19 UTC
Created attachment 247067 [details]
s3m patch (new port)

tested using poudriere:

 poudriere testport -p default -j 14amd64 net/s3m
Comment 3 nbari 2023-12-19 08:41:53 UTC
Created attachment 247154 [details]
s3m 0.9.0 patch
Comment 4 nbari 2023-12-19 08:45:18 UTC
Created attachment 247155 [details]
s3m 0.9.0 patch

fixes the version in the patch to be the latest  0.9.0
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-01-25 07:43:20 UTC
A commit in branch main references this bug:

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

commit ffc66293325567656764530de2ab1e450a741392
Author:     root poudriere.127.network <root@poudriere.127.network>
AuthorDate: 2023-12-19 08:35:52 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2024-01-25 07:42:26 +0000

    net/s3m: add new port

    PR:             275690

 net/Makefile            |   1 +
 net/s3m/Makefile (new)  | 275 ++++++++++++++++++++++++++
 net/s3m/distinfo (new)  | 509 ++++++++++++++++++++++++++++++++++++++++++++++++
 net/s3m/pkg-descr (new) |   3 +
 4 files changed, 788 insertions(+)
Comment 6 Koichiro Iwao freebsd_committer freebsd_triage 2024-01-25 07:44:36 UTC
Committed, thanks for the patience!