svn commit: r502084 - in head/misc: . lf
Yuri Victorovich
yuri at FreeBSD.org
Mon May 20 06:26:14 UTC 2019
Author: yuri
Date: Mon May 20 06:26:12 2019
New Revision: 502084
URL: https://svnweb.freebsd.org/changeset/ports/502084
Log:
New port: misc/lf: Terminal file manager
Added:
head/misc/lf/
head/misc/lf/Makefile (contents, props changed)
head/misc/lf/distinfo (contents, props changed)
head/misc/lf/pkg-descr (contents, props changed)
Modified:
head/misc/Makefile
Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile Mon May 20 06:22:04 2019 (r502083)
+++ head/misc/Makefile Mon May 20 06:26:12 2019 (r502084)
@@ -217,6 +217,7 @@
SUBDIR += lazyread
SUBDIR += lc
SUBDIR += lesspipe
+ SUBDIR += lf
SUBDIR += libeatmydata
SUBDIR += libemos
SUBDIR += libiio
Added: head/misc/lf/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/lf/Makefile Mon May 20 06:26:12 2019 (r502084)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= lf
+DISTVERSIONPREFIX= r
+DISTVERSION= 12
+CATEGORIES= misc
+
+MAINTAINER= yuri at FreeBSD.org
+COMMENT= Terminal file manager
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go
+USE_GITHUB= yes
+GH_ACCOUNT= gokcehan
+GH_TUPLE= mattn:go-runewidth:703b5e6:runewidth/vendor/github.com/mattn/go-runewidth \
+ nsf:termbox-go:288510b:termbox/vendor/github.com/nsf/termbox-go
+GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
+
+PLIST_FILES= bin/lf
+
+.include <bsd.port.mk>
Added: head/misc/lf/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/lf/distinfo Mon May 20 06:26:12 2019 (r502084)
@@ -0,0 +1,7 @@
+TIMESTAMP = 1558333231
+SHA256 (gokcehan-lf-r12_GH0.tar.gz) = 8a3ca71dd18ca01f34a08573049c5f9f4302b5c7a998443d2b0855792fdca7f2
+SIZE (gokcehan-lf-r12_GH0.tar.gz) = 64921
+SHA256 (mattn-go-runewidth-703b5e6_GH0.tar.gz) = 62c40ad7642da0ad00a3d47887cc7404c09703e580d65c709b2ecb65d721e9c8
+SIZE (mattn-go-runewidth-703b5e6_GH0.tar.gz) = 19884
+SHA256 (nsf-termbox-go-288510b_GH0.tar.gz) = f4f60382dbf63d1e453110e9dd44f8517316c8be3d40f0f101a845c7aae351b1
+SIZE (nsf-termbox-go-288510b_GH0.tar.gz) = 32359
Added: head/misc/lf/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/lf/pkg-descr Mon May 20 06:26:12 2019 (r502084)
@@ -0,0 +1,7 @@
+lf (as in "list files") is a terminal file manager written in Go. It is heavily
+inspired by ranger with some missing and extra features. Some of the missing
+features are deliberately omitted since they are better handled by external
+tools. See faq for more information and tutorial for a gentle introduction with
+screencasts.
+
+WWW: https://github.com/gokcehan/lf
More information about the svn-ports-head
mailing list