svn commit: r500120 - in head/x11-wm: . cage
Jan Beich
jbeich at FreeBSD.org
Fri Apr 26 17:36:22 UTC 2019
Author: jbeich
Date: Fri Apr 26 17:36:19 2019
New Revision: 500120
URL: https://svnweb.freebsd.org/changeset/ports/500120
Log:
x11-wm/cage: add new port
Added:
head/x11-wm/cage/
head/x11-wm/cage/Makefile (contents, props changed)
head/x11-wm/cage/distinfo (contents, props changed)
head/x11-wm/cage/pkg-descr (contents, props changed)
Modified:
head/x11-wm/Makefile (contents, props changed)
Modified: head/x11-wm/Makefile
==============================================================================
--- head/x11-wm/Makefile Fri Apr 26 17:36:11 2019 (r500119)
+++ head/x11-wm/Makefile Fri Apr 26 17:36:19 2019 (r500120)
@@ -15,6 +15,7 @@
SUBDIR += bbpager
SUBDIR += blackbox
SUBDIR += bspwm
+ SUBDIR += cage
SUBDIR += ccsm
SUBDIR += clementine-wm
SUBDIR += compiz
Added: head/x11-wm/cage/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-wm/cage/Makefile Fri Apr 26 17:36:19 2019 (r500120)
@@ -0,0 +1,39 @@
+# $FreeBSD$
+
+PORTNAME= cage
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.1
+CATEGORIES= x11-wm
+
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= c69d394bedc6.patch:-p1
+PATCHFILES+= 00fe8d7ce3d5.patch:-p1
+
+MAINTAINER= jbeich at FreeBSD.org
+COMMENT= Wayland kiosk
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
+ wayland-protocols>=1.14:graphics/wayland-protocols \
+ wlroots>=0.5.0:x11-toolkits/wlroots
+LIB_DEPENDS= libwayland-server.so:graphics/wayland \
+ libwlroots.so:x11-toolkits/wlroots \
+ libxkbcommon.so:x11/libxkbcommon
+
+USES= compiler:c11 meson pkgconfig
+USE_GITHUB= yes
+USE_XORG= pixman
+GH_ACCOUNT= Hjdskes
+PLIST_FILES= "${MAYBE_SUID}bin/${PORTNAME}"
+
+OPTIONS_DEFINE= SUID X11
+OPTIONS_DEFAULT=SUID X11
+
+SUID_DESC= setuid bit on "${PORTNAME}" binary (required for DRM session)
+SUID_VARS= MAYBE_SUID="@(,,4755) "
+
+X11_MESON_TRUE= xwayland
+
+.include <bsd.port.mk>
Added: head/x11-wm/cage/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-wm/cage/distinfo Fri Apr 26 17:36:19 2019 (r500120)
@@ -0,0 +1,7 @@
+TIMESTAMP = 1552316236
+SHA256 (Hjdskes-cage-v0.1_GH0.tar.gz) = 03e2b4d97744aead935f4a289e5cfda4888dd06c6586982f4a25c8f435ef4166
+SIZE (Hjdskes-cage-v0.1_GH0.tar.gz) = 19838
+SHA256 (c69d394bedc6.patch) = 0c6101fa17248e170c202b43d682af1f25c9584e324ea01da43c6775ede5c9b4
+SIZE (c69d394bedc6.patch) = 654
+SHA256 (00fe8d7ce3d5.patch) = 194aef0c60c0a4e9a2a8d6c7b33341caaccb64f183488d009b1a61f8fc06db00
+SIZE (00fe8d7ce3d5.patch) = 1258
Added: head/x11-wm/cage/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-wm/cage/pkg-descr Fri Apr 26 17:36:19 2019 (r500120)
@@ -0,0 +1,8 @@
+Cage is a kiosk compositor for Wayland. A kiosk is a window manager
+(in the X11 world) or compositor (in the Wayland world) that is
+designed for a user experience wherein user interaction and activities
+outside the scope of the running application are prevented. That is, a
+kiosk compositor displays a single maximized application at a time and
+prevents the user from interacting with anything but this application.
+
+WWW: https://hjdskes.nl/projects/cage
More information about the svn-ports-head
mailing list