pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
neatvnc: new package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Feb 26 21:00:59 2026 +0100
Changeset: 31f815c3bcd58044e14afabe9150e6abd59c7223
Added Files:
neatvnc/DESCR
neatvnc/Makefile
neatvnc/PLIST
neatvnc/buildlink3.mk
neatvnc/distinfo
Log Message:
neatvnc: new package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=31f815c3bcd58044e14afabe9150e6abd59c7223
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
neatvnc/DESCR | 7 +++++++
neatvnc/Makefile | 26 ++++++++++++++++++++++++++
neatvnc/PLIST | 6 ++++++
neatvnc/buildlink3.mk | 16 ++++++++++++++++
neatvnc/distinfo | 5 +++++
5 files changed, 60 insertions(+)
diffs:
diff --git a/neatvnc/DESCR b/neatvnc/DESCR
new file mode 100644
index 0000000000..fdfe7786b9
--- /dev/null
+++ b/neatvnc/DESCR
@@ -0,0 +1,7 @@
+This is a liberally licensed VNC server library that's intended to
+be fast and neat.
+
+## Goals
+ * Speed.
+ * Clean interface.
+ * Interoperability with the Freedesktop.org ecosystem.
diff --git a/neatvnc/Makefile b/neatvnc/Makefile
new file mode 100644
index 0000000000..77dc24da5f
--- /dev/null
+++ b/neatvnc/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME= neatvnc-0.9.5
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GITHUB:=any1/}
+# too old, needs aml0, not aml1
+#GITHUB_TAG= v${PKGVERSION_NOREV}
+GITHUB_TAG= 8c646d0ecc3edadb5677c639b40ed2f9eb7e1033
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/any1/neatvnc/
+COMMENT= Liberally licensed VNC server library with a clean interface
+LICENSE= isc
+
+WRKSRC= ${WRKDIR}/neatvnc-8c646d0ecc3edadb5677c639b40ed2f9eb7e1033
+
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= output/meson-private/neatvnc.pc
+PKGCONFIG_OVERRIDE_STAGE= post-configure
+
+.include "../../devel/meson/build.mk"
+.include "../../wip/aml/buildlink3.mk"
+.include "../../x11/libdrm/buildlink3.mk"
+.include "../../x11/pixman/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/neatvnc/PLIST b/neatvnc/PLIST
new file mode 100644
index 0000000000..cb9ec304fa
--- /dev/null
+++ b/neatvnc/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+include/neatvnc.h
+lib/libneatvnc.so
+lib/libneatvnc.so.0
+lib/libneatvnc.so.0.0.0
+lib/pkgconfig/neatvnc.pc
diff --git a/neatvnc/buildlink3.mk b/neatvnc/buildlink3.mk
new file mode 100644
index 0000000000..3dfb68155b
--- /dev/null
+++ b/neatvnc/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= neatvnc
+
+.if !defined(NEATVNC_BUILDLINK3_MK)
+NEATVNC_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.neatvnc+= neatvnc>=0.9.5
+BUILDLINK_PKGSRCDIR.neatvnc?= ../../wip/neatvnc
+
+.include "../../wip/aml/buildlink3.mk"
+.include "../../x11/libdrm/buildlink3.mk"
+.include "../../x11/pixman/buildlink3.mk"
+.endif # NEATVNC_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -neatvnc
diff --git a/neatvnc/distinfo b/neatvnc/distinfo
new file mode 100644
index 0000000000..afcd2cc8ba
--- /dev/null
+++ b/neatvnc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (neatvnc-0.9.5-8c646d0ecc3edadb5677c639b40ed2f9eb7e1033.tar.gz) = 0bda4de2f00270aec8ddd3599ce71d4fa144fe075f84c67a88c26ad75b0bd4a7
+SHA512 (neatvnc-0.9.5-8c646d0ecc3edadb5677c639b40ed2f9eb7e1033.tar.gz) = 73903d26527dbb96e0eedf4a6899d955f40ab7e96decd9509bc59f6b829f52aed78d054238441472fd3af9aa7e2672da5206b1a6dca589c43c4ffd8e66ca93d1
+Size (neatvnc-0.9.5-8c646d0ecc3edadb5677c639b40ed2f9eb7e1033.tar.gz) = 841076 bytes
Home |
Main Index |
Thread Index |
Old Index