Page MenuHomeFreeBSD

D57960.diff
No OneTemporary

D57960.diff

diff --git a/sysutils/Makefile b/sysutils/Makefile
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -317,6 +317,7 @@
SUBDIR += doctl
SUBDIR += doinkd
SUBDIR += downtimed
+ SUBDIR += dpv
SUBDIR += dsbbatmon
SUBDIR += dsbdriverd
SUBDIR += dsblogoutmgr
diff --git a/sysutils/dpv/Makefile b/sysutils/dpv/Makefile
new file mode 100644
--- /dev/null
+++ b/sysutils/dpv/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= dpv
+DISTVERSION= 0.20260629
+CATEGORIES= sysutils
+
+MAINTAINER= dteske@FreeBSD.org
+COMMENT= Dialog-based progress visualizer
+
+LICENSE= BSD2CLAUSE
+
+IGNORE_FreeBSD_14= FreeBSD 14 has dpv in base
+
+LIB_DEPENDS= libcdialog.so:devel/cdialog \
+ libdpv.so:devel/libdpv \
+ libfigpar.so:devel/libfigpar
+
+USES= uidfix
+
+USE_GITHUB= yes
+GH_ACCOUNT= freebsd
+GH_PROJECT= dpv
+
+WRKSRC_SUBDIR= usr.bin/dpv
+
+PLIST_FILES= bin/dpv share/man/man1/dpv.1.gz
+
+.include <bsd.port.mk>
diff --git a/sysutils/dpv/distinfo b/sysutils/dpv/distinfo
new file mode 100644
--- /dev/null
+++ b/sysutils/dpv/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1782766425
+SHA256 (freebsd-dpv-0.20260629_GH0.tar.gz) = dee41610b613ec26c8726ab1e854e88eac51934804df64fd305f9ea478e11268
+SIZE (freebsd-dpv-0.20260629_GH0.tar.gz) = 45076
diff --git a/sysutils/dpv/pkg-descr b/sysutils/dpv/pkg-descr
new file mode 100644
--- /dev/null
+++ b/sysutils/dpv/pkg-descr
@@ -0,0 +1,3 @@
+The dpv utility provides a dialog progress view, allowing a user to
+see current throughput rate and total data transferred for one or more
+streams.

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 3, 11:11 AM (1 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34613847
Default Alt Text
D57960.diff (1 KB)

Event Timeline