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