Re: git: c8d5a979277e - main - net/py-s4cmd: Add new port

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Mon, 07 Mar 2022 15:20:02 UTC
Antoine Brodin <antoine@freebsd.org> wrote:
> On Mon, Feb 21, 2022 at 5:14 PM Emanuel Haupt <ehaupt@freebsd.org>
> wrote:
> >
> > The branch main has been updated by ehaupt:
> >
> > URL:
> > https://cgit.FreeBSD.org/ports/commit/?id=c8d5a979277e9e1d84019d3ef80b7c928a2834f0
> >
> > commit c8d5a979277e9e1d84019d3ef80b7c928a2834f0
> > Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
> > AuthorDate: 2022-02-21 17:14:17 +0000
> > Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
> > CommitDate: 2022-02-21 17:14:17 +0000
> >
> >     net/py-s4cmd: Add new port
> >
> >     S4cmd is a command-line utility for accessing S3 storage,
> > inspired by s3cmd.
> >
> >     It is intended as an alternative to s3cmd for enhanced
> > performance and for large files, and with a number of additional
> > features and fixes for data-intensive applications.
> >
> >     It strives to be compatible with the most common usage
> > scenarios for s3cmd. It does not offer exact drop-in compatibility,
> > due to a number of corner cases where different behavior seems
> > preferable, or for bugfixes.
> >
> >     S4cmd supports the regular commands you might expect for
> > fetching and storing files in S3: ls, put, get, cp, mv, sync, del,
> > du.
> > ---
> >  net/py-s4cmd/Makefile  | 23 +++++++++++++++++++++++
> >  net/py-s4cmd/distinfo  |  3 +++
> >  net/py-s4cmd/pkg-descr | 15 +++++++++++++++
> >  3 files changed, 41 insertions(+)
> 
> Hi,
> 
> You didn't hook it to the build.

Fixed with 30d59d19e0c96db8e6b7446aec607fd071bd1c49, thanks for the
heads-up.

Emanuel

> 
> Antoine
>