1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

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
This commit is contained in:
Robert Clausecker 2024-05-13 01:33:55 +02:00
parent 95a1258f29
commit 32f60d1de6
4 changed files with 33 additions and 0 deletions

View File

@ -1405,6 +1405,7 @@
SUBDIR += stowES
SUBDIR += stress
SUBDIR += stressdisk
SUBDIR += superfile
SUBDIR += superiotool
SUBDIR += swapd
SUBDIR += swapexd

View File

@ -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>

View File

@ -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

View File

@ -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.