Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jul 2020 01:20:25 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542462 - in head/net: . wlvncc
Message-ID:  <202007180120.06I1KPL1043119@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Jul 18 01:20:24 2020
New Revision: 542462
URL: https://svnweb.freebsd.org/changeset/ports/542462

Log:
  net/wlvncc: add new port
  
  This is a work-in-progress implementation of a Wayland native VNC
  client. Expect bugs and missing features.
  
  https://github.com/any1/wlvncc

Added:
  head/net/wlvncc/
  head/net/wlvncc/Makefile   (contents, props changed)
  head/net/wlvncc/distinfo   (contents, props changed)
  head/net/wlvncc/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile   (contents, props changed)

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sat Jul 18 00:54:40 2020	(r542461)
+++ head/net/Makefile	Sat Jul 18 01:20:24 2020	(r542462)
@@ -1519,6 +1519,7 @@
     SUBDIR += wireshark
     SUBDIR += wireshark-lite
     SUBDIR += wlan2eth
+    SUBDIR += wlvncc
     SUBDIR += wmnd
     SUBDIR += wmnet
     SUBDIR += wmping

Added: head/net/wlvncc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/wlvncc/Makefile	Sat Jul 18 01:20:24 2020	(r542462)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	wlvncc
+PORTVERSION=	s20200714
+CATEGORIES=	net
+
+MAINTAINER=	jbeich@FreeBSD.org
+COMMENT=	Wayland Native VNC Client
+
+LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto
+LIB_DEPENDS=	libaml.so:devel/aml \
+		libwayland-client.so:graphics/wayland \
+		libvncclient.so:net/libvncserver \
+		libxkbcommon.so:x11/libxkbcommon
+
+USES=		compiler:c11 meson pkgconfig xorg
+USE_GITHUB=	yes
+USE_XORG=	pixman
+GH_ACCOUNT=	any1
+GH_TAGNAME=	e7a1460
+PLIST_FILES=	bin/${PORTNAME}
+
+.include <bsd.port.mk>

Added: head/net/wlvncc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/wlvncc/distinfo	Sat Jul 18 01:20:24 2020	(r542462)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1594761456
+SHA256 (any1-wlvncc-s20200714-e7a1460_GH0.tar.gz) = 5b68c6e074d20d387fbb4d821c477607dd1e8568a820bd76e3dbe3917336c208
+SIZE (any1-wlvncc-s20200714-e7a1460_GH0.tar.gz) = 25591

Added: head/net/wlvncc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/wlvncc/pkg-descr	Sat Jul 18 01:20:24 2020	(r542462)
@@ -0,0 +1,4 @@
+This is a work-in-progress implementation of a Wayland native VNC
+client. Expect bugs and missing features.
+
+WWW: https://github.com/any1/wlvncc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007180120.06I1KPL1043119>