Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2024 21:22:02 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 32f60d1de65c - main - sysutils/superfile: terminal file manager
Message-ID:  <202405132122.44DLM2Qi038358@gitrepo.freebsd.org>

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

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

commit 32f60d1de65c1b634de282a79499e220e4a4a80b
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-05-12 23:33:55 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-05-13 21:20:32 +0000

    sysutils/superfile: terminal file manager
    
    Superfile is a terminal file manager, allowing you to manage files on
    the terminal in much the same way as you would do in a graphical file
    manager.
    
    Superfile requires that you use one of the Nerd Fonts as your terminal
    font.  Install x11-fonts/nerd-fonts on your client and set up one of
    these fonts if you encounter graphical glitches.
    
    WWW: https://github.com/MHNightCat/superfile
---
 sysutils/Makefile            |  1 +
 sysutils/superfile/Makefile  | 20 ++++++++++++++++++++
 sysutils/superfile/distinfo  |  5 +++++
 sysutils/superfile/pkg-descr |  7 +++++++
 4 files changed, 33 insertions(+)

diff --git a/sysutils/Makefile b/sysutils/Makefile
index 719c74d68994..9f391bed5299 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1405,6 +1405,7 @@
     SUBDIR += stowES
     SUBDIR += stress
     SUBDIR += stressdisk
+    SUBDIR += superfile
     SUBDIR += superiotool
     SUBDIR += swapd
     SUBDIR += swapexd
diff --git a/sysutils/superfile/Makefile b/sysutils/superfile/Makefile
new file mode 100644
index 000000000000..ac17f7bf9262
--- /dev/null
+++ b/sysutils/superfile/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	superfile
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.1.3-0.20240512232412
+DISTVERSIONSUFFIX=	-e7275dfc0dcd
+CATEGORIES=	sysutils
+
+MAINTAINER=	fuz@FreeBSD.org
+COMMENT=	Terminal file manager
+WWW=		https://github.com/MHNightCat/superfile
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		go:modules
+
+GO_MODULE=	github.com/MHNightCat/superfile
+
+PLIST_FILES=	bin/superfile
+
+.include <bsd.port.mk>
diff --git a/sysutils/superfile/distinfo b/sysutils/superfile/distinfo
new file mode 100644
index 000000000000..0f98d32f8e95
--- /dev/null
+++ b/sysutils/superfile/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1715556543
+SHA256 (go/sysutils_superfile/superfile-v1.1.3-0.20240512232412-e7275dfc0dcd/v1.1.3-0.20240512232412-e7275dfc0dcd.mod) = 1351778081d883d136f4805b1795582a4dd1b7d1ed76c9e66bb60306a0a219af
+SIZE (go/sysutils_superfile/superfile-v1.1.3-0.20240512232412-e7275dfc0dcd/v1.1.3-0.20240512232412-e7275dfc0dcd.mod) = 2639
+SHA256 (go/sysutils_superfile/superfile-v1.1.3-0.20240512232412-e7275dfc0dcd/v1.1.3-0.20240512232412-e7275dfc0dcd.zip) = 97a556426ce2684a74cd83f4584f10cc68e7b2cf6933769de4a271ba297aced4
+SIZE (go/sysutils_superfile/superfile-v1.1.3-0.20240512232412-e7275dfc0dcd/v1.1.3-0.20240512232412-e7275dfc0dcd.zip) = 6041523
diff --git a/sysutils/superfile/pkg-descr b/sysutils/superfile/pkg-descr
new file mode 100644
index 000000000000..845aebfda992
--- /dev/null
+++ b/sysutils/superfile/pkg-descr
@@ -0,0 +1,7 @@
+Superfile is a terminal file manager, allowing you to manage files on
+the terminal in much the same way as you would do in a graphical file
+manager.
+
+Superfile requires that you use one of the Nerd Fonts as your terminal
+font.  Install x11-fonts/nerd-fonts on your client and set up one of
+these fonts if you encounter graphical glitches.



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