From 6a0d06e261c54dc3ce3fd06005eab4b5c4155766 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 2 Aug 2019 18:41:10 +0000 Subject: New port: deskutils/dfshow: Directory file editor --- deskutils/dfshow/Makefile | 22 ++++++++++++++++++++++ deskutils/dfshow/distinfo | 3 +++ deskutils/dfshow/pkg-descr | 17 +++++++++++++++++ deskutils/dfshow/pkg-plist | 11 +++++++++++ 4 files changed, 53 insertions(+) create mode 100644 deskutils/dfshow/Makefile create mode 100644 deskutils/dfshow/distinfo create mode 100644 deskutils/dfshow/pkg-descr create mode 100644 deskutils/dfshow/pkg-plist (limited to 'deskutils/dfshow') diff --git a/deskutils/dfshow/Makefile b/deskutils/dfshow/Makefile new file mode 100644 index 000000000000..b5929c90788f --- /dev/null +++ b/deskutils/dfshow/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= dfshow +DISTVERSIONPREFIX= v +DISTVERSION= 0.8.1 +DISTVERSIONSUFFIX= -beta +CATEGORIES= deskutils + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Directory file editor + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libconfig.so:devel/libconfig + +USES= autoreconf gmake localbase ncurses +USE_GITHUB= yes +GH_ACCOUNT= roberthawdon +GNU_CONFIGURE= yes + +.include diff --git a/deskutils/dfshow/distinfo b/deskutils/dfshow/distinfo new file mode 100644 index 000000000000..8c7c9fbab829 --- /dev/null +++ b/deskutils/dfshow/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1564770698 +SHA256 (roberthawdon-dfshow-v0.8.1-beta_GH0.tar.gz) = c067c7d3a4f0a39362d9dece84e708952db8a12be08425dab5e5d8cad1d236fc +SIZE (roberthawdon-dfshow-v0.8.1-beta_GH0.tar.gz) = 97346 diff --git a/deskutils/dfshow/pkg-descr b/deskutils/dfshow/pkg-descr new file mode 100644 index 000000000000..5c224f0a3668 --- /dev/null +++ b/deskutils/dfshow/pkg-descr @@ -0,0 +1,17 @@ +dfshow is a set of applications which display files and directories. + +The following programs are included: +* sf + The Show File application displays a text file on screen and allows for easy + navigation. The program can be invoked by the sf command for a specific file + or from the show application. + +* show + The Show Directory application displays all or some of the names of the files + on a system with information about the files. From this program, files can be + copied, deleted, displayed, edited (in your favorite editor), or renamed by + simply positioning the cursor to the desired file name and using a single + command character. The application is invoked by the show command similar to + the standard ls command. + +WWW: https://dfshow.op-ezy.co.uk/ diff --git a/deskutils/dfshow/pkg-plist b/deskutils/dfshow/pkg-plist new file mode 100644 index 000000000000..ce72b6834f77 --- /dev/null +++ b/deskutils/dfshow/pkg-plist @@ -0,0 +1,11 @@ +bin/sf +bin/show +etc/dfshow.conf +man/man1/sf.1.gz +man/man1/show.1.gz +%%DATADIR%%/default +%%DATADIR%%/hot-dog-stand +%%DATADIR%%/light +%%DATADIR%%/monochrome +%%DATADIR%%/neutral +%%DATADIR%%/nt -- cgit v1.2.3