Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2019 11:29:33 +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: r513763 - in head/x11: . wdisplays
Message-ID:  <201910041129.x94BTX4L096214@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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