aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-07-28 15:13:27 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-07-28 15:47:02 +0000
commitfd67a5f48ea320a5b2821b9056e3de6f65775899 (patch)
tree3e57cdf641fc8793f4e3621588f5b4a4c59ebbd0 /x11-wm
parent3a87cb34b8944ca8fcab2d6371c79f5563bcf244 (diff)
downloadports-fd67a5f48ea320a5b2821b9056e3de6f65775899.tar.gz
ports-fd67a5f48ea320a5b2821b9056e3de6f65775899.zip
x11-wm/cage-devel: remove until enough upstream changes accumulate
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/cage-devel/Makefile47
-rw-r--r--x11-wm/cage-devel/distinfo5
-rw-r--r--x11-wm/cage-devel/pkg-descr6
4 files changed, 0 insertions, 59 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index 79315ac33217..481fd407fdae 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -14,7 +14,6 @@
SUBDIR += bspwm
SUBDIR += bspwm-devel
SUBDIR += cage
- SUBDIR += cage-devel
SUBDIR += cagebreak
SUBDIR += chamfer
SUBDIR += compiz
diff --git a/x11-wm/cage-devel/Makefile b/x11-wm/cage-devel/Makefile
deleted file mode 100644
index aaac700294d3..000000000000
--- a/x11-wm/cage-devel/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-PORTNAME= cage
-DISTVERSIONPREFIX= v
-DISTVERSION= 0.1.4-54
-DISTVERSIONSUFFIX= -gbd5b20e
-CATEGORIES= x11-wm wayland
-PKGNAMESUFFIX= -devel
-
-PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+= 638d4fb71555.patch:-p1 # https://github.com/cage-kiosk/cage/pull/148
-
-MAINTAINER= jbeich@FreeBSD.org
-COMMENT= Wayland kiosk (development snapshot)
-WWW= https://www.hjdskes.nl/projects/cage/
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
- wayland-protocols>=1.14:graphics/wayland-protocols \
- wlroots>=0.16.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
-GH_ACCOUNT= cage-kiosk
-PLIST_FILES= bin/${PORTNAME}
-
-CONFLICTS_INSTALL= ${PORTNAME}
-
-OPTIONS_DEFINE= MANPAGES X11
-OPTIONS_DEFAULT=MANPAGES X11
-
-MANPAGES_BUILD_DEPENDS= scdoc>=1.9.2:textproc/scdoc
-MANPAGES_MESON_ENABLED= man-pages
-MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz
-
-X11_MESON_TRUE= xwayland
-
-post-patch:
-# Extract (snapshot) version from the port instead of meson.build
- @${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \
- -e '/project_version/s/@0@/${DISTVERSIONFULL}/' \
- ${WRKSRC}/meson.build
-
-.include <bsd.port.mk>
diff --git a/x11-wm/cage-devel/distinfo b/x11-wm/cage-devel/distinfo
deleted file mode 100644
index 3d2be9ca9d61..000000000000
--- a/x11-wm/cage-devel/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1675207597
-SHA256 (cage-kiosk-cage-v0.1.4-54-gbd5b20e_GH0.tar.gz) = 8e1bb0539fa8eaeaa28db587ba606a0669e4345e29fade6e2fc9dad6c400bddf
-SIZE (cage-kiosk-cage-v0.1.4-54-gbd5b20e_GH0.tar.gz) = 22354
-SHA256 (638d4fb71555.patch) = 0730b618e248a453284df9c0d01378f3e3e16c8c4b453b2a8629a4b41f02cc65
-SIZE (638d4fb71555.patch) = 2232
diff --git a/x11-wm/cage-devel/pkg-descr b/x11-wm/cage-devel/pkg-descr
deleted file mode 100644
index 8e84ca61c506..000000000000
--- a/x11-wm/cage-devel/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-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.