Page MenuHomeFreeBSD

D57959.id181096.diff
No OneTemporary

D57959.id181096.diff

Index: devel/Makefile
===================================================================
--- devel/Makefile
+++ devel/Makefile
@@ -1294,6 +1294,7 @@
SUBDIR += libdlmalloc
SUBDIR += libdombey
SUBDIR += libdparse
+ SUBDIR += libdpv
SUBDIR += libds
SUBDIR += libdwarf
SUBDIR += libe
Index: devel/libdpv/Makefile
===================================================================
--- /dev/null
+++ 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>
Index: devel/libdpv/distinfo
===================================================================
--- /dev/null
+++ 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
Index: devel/libdpv/pkg-descr
===================================================================
--- /dev/null
+++ 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.
Index: devel/libdpv/pkg-plist
===================================================================
--- /dev/null
+++ 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

Mime Type
text/plain
Expires
Tue, Jul 7, 3:06 AM (4 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34769319
Default Alt Text
D57959.id181096.diff (1 KB)

Event Timeline