Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2019 06:40:41 +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: r508585 - in head/x11: . kanshi
Message-ID:  <201908110640.x7B6efQW059725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Aug 11 06:40:40 2019
New Revision: 508585
URL: https://svnweb.freebsd.org/changeset/ports/508585

Log:
  graphics/kanshi: add new port
  
  kanshi allows you to define output profiles that are automatically
  enabled and disabled on hotplug. For instance, this can be used to
  turn a laptop's internal screen off when docked.
  
  This is a Wayland equivalent for tools like autorandr. kanshi can be
  used on Wayland compositors supporting wlr-output-management protocol.
  
  Sway users: kanshi requires Sway 1.2 or later.
  
  https://wayland.emersion.fr/kanshi/

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

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Sun Aug 11 06:14:28 2019	(r508584)
+++ head/x11/Makefile	Sun Aug 11 06:40:40 2019	(r508585)
@@ -112,6 +112,7 @@
     SUBDIR += innerspace
     SUBDIR += ipager
     SUBDIR += j4-dmenu-desktop
+    SUBDIR += kanshi
     SUBDIR += kb2mb2
     SUBDIR += kde-baseapps
     SUBDIR += kde5

Added: head/x11/kanshi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/kanshi/Makefile	Sun Aug 11 06:40:40 2019	(r508585)
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+PORTNAME=	kanshi
+PORTVERSION=	s20190607
+CATEGORIES=	x11
+
+MAINTAINER=	jbeich@FreeBSD.org
+COMMENT=	Dynamic display configuration for Wayland
+
+LICENSE=	MIT
+# https://github.com/emersion/kanshi/issues/45
+#LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libwayland-client.so:graphics/wayland
+
+USES=		meson pkgconfig
+USE_GITHUB=	yes
+GH_ACCOUNT=	emersion
+GH_TAGNAME=	76e9f41
+PLIST_FILES=	bin/${PORTNAME}
+
+OPTIONS_DEFINE=	MANPAGES
+OPTIONS_DEFAULT=MANPAGES
+
+MANPAGES_BUILD_DEPENDS=	scdoc:textproc/scdoc
+MANPAGES_MESON_ENABLED=	man-pages
+MANPAGES_PLIST_FILES=	man/man1/${PORTNAME}.1.gz \
+			man/man5/${PORTNAME}.5.gz
+
+.include <bsd.port.mk>

Added: head/x11/kanshi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/kanshi/distinfo	Sun Aug 11 06:40:40 2019	(r508585)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1559470039
+SHA256 (emersion-kanshi-s20190607-76e9f41_GH0.tar.gz) = c80184b5a2f1208af06f4953fbba7dc7fcd6d35cd7feb0afe2e1c9f46b5a9adb
+SIZE (emersion-kanshi-s20190607-76e9f41_GH0.tar.gz) = 13834

Added: head/x11/kanshi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/kanshi/pkg-descr	Sun Aug 11 06:40:40 2019	(r508585)
@@ -0,0 +1,10 @@
+kanshi allows you to define output profiles that are automatically
+enabled and disabled on hotplug. For instance, this can be used to
+turn a laptop's internal screen off when docked.
+
+This is a Wayland equivalent for tools like autorandr. kanshi can be
+used on Wayland compositors supporting wlr-output-management protocol.
+
+Sway users: kanshi requires Sway 1.2 or later.
+
+WWW: https://wayland.emersion.fr/kanshi/



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