Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2019 18:41:10 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507884 - in head/deskutils: . dfshow
Message-ID:  <201908021841.x72IfAJO044827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Aug  2 18:41:10 2019
New Revision: 507884
URL: https://svnweb.freebsd.org/changeset/ports/507884

Log:
  New port: deskutils/dfshow: Directory file editor

Added:
  head/deskutils/dfshow/
  head/deskutils/dfshow/Makefile   (contents, props changed)
  head/deskutils/dfshow/distinfo   (contents, props changed)
  head/deskutils/dfshow/pkg-descr   (contents, props changed)
  head/deskutils/dfshow/pkg-plist   (contents, props changed)
Modified:
  head/deskutils/Makefile

Modified: head/deskutils/Makefile
==============================================================================
--- head/deskutils/Makefile	Fri Aug  2 17:26:27 2019	(r507883)
+++ head/deskutils/Makefile	Fri Aug  2 18:41:10 2019	(r507884)
@@ -41,6 +41,7 @@
     SUBDIR += dailystrips
     SUBDIR += deforaos-todo
     SUBDIR += devd-notifier
+    SUBDIR += dfshow
     SUBDIR += dlume
     SUBDIR += docear
     SUBDIR += dosage

Added: head/deskutils/dfshow/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/dfshow/Makefile	Fri Aug  2 18:41:10 2019	(r507884)
@@ -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 <bsd.port.mk>

Added: head/deskutils/dfshow/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/dfshow/distinfo	Fri Aug  2 18:41:10 2019	(r507884)
@@ -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

Added: head/deskutils/dfshow/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/dfshow/pkg-descr	Fri Aug  2 18:41:10 2019	(r507884)
@@ -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/

Added: head/deskutils/dfshow/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/dfshow/pkg-plist	Fri Aug  2 18:41:10 2019	(r507884)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908021841.x72IfAJO044827>