pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import bsddialog 1.0.4



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Tue Dec 3 23:14:05 2024 +0100
Changeset:	339fd16c26b13e9e2c87d193ca9c101513e55a00

Modified Files:
	Makefile
Added Files:
	bsddialog/DESCR
	bsddialog/Makefile
	bsddialog/PLIST
	bsddialog/distinfo

Log Message:
Import bsddialog 1.0.4

This project provides bsddialog and libbsddialog, an utility and a
library to build scripts and tools with TUI dialogs and widgets.

This version is based on a fork, patching the original 1.0.4 release
with a few fixes. (Already submitted upstream)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=339fd16c26b13e9e2c87d193ca9c101513e55a00

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile           |  1 +
 bsddialog/DESCR    |  2 ++
 bsddialog/Makefile | 19 +++++++++++++++++++
 bsddialog/PLIST    |  7 +++++++
 bsddialog/distinfo |  5 +++++
 5 files changed, 34 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 8159c18014..a1706fa215 100644
--- a/Makefile
+++ b/Makefile
@@ -373,6 +373,7 @@ SUBDIR+=	brumbrumrally
 SUBDIR+=	bsa
 SUBDIR+=	bscript
 SUBDIR+=	bsdbuild
+SUBDIR+=	bsddialog
 SUBDIR+=	bsfilter
 SUBDIR+=	bsh
 SUBDIR+=	bsnmp
diff --git a/bsddialog/DESCR b/bsddialog/DESCR
new file mode 100644
index 0000000000..16d312f66c
--- /dev/null
+++ b/bsddialog/DESCR
@@ -0,0 +1,2 @@
+This project provides bsddialog and libbsddialog, an utility and a library to
+build scripts and tools with TUI dialogs and widgets.
diff --git a/bsddialog/Makefile b/bsddialog/Makefile
new file mode 100644
index 0000000000..3e5a5b2fb4
--- /dev/null
+++ b/bsddialog/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+BSDDIALOG_VERSION=	1.0.4
+
+DISTNAME=	bsddialog-${BSDDIALOG_VERSION}
+CATEGORIES=	misc
+MASTER_SITES=	${MASTER_SITE_GITLAB:=khorben/}
+GITLAB_PROJECT=	bsddialog
+GITLAB_TAG=	1.0.4+khorben
+
+MAINTAINER=	khorben%defora.org@localhost
+HOMEPAGE=	https://gitlab.com/khorben/bsddialog
+COMMENT=	TUI Dialogs and Widgets
+LICENSE=	2-clause-bsd
+
+WRKSRC=		${WRKDIR}/bsddialog-${GITLAB_TAG}
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/bsddialog/PLIST b/bsddialog/PLIST
new file mode 100644
index 0000000000..e4e814b62e
--- /dev/null
+++ b/bsddialog/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+bin/bsddialog
+include/bsddialog.h
+include/bsddialog_progressview.h
+lib/libdialog.a
+lib/libdialog.so
+lib/libdialog.so.1.0.4
diff --git a/bsddialog/distinfo b/bsddialog/distinfo
new file mode 100644
index 0000000000..33931ff195
--- /dev/null
+++ b/bsddialog/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (bsddialog-1.0.4.tar.gz) = 44fe9cf0b05a2ea3a003093debb77a6ad890774ce98fd4f4fe0f43a28d5a8731
+SHA512 (bsddialog-1.0.4.tar.gz) = 317ee8c7f69e7e24cc70b0e701c25b17b744aa606cb60ca9a67d756856a253a0fee231f05b55b187400c2f98cfbc464640f75457513cbeebb17aea3dd9057772
+Size (bsddialog-1.0.4.tar.gz) = 87327 bytes


Home | Main Index | Thread Index | Old Index