From owner-svn-ports-head@freebsd.org Wed Jan 15 21:16:30 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 635F91FDC78; Wed, 15 Jan 2020 21:16:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47yg9p1yCSz42hj; Wed, 15 Jan 2020 21:16:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3DC41CCAD; Wed, 15 Jan 2020 21:16:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00FLGUKD063501; Wed, 15 Jan 2020 21:16:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00FLGS1c063491; Wed, 15 Jan 2020 21:16:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001152116.00FLGS1c063491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 15 Jan 2020 21:16:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523172 - in head/net: . neatvnc wayvnc X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/net: . neatvnc wayvnc X-SVN-Commit-Revision: 523172 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2020 21:16:30 -0000 Author: jbeich Date: Wed Jan 15 21:16:28 2020 New Revision: 523172 URL: https://svnweb.freebsd.org/changeset/ports/523172 Log: net/wayvnc: add new port This is a VNC server for wlroots based Wayland compositors. https://github.com/any1/wayvnc Added: head/net/neatvnc/ head/net/neatvnc/Makefile (contents, props changed) head/net/neatvnc/distinfo (contents, props changed) head/net/neatvnc/pkg-descr (contents, props changed) head/net/neatvnc/pkg-plist (contents, props changed) head/net/wayvnc/ head/net/wayvnc/Makefile (contents, props changed) head/net/wayvnc/distinfo (contents, props changed) head/net/wayvnc/pkg-descr (contents, props changed) Modified: head/net/Makefile (contents, props changed) Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Jan 15 21:15:55 2020 (r523171) +++ head/net/Makefile Wed Jan 15 21:16:28 2020 (r523172) @@ -482,6 +482,7 @@ SUBDIR += ndisc6 SUBDIR += ndpi SUBDIR += ndproxy + SUBDIR += neatvnc SUBDIR += nepenthes SUBDIR += net6 SUBDIR += netatalk3 @@ -1517,6 +1518,7 @@ SUBDIR += wackamole SUBDIR += wakeonlan SUBDIR += waypipe + SUBDIR += wayvnc SUBDIR += whois SUBDIR += widentd SUBDIR += wireguard Added: head/net/neatvnc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/neatvnc/Makefile Wed Jan 15 21:16:28 2020 (r523172) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= neatvnc +PORTVERSION= s20200113 +CATEGORIES= net + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Liberally licensed VNC server library + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= ${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm +LIB_DEPENDS= libuv.so:devel/libuv + +USES= compiler:c11 meson pkgconfig xorg +USE_GITHUB= yes +USE_XORG= pixman +USE_LDCONFIG= yes +GH_ACCOUNT= any1 +GH_TAGNAME= 6bb3362 + +OPTIONS_DEFINE= JPEG +OPTIONS_DEFAULT=JPEG + +JPEG_LIB_DEPENDS= libturbojpeg.so:graphics/libjpeg-turbo +JPEG_MESON_ENABLED= tight-encoding + +.include Added: head/net/neatvnc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/neatvnc/distinfo Wed Jan 15 21:16:28 2020 (r523172) @@ -0,0 +1,3 @@ +TIMESTAMP = 1578911972 +SHA256 (any1-neatvnc-s20200113-6bb3362_GH0.tar.gz) = a5cffd98ffbcc36c77aaa1cfdc9dc3dd575120cfeb629305d27af801b7d514d7 +SIZE (any1-neatvnc-s20200113-6bb3362_GH0.tar.gz) = 623811 Added: head/net/neatvnc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/neatvnc/pkg-descr Wed Jan 15 21:16:28 2020 (r523172) @@ -0,0 +1,4 @@ +This is a liberally licensed VNC server library that's intended to be +fast and neat. + +WWW: https://github.com/any1/neatvnc Added: head/net/neatvnc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/neatvnc/pkg-plist Wed Jan 15 21:16:28 2020 (r523172) @@ -0,0 +1,5 @@ +include/neatvnc.h +lib/libneatvnc.so +lib/libneatvnc.so.0 +lib/libneatvnc.so.0.0.0 +libdata/pkgconfig/neatvnc.pc Added: head/net/wayvnc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/wayvnc/Makefile Wed Jan 15 21:16:28 2020 (r523172) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= wayvnc +PORTVERSION= s20200115 +CATEGORIES= net + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= VNC server for wlroots-based compositors + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto +LIB_DEPENDS= libuv.so:devel/libuv \ + libwayland-client.so:graphics/wayland \ + libneatvnc.so:net/neatvnc \ + libxkbcommon.so:x11/libxkbcommon + +USES= compiler:c11 meson pkgconfig xorg +USE_GITHUB= yes +USE_XORG= pixman +USE_GL= egl glesv2 +USE_LDCONFIG= yes +GH_ACCOUNT= any1 +GH_TAGNAME= e2079a7 +PLIST_FILES= bin/${PORTNAME} + +.include Added: head/net/wayvnc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/wayvnc/distinfo Wed Jan 15 21:16:28 2020 (r523172) @@ -0,0 +1,3 @@ +TIMESTAMP = 1579120496 +SHA256 (any1-wayvnc-s20200115-e2079a7_GH0.tar.gz) = 59218b7dcad9e67ee1c00dde05743e2322faea545e6828ac758859addf07a117 +SIZE (any1-wayvnc-s20200115-e2079a7_GH0.tar.gz) = 24474 Added: head/net/wayvnc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/wayvnc/pkg-descr Wed Jan 15 21:16:28 2020 (r523172) @@ -0,0 +1,3 @@ +This is a VNC server for wlroots based Wayland compositors. + +WWW: https://github.com/any1/wayvnc