Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161286033
D57960.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D57960.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 3, 11:11 AM (1 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34613847
Default Alt Text
D57960.diff (1 KB)
Attached To
Mode
D57960: sysutils/dpv: New port
Attached
Detach File
Event Timeline
Log In to Comment