Bug 275690 - [NEW PORT] net/s3m: CLI for streams of data in S3 buckets
Summary: [NEW PORT] net/s3m: CLI for streams of data in S3 buckets
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: Koichiro Iwao
URL: https://s3m.stream/
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-11 10:52 UTC by nbari
Modified: 2024-01-25 07:44 UTC (History)
1 user (show)

See Also:
nbari: maintainer-feedback+


Attachments
s3m patch (new port) (52.25 KB, patch)
2023-12-11 10:52 UTC, nbari
nbari: maintainer-approval+
Details | Diff
removed portversion (52.23 KB, patch)
2023-12-11 17:15 UTC, nbari
nbari: maintainer-approval+
Details | Diff
s3m patch (new port) (52.23 KB, patch)
2023-12-15 15:19 UTC, nbari
nbari: maintainer-approval+
Details | Diff
s3m 0.9.0 patch (52.23 KB, patch)
2023-12-19 08:41 UTC, nbari
nbari: maintainer-approval+
Details | Diff
s3m 0.9.0 patch (52.04 KB, patch)
2023-12-19 08:45 UTC, nbari
nbari: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!