pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
xcanvas: New Package
Module Name: pkgsrc-wip
Committed By: matthew <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Fri May 1 20:58:28 2026 -0600
Changeset: 9798faab8237661ada37650f186c43399bb64e02
Added Files:
xcanvas/COMMIT_MSG
xcanvas/DESCR
xcanvas/Makefile
xcanvas/PLIST
xcanvas/buildlink3.mk
xcanvas/distinfo
Log Message:
xcanvas: New Package
2D Canvas API for Xeus Kernels
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9798faab8237661ada37650f186c43399bb64e02
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
xcanvas/COMMIT_MSG | 3 +++
xcanvas/DESCR | 1 +
xcanvas/Makefile | 20 ++++++++++++++++++++
xcanvas/PLIST | 12 ++++++++++++
xcanvas/buildlink3.mk | 17 +++++++++++++++++
xcanvas/distinfo | 5 +++++
6 files changed, 58 insertions(+)
diffs:
diff --git a/xcanvas/COMMIT_MSG b/xcanvas/COMMIT_MSG
new file mode 100644
index 0000000000..c98359a80b
--- /dev/null
+++ b/xcanvas/COMMIT_MSG
@@ -0,0 +1,3 @@
+xcanvas: New Package
+
+2D Canvas API for Xeus Kernels
diff --git a/xcanvas/DESCR b/xcanvas/DESCR
new file mode 100644
index 0000000000..2ed26c65bd
--- /dev/null
+++ b/xcanvas/DESCR
@@ -0,0 +1 @@
+xcanvas: The HTML 2D Canvas API brought to xeus kernels
diff --git a/xcanvas/Makefile b/xcanvas/Makefile
new file mode 100644
index 0000000000..0688c0f90d
--- /dev/null
+++ b/xcanvas/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME= xcanvas-0.7.0
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jupyter-xeus/}
+GITHUB_TAG= ${PKGVERSION_NOREV}
+
+MAINTAINER= matthewd%fastmail.us@localhost
+HOMEPAGE= https://github.com/jupyter-xeus/xcanvas/
+COMMENT= 2D canvas API for Xeus Kernels
+LICENSE= modified-bsd
+
+USE_LANGUAGES= c c++
+
+.include "../../devel/cmake/build.mk"
+.include "../../devel/libuuid/buildlink3.mk"
+.include "../../wip/xeus/buildlink3.mk"
+.include "../../wip/xwidgets/buildlink3.mk"
+.include "../../textproc/nlohmann-json/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/xcanvas/PLIST b/xcanvas/PLIST
new file mode 100644
index 0000000000..2452884712
--- /dev/null
+++ b/xcanvas/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+include/xcanvas/xcanvas.hpp
+include/xcanvas/xcanvas_config.hpp
+include/xcanvas/xcanvas_config_cling.hpp
+lib/cmake/xcanvas/xcanvasConfig.cmake
+lib/cmake/xcanvas/xcanvasConfigVersion.cmake
+lib/cmake/xcanvas/xcanvasTargets-release.cmake
+lib/cmake/xcanvas/xcanvasTargets.cmake
+lib/libxcanvas.a
+lib/libxcanvas.so
+lib/libxcanvas.so.4
+lib/libxcanvas.so.4.0.0
diff --git a/xcanvas/buildlink3.mk b/xcanvas/buildlink3.mk
new file mode 100644
index 0000000000..66ab1fbf1b
--- /dev/null
+++ b/xcanvas/buildlink3.mk
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/12/28 20:18:21 nikita Exp $
+
+BUILDLINK_TREE+= xcanvas
+
+.if !defined(XCANVAS_BUILDLINK3_MK)
+XCANVAS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.xcanvas+= xcanvas>=0.7.0
+BUILDLINK_PKGSRCDIR.xcanvas?= ../../wip/xcanvas
+
+.include "../../wip/xeus/buildlink3.mk"
+.include "../../wip/xwidgets/buildlink3.mk"
+.include "../../textproc/nlohmann-json/buildlink3.mk"
+
+.endif # XCANVAS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -xcanvas
diff --git a/xcanvas/distinfo b/xcanvas/distinfo
new file mode 100644
index 0000000000..7f11b09ff8
--- /dev/null
+++ b/xcanvas/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (xcanvas-0.7.0.tar.gz) = 0fa31fd93e441a66734bf7fbc790e05021677bc290319e8f8487d7715ed15135
+SHA512 (xcanvas-0.7.0.tar.gz) = 2322888139cdaa59f0ecf4d37a7f7bf2bd2b84e352733d60c5e94aaecd547c7d4f819a648cab352c0e4ccfcf3fa04a7a1477d0906ec1cc43f8fc2ca3e8192323
+Size (xcanvas-0.7.0.tar.gz) = 491188 bytes
Home |
Main Index |
Thread Index |
Old Index