diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 9730356163eb..1a1b2dcbb297 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -1,135 +1,136 @@ COMMENT = X11 window managers SUBDIR += afterstep SUBDIR += afterstep-stable SUBDIR += amiwm SUBDIR += antiwm SUBDIR += aphelia SUBDIR += awesome SUBDIR += awesome-vicious SUBDIR += bbkeys SUBDIR += bbpager SUBDIR += berry SUBDIR += blackbox SUBDIR += bspwm SUBDIR += bspwm-devel SUBDIR += cage + SUBDIR += cage-devel SUBDIR += cagebreak SUBDIR += chamfer SUBDIR += compiz SUBDIR += compiz-plugins-extra SUBDIR += compiz-plugins-main SUBDIR += compiz-plugins-unsupported SUBDIR += compton SUBDIR += ctwm SUBDIR += cwm SUBDIR += devilspie SUBDIR += devilspie2 SUBDIR += durden SUBDIR += dwl SUBDIR += dwm SUBDIR += e16 SUBDIR += e16-docs SUBDIR += echinus SUBDIR += emerald SUBDIR += enlightenment SUBDIR += epplets SUBDIR += euclid-wm SUBDIR += evilwm SUBDIR += fbcmd SUBDIR += fluxbox SUBDIR += fluxter SUBDIR += flwm SUBDIR += fvwm2 SUBDIR += fvwm3 SUBDIR += gamescope SUBDIR += herbstluftwm SUBDIR += hikari SUBDIR += hs-xmonad SUBDIR += hyprland SUBDIR += i3 SUBDIR += icewm SUBDIR += ittywm SUBDIR += jewel SUBDIR += jwm SUBDIR += kickshaw SUBDIR += kwinft SUBDIR += labwc SUBDIR += larswm SUBDIR += leftwm SUBDIR += libcompizconfig SUBDIR += libdockapp SUBDIR += libwraster SUBDIR += lwm SUBDIR += lxappearance-obconf SUBDIR += lxqt SUBDIR += lxqt-panel SUBDIR += lxqt-session SUBDIR += lxsession SUBDIR += marco SUBDIR += mcwm SUBDIR += metacity SUBDIR += muffin SUBDIR += mutter SUBDIR += nscde SUBDIR += obconf SUBDIR += obconf-qt SUBDIR += obpager SUBDIR += openbox SUBDIR += oroborus SUBDIR += pager SUBDIR += peksystray SUBDIR += pekwm SUBDIR += phluid SUBDIR += phoc SUBDIR += picom SUBDIR += piewm SUBDIR += plasma5-kdecoration SUBDIR += plasma5-kwin SUBDIR += pwm SUBDIR += qtile SUBDIR += ratmen SUBDIR += ratpoison SUBDIR += river SUBDIR += rubygem-uh-layout SUBDIR += rubygem-uh-wm SUBDIR += sawfish SUBDIR += sdorfehs SUBDIR += selectwm SUBDIR += skippy-xd SUBDIR += spectrwm SUBDIR += stumpwm SUBDIR += subtle SUBDIR += sway SUBDIR += sway-devel SUBDIR += swayfx SUBDIR += tinywm SUBDIR += transset SUBDIR += treewm SUBDIR += tvtwm SUBDIR += twm SUBDIR += vtwm SUBDIR += w9wm SUBDIR += wayfire SUBDIR += wayfire-plugins-extra SUBDIR += windowmaker SUBDIR += wm2 SUBDIR += wmakerconf SUBDIR += wmanager SUBDIR += wmanager-addons SUBDIR += wmconfig SUBDIR += wmii SUBDIR += wmii-devel SUBDIR += wmname SUBDIR += wmx SUBDIR += xcompmgr SUBDIR += xdgmenumaker SUBDIR += xfce4 SUBDIR += xfce4-desktop SUBDIR += xfce4-panel SUBDIR += xfce4-panel-profiles SUBDIR += xfce4-session SUBDIR += xfce4-wm SUBDIR += yeahwm .include diff --git a/x11-wm/cage/Makefile b/x11-wm/cage-devel/Makefile similarity index 66% copy from x11-wm/cage/Makefile copy to x11-wm/cage-devel/Makefile index d4787bf05c0e..aaac700294d3 100644 --- a/x11-wm/cage/Makefile +++ b/x11-wm/cage-devel/Makefile @@ -1,49 +1,47 @@ PORTNAME= cage DISTVERSIONPREFIX= v -DISTVERSION= 0.1.4 -PORTREVISION= 4 +DISTVERSION= 0.1.4-54 +DISTVERSIONSUFFIX= -gbd5b20e CATEGORIES= x11-wm wayland +PKGNAMESUFFIX= -devel PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 70ecdcb02ea0.patch:-p1 # https://github.com/cage-kiosk/cage/pull/148 -PATCHFILES+= 31a3571a7798.patch:-p1 # https://github.com/cage-kiosk/cage/pull/209 -PATCHFILES+= 1a3ab3eb3ad0.patch:-p1 # https://github.com/cage-kiosk/cage/pull/198 -PATCHFILES+= ee748fec3adf.patch:-p1 # https://github.com/cage-kiosk/cage/pull/197 +PATCHFILES+= 638d4fb71555.patch:-p1 # https://github.com/cage-kiosk/cage/pull/148 MAINTAINER= jbeich@FreeBSD.org -COMMENT= Wayland kiosk +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.15.0:x11-toolkits/wlroots + 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 xorg +USES= compiler:c11 meson pkgconfig USE_GITHUB= yes -USE_XORG= pixman 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 "${.CURDIR:H:H}/x11-toolkits/wlroots015/override.mk" .include diff --git a/x11-wm/cage-devel/distinfo b/x11-wm/cage-devel/distinfo new file mode 100644 index 000000000000..3d2be9ca9d61 --- /dev/null +++ b/x11-wm/cage-devel/distinfo @@ -0,0 +1,5 @@ +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 new file mode 100644 index 000000000000..8e84ca61c506 --- /dev/null +++ b/x11-wm/cage-devel/pkg-descr @@ -0,0 +1,6 @@ +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. diff --git a/x11-wm/cage/Makefile b/x11-wm/cage/Makefile index d4787bf05c0e..37f4394d2d61 100644 --- a/x11-wm/cage/Makefile +++ b/x11-wm/cage/Makefile @@ -1,49 +1,51 @@ PORTNAME= cage DISTVERSIONPREFIX= v DISTVERSION= 0.1.4 PORTREVISION= 4 CATEGORIES= x11-wm wayland PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 70ecdcb02ea0.patch:-p1 # https://github.com/cage-kiosk/cage/pull/148 PATCHFILES+= 31a3571a7798.patch:-p1 # https://github.com/cage-kiosk/cage/pull/209 PATCHFILES+= 1a3ab3eb3ad0.patch:-p1 # https://github.com/cage-kiosk/cage/pull/198 PATCHFILES+= ee748fec3adf.patch:-p1 # https://github.com/cage-kiosk/cage/pull/197 MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland kiosk 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.15.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 xorg USE_GITHUB= yes USE_XORG= pixman GH_ACCOUNT= cage-kiosk PLIST_FILES= bin/${PORTNAME} +CONFLICTS_INSTALL= ${PORTNAME}-devel + 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 "${.CURDIR:H:H}/x11-toolkits/wlroots015/override.mk" .include