pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wayvnc: add incomplete package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Feb 26 21:01:13 2026 +0100
Changeset: 49bf1788bf3edad0903aba6054087d1f5dd246f7
Modified Files:
Makefile
Added Files:
wayvnc/DESCR
wayvnc/Makefile
wayvnc/PLIST
wayvnc/distinfo
Log Message:
wayvnc: add incomplete package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=49bf1788bf3edad0903aba6054087d1f5dd246f7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 3 +++
wayvnc/DESCR | 6 ++++++
wayvnc/Makefile | 28 ++++++++++++++++++++++++++++
wayvnc/PLIST | 4 ++++
wayvnc/distinfo | 5 +++++
5 files changed, 46 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 3f57b698a5..669ba43ed1 100644
--- a/Makefile
+++ b/Makefile
@@ -164,6 +164,7 @@ SUBDIR+= alt-ergo
SUBDIR+= am-utils
SUBDIR+= am-utils-git
SUBDIR+= amavis-logwatch
+SUBDIR+= aml
SUBDIR+= amlogic-meson-fwtools
SUBDIR+= amneziawg-go
SUBDIR+= analizo
@@ -2582,6 +2583,7 @@ SUBDIR+= neatrefer
SUBDIR+= neatroff
SUBDIR+= neatroff-awesome6
SUBDIR+= neatroff-ubuntu
+SUBDIR+= neatvnc
SUBDIR+= neb-cd512
SUBDIR+= neb-hdtoolbox
SUBDIR+= necat
@@ -6021,6 +6023,7 @@ SUBDIR+= wasi-libcxx
SUBDIR+= watch
SUBDIR+= watchman
SUBDIR+= waybar
+SUBDIR+= wayvnc
SUBDIR+= wcstools
SUBDIR+= weatherman
SUBDIR+= web-mode
diff --git a/wayvnc/DESCR b/wayvnc/DESCR
new file mode 100644
index 0000000000..99ba68c83f
--- /dev/null
+++ b/wayvnc/DESCR
@@ -0,0 +1,6 @@
+This is a VNC server for wlroots-based Wayland compositors (Gnome,
+KDE and Weston are not supported). It attaches to a running Wayland
+session, creates virtual input devices, and exposes a single display
+via the RFB protocol. The Wayland session may be a headless one,
+so it is also possible to run wayvnc without a physical display
+attached.
diff --git a/wayvnc/Makefile b/wayvnc/Makefile
new file mode 100644
index 0000000000..02c679e76c
--- /dev/null
+++ b/wayvnc/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+DISTNAME= wayvnc-0.9.1
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GITHUB:=any1/}
+#GITHUB_TAG= v${PKGVERSION_NOREV}
+# 0.9.1 is so old, it needs aml0, not aml1
+GITHUB_TAG= 7ee86054c680b3429137069712e38fcba61ebae7
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/any1/wayvnc/
+COMMENT= VNC server for wlroots based Wayland compositors
+LICENSE= isc
+
+WRKSRC= ${WRKDIR}/wayvnc-7ee86054c680b3429137069712e38fcba61ebae7
+
+USE_TOOLS+= pkg-config
+
+.include "../../devel/meson/build.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../textproc/jansson/buildlink3.mk"
+.include "../../wip/aml/buildlink3.mk"
+.include "../../wip/input-headers/buildlink3.mk"
+.include "../../wip/neatvnc/buildlink3.mk"
+.include "../../x11/pixman/buildlink3.mk"
+.include "../../x11/libdrm/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/wayvnc/PLIST b/wayvnc/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/wayvnc/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/wayvnc/distinfo b/wayvnc/distinfo
new file mode 100644
index 0000000000..2b9add931d
--- /dev/null
+++ b/wayvnc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (wayvnc-0.9.1-7ee86054c680b3429137069712e38fcba61ebae7.tar.gz) = 26ab50c6af2cd2bb3362da06a7452fe13331046d6bbaa5188039535cd97b167a
+SHA512 (wayvnc-0.9.1-7ee86054c680b3429137069712e38fcba61ebae7.tar.gz) = f17c30336b349ee581c37369b76dd980bfd2ddf5275cfd990c24524a359614c3ac564a978c08c86fdcd27aa48d3ef01b5f72b8cbb0470e188d8eb645de730324
+Size (wayvnc-0.9.1-7ee86054c680b3429137069712e38fcba61ebae7.tar.gz) = 138352 bytes
Home |
Main Index |
Thread Index |
Old Index