From owner-svn-ports-head@freebsd.org Fri Oct 4 11:29:34 2019 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 EE26012BB7A; Fri, 4 Oct 2019 11:29:34 +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 46l726660sz4Gfl; Fri, 4 Oct 2019 11:29:34 +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 B4EA0238EF; Fri, 4 Oct 2019 11:29:34 +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 x94BTYUk096219; Fri, 4 Oct 2019 11:29:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x94BTX4L096214; Fri, 4 Oct 2019 11:29:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201910041129.x94BTX4L096214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 4 Oct 2019 11:29:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513763 - in head/x11: . wdisplays X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/x11: . wdisplays X-SVN-Commit-Revision: 513763 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: Fri, 04 Oct 2019 11:29:35 -0000 Author: jbeich Date: Fri Oct 4 11:29:33 2019 New Revision: 513763 URL: https://svnweb.freebsd.org/changeset/ports/513763 Log: x11/wdisplays: add new port wdisplays is a graphical application for configuring displays in Wayland compositors. It borrows some code from kanshi. It should work in any compositor that implements the wlr-output-management-unstable-v1 protocol, including sway. The goal of this project is to allow precise adjustment of display settings in kiosks, digital signage, and other elaborate multi-monitor setups. https://github.com/cyclopsian/wdisplays Added: head/x11/wdisplays/ head/x11/wdisplays/Makefile (contents, props changed) head/x11/wdisplays/distinfo (contents, props changed) head/x11/wdisplays/pkg-descr (contents, props changed) Modified: head/x11/Makefile (contents, props changed) Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Fri Oct 4 11:29:27 2019 (r513762) +++ head/x11/Makefile Fri Oct 4 11:29:33 2019 (r513763) @@ -336,6 +336,7 @@ SUBDIR += waybar SUBDIR += wbar SUBDIR += wbarconf + SUBDIR += wdisplays SUBDIR += wdm SUBDIR += wev SUBDIR += wf-shell Added: head/x11/wdisplays/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wdisplays/Makefile Fri Oct 4 11:29:33 2019 (r513763) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= wdisplays +PORTVERSION= s20190924 +CATEGORIES= x11 + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= bfaf2211c0be.patch:-p1 + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= GUI display configurator for wlroots compositors + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= wayland-protocols>=1.17:graphics/wayland-protocols +LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ + libwayland-client.so:graphics/wayland + +USES= compiler:c11 meson pkgconfig +USE_GITHUB= yes +USE_GNOME= cairo gtk30 +GH_ACCOUNT= cyclopsian +GH_TAGNAME= 049bf5b +PLIST_FILES= bin/${PORTNAME} + +.include Added: head/x11/wdisplays/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wdisplays/distinfo Fri Oct 4 11:29:33 2019 (r513763) @@ -0,0 +1,5 @@ +TIMESTAMP = 1569326355 +SHA256 (cyclopsian-wdisplays-s20190924-049bf5b_GH0.tar.gz) = f7dc29b527c6bdc5f31ed807144335747a68c417900d0b254882270958fef6a6 +SIZE (cyclopsian-wdisplays-s20190924-049bf5b_GH0.tar.gz) = 85376 +SHA256 (bfaf2211c0be.patch) = 8ea84d7c70f08a4554144250b9039fbb98abcab4acab4a1dc8ea6da01086f634 +SIZE (bfaf2211c0be.patch) = 1085 Added: head/x11/wdisplays/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wdisplays/pkg-descr Fri Oct 4 11:29:33 2019 (r513763) @@ -0,0 +1,8 @@ +wdisplays is a graphical application for configuring displays in +Wayland compositors. It borrows some code from kanshi. It should work +in any compositor that implements the wlr-output-management-unstable-v1 +protocol, including sway. The goal of this project is to allow precise +adjustment of display settings in kiosks, digital signage, and other +elaborate multi-monitor setups. + +WWW: https://github.com/cyclopsian/wdisplays