pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add notcurses. Doesn't get past configure yet.
Module Name: pkgsrc-wip
Committed By: Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By: schmonz
Date: Tue Mar 12 22:48:02 2024 -0400
Changeset: 9c7146bcde1291d6d3c2f6ab2d2b76193301c1bd
Added Files:
notcurses/DESCR
notcurses/Makefile
notcurses/PLIST
notcurses/distinfo
Log Message:
Add notcurses. Doesn't get past configure yet.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9c7146bcde1291d6d3c2f6ab2d2b76193301c1bd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
notcurses/DESCR | 5 +++++
notcurses/Makefile | 29 +++++++++++++++++++++++++++++
notcurses/PLIST | 4 ++++
notcurses/distinfo | 5 +++++
4 files changed, 43 insertions(+)
diffs:
diff --git a/notcurses/DESCR b/notcurses/DESCR
new file mode 100644
index 0000000000..496f3215c9
--- /dev/null
+++ b/notcurses/DESCR
@@ -0,0 +1,5 @@
+notcurses is a library for building complex, vibrant textual user interfaces
+(TUIs) on modern terminal emulators. It does not use Ncurses (though it does
+make use of libtinfo from that package), nor is it an X/Open Curses
+source-compatible replacement. It is written in C, with C++-safe headers.
+Rust, C++, and Python wrappers are available.
diff --git a/notcurses/Makefile b/notcurses/Makefile
new file mode 100644
index 0000000000..1aa5e92187
--- /dev/null
+++ b/notcurses/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD$
+
+DISTNAME= notcurses-3.0.9
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=dankamongmen/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://nick-black.com/dankwiki/index.php/Notcurses
+COMMENT= TUI library for modern terminal emulators
+LICENSE= apache-2.0
+
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+= tools/notcurses++.pc.in
+PKGCONFIG_OVERRIDE+= tools/notcurses-core.pc.in
+PKGCONFIG_OVERRIDE+= tools/notcurses-ffi.pc.in
+PKGCONFIG_OVERRIDE+= tools/notcurses.pc.in
+
+# TODO: borrow more from <https://github.com/freebsd/freebsd-ports/tree/main/devel/notcurses>
+
+.include "../../devel/cmake/build.mk"
+.include "../../devel/libdeflate/buildlink3.mk"
+.include "../../devel/ncursesw/buildlink3.mk"
+#.include "../../graphics/qr-code-generator/buildlink3.mk"
+.include "../../multimedia/ffmpeg6/buildlink3.mk"
+.include "../../textproc/libunistring/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/notcurses/PLIST b/notcurses/PLIST
new file mode 100644
index 0000000000..66e6bf5143
--- /dev/null
+++ b/notcurses/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/opt/pkg/bin/bmake package"
+@comment TODO: 2. run "/opt/pkg/bin/bmake print-PLIST"
diff --git a/notcurses/distinfo b/notcurses/distinfo
new file mode 100644
index 0000000000..ccc2afdb0f
--- /dev/null
+++ b/notcurses/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (notcurses-3.0.9.tar.gz) = e506c30870ab6c81aad711a4fa94a92fedec842364d7d730f5a3f8edc296c5c9
+SHA512 (notcurses-3.0.9.tar.gz) = e867d2436f7c953b4b7feb1464b73709cb792256e82956c933c43981dad802c30526d53d28ebafd8e460a3309ae4895cac4e0d1f6f89e347ab9578546798d19b
+Size (notcurses-3.0.9.tar.gz) = 10148050 bytes
Home |
Main Index |
Thread Index |
Old Index