Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161742714
D57959.id.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
D57959.id.diff
View Options
diff --git a/devel/Makefile b/devel/Makefile
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1294,6 +1294,7 @@
SUBDIR += libdlmalloc
SUBDIR += libdombey
SUBDIR += libdparse
+ SUBDIR += libdpv
SUBDIR += libds
SUBDIR += libdwarf
SUBDIR += libe
diff --git a/devel/libdpv/Makefile b/devel/libdpv/Makefile
new file mode 100644
--- /dev/null
+++ b/devel/libdpv/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= libdpv
+DISTVERSION= 0.20260629
+CATEGORIES= devel
+
+MAINTAINER= dteske@FreeBSD.org
+COMMENT= Dialog extension for progress tracking
+
+LICENSE= BSD2CLAUSE
+
+IGNORE_FreeBSD_14= FreeBSD 14 has libdpv in base
+
+LIB_DEPENDS= libcdialog.so:devel/cdialog \
+ libfigpar.so:devel/libfigpar
+
+USES= uidfix
+USE_LDCONFIG= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= freebsd
+GH_PROJECT= dpv
+
+WRKSRC_SUBDIR= lib/libdpv
+
+.include <bsd.port.mk>
diff --git a/devel/libdpv/distinfo b/devel/libdpv/distinfo
new file mode 100644
--- /dev/null
+++ b/devel/libdpv/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1782766414
+SHA256 (freebsd-dpv-0.20260629_GH0.tar.gz) = dee41610b613ec26c8726ab1e854e88eac51934804df64fd305f9ea478e11268
+SIZE (freebsd-dpv-0.20260629_GH0.tar.gz) = 45076
diff --git a/devel/libdpv/pkg-descr b/devel/libdpv/pkg-descr
new file mode 100644
--- /dev/null
+++ b/devel/libdpv/pkg-descr
@@ -0,0 +1,3 @@
+The dpv library provides an interface for creating complex “gauge”
+widgets for displaying progress on various actions. The dpv library
+can display progress with one either Xdialog, dialog, or libdialog.
diff --git a/devel/libdpv/pkg-plist b/devel/libdpv/pkg-plist
new file mode 100644
--- /dev/null
+++ b/devel/libdpv/pkg-plist
@@ -0,0 +1,6 @@
+include/dpv.h
+lib/libdpv.a
+lib/libdpv.so
+lib/libdpv.so.3
+share/man/man3/dpv.3.gz
+share/man/man3/dpv_free.3.gz
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 7, 11:05 AM (8 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34613591
Default Alt Text
D57959.id.diff (1 KB)
Attached To
Mode
D57959: devel/libdpv: New port
Attached
Detach File
Event Timeline
Log In to Comment