Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Sep 2021 06:53:40 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 203b3d22f047 - main - ports/net: Add new port
Message-ID:  <202109150653.18F6reZP052045@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

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

commit 203b3d22f0470827ce0a894f7bc4fc94451f16f3
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2021-09-15 06:53:20 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2021-09-15 06:53:20 +0000

    ports/net: Add new port
    
    Very fast S3 command-line tool written in Go
---
 net/Makefile        |  1 +
 net/s5cmd/Makefile  | 22 ++++++++++++++++++++++
 net/s5cmd/distinfo  |  3 +++
 net/s5cmd/pkg-descr |  6 ++++++
 4 files changed, 32 insertions(+)

diff --git a/net/Makefile b/net/Makefile
index 99a56b96f33a..71bd2263f8be 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1381,6 +1381,7 @@
     SUBDIR += rubygem-xmlrpc
     SUBDIR += rude
     SUBDIR += ryu
+    SUBDIR += s5cmd
     SUBDIR += sacc
     SUBDIR += samba412
     SUBDIR += samba413
diff --git a/net/s5cmd/Makefile b/net/s5cmd/Makefile
new file mode 100644
index 000000000000..a9b91cd98660
--- /dev/null
+++ b/net/s5cmd/Makefile
@@ -0,0 +1,22 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+
+PORTNAME=	s5cmd
+PORTVERSION=	1.3.0
+DISTVERSIONPREFIX=	v
+CATEGORIES=	net
+
+MAINTAINER=	ehaupt@FreeBSD.org
+COMMENT=	Very fast S3 command-line tool written in Go
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		go
+USE_GITHUB=	yes
+GH_ACCOUNT=	peak
+
+GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
+
+PLIST_FILES=	bin/s5cmd
+
+.include <bsd.port.mk>
diff --git a/net/s5cmd/distinfo b/net/s5cmd/distinfo
new file mode 100644
index 000000000000..c6a3bdc72f2d
--- /dev/null
+++ b/net/s5cmd/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1631686287
+SHA256 (peak-s5cmd-v1.3.0_GH0.tar.gz) = fbc1c2f40bcfb277fee3fd40193313f1b0bac4e13cdaa0f3b96b9e8c493e9ae6
+SIZE (peak-s5cmd-v1.3.0_GH0.tar.gz) = 2704741
diff --git a/net/s5cmd/pkg-descr b/net/s5cmd/pkg-descr
new file mode 100644
index 000000000000..a46f70d61934
--- /dev/null
+++ b/net/s5cmd/pkg-descr
@@ -0,0 +1,6 @@
+s5cmd is a very fast S3 and local filesystem execution tool. It comes
+with support for a multitude of operations including tab completion and
+wildcard support for files, which can be very handy for your object
+storage workflow while working with large number of files.
+
+WWW: https://github.com/peak/s5cmd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109150653.18F6reZP052045>