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:
parent
95a1258f29
commit
32f60d1de6
@ -1405,6 +1405,7 @@
|
||||
SUBDIR += stowES
|
||||
SUBDIR += stress
|
||||
SUBDIR += stressdisk
|
||||
SUBDIR += superfile
|
||||
SUBDIR += superiotool
|
||||
SUBDIR += swapd
|
||||
SUBDIR += swapexd
|
||||
|
20
sysutils/superfile/Makefile
Normal file
20
sysutils/superfile/Makefile
Normal 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>
|
5
sysutils/superfile/distinfo
Normal file
5
sysutils/superfile/distinfo
Normal 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
|
7
sysutils/superfile/pkg-descr
Normal file
7
sysutils/superfile/pkg-descr
Normal 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.
|
Loading…
Reference in New Issue
Block a user