diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 8e44019cf047..986257625709 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -1,138 +1,139 @@ COMMENT = X11 window managers SUBDIR += afterstep-stable SUBDIR += afterstep1 SUBDIR += amiwm SUBDIR += aphelia SUBDIR += awesome SUBDIR += awesome-vicious SUBDIR += bbkeys SUBDIR += bbpager SUBDIR += berry SUBDIR += blackbox SUBDIR += bspwm SUBDIR += bspwm-devel SUBDIR += cage SUBDIR += cagebreak SUBDIR += chamfer SUBDIR += compiz SUBDIR += compiz-plugins-extra SUBDIR += compiz-plugins-main SUBDIR += compiz-plugins-unsupported SUBDIR += compton SUBDIR += cosmic-comp SUBDIR += ctwm SUBDIR += cwm SUBDIR += deforaos-panel SUBDIR += devilspie SUBDIR += devilspie2 SUBDIR += durden SUBDIR += dwl SUBDIR += dwm SUBDIR += e16 SUBDIR += e16-docs SUBDIR += echinus SUBDIR += emerald SUBDIR += emwm SUBDIR += emwm-utils SUBDIR += enlightenment SUBDIR += epplets SUBDIR += euclid-wm SUBDIR += evilwm SUBDIR += fbcmd SUBDIR += fluxbox SUBDIR += fluxter SUBDIR += fswm SUBDIR += fvwm2 SUBDIR += fvwm3 SUBDIR += gamescope SUBDIR += herbstluftwm SUBDIR += hikari SUBDIR += hs-xmonad SUBDIR += hyprland SUBDIR += i3 SUBDIR += icewm SUBDIR += ittywm SUBDIR += jwm SUBDIR += kickshaw SUBDIR += korgwm SUBDIR += labwc SUBDIR += leftwm SUBDIR += libcompizconfig SUBDIR += libdockapp SUBDIR += libwraster SUBDIR += lxappearance-obconf SUBDIR += lxqt SUBDIR += lxqt-panel SUBDIR += lxqt-session SUBDIR += lxqt-wayland-session SUBDIR += lxsession SUBDIR += magpie SUBDIR += mango SUBDIR += marco SUBDIR += mcwm SUBDIR += metacity SUBDIR += muffin SUBDIR += mutter SUBDIR += niri SUBDIR += notion SUBDIR += nscde SUBDIR += obconf SUBDIR += obconf-qt SUBDIR += obpager SUBDIR += openbox SUBDIR += oroborus SUBDIR += peksystray SUBDIR += pekwm SUBDIR += phoc SUBDIR += picom SUBDIR += piewm SUBDIR += plasma6-kdecoration SUBDIR += plasma6-kwin SUBDIR += plasma6-kwin-x11 SUBDIR += pwm SUBDIR += qtile SUBDIR += ratpoison SUBDIR += river + SUBDIR += river-classic SUBDIR += rubygem-uh-layout SUBDIR += rubygem-uh-wm SUBDIR += sawfish SUBDIR += sawfish-pager SUBDIR += sdorfehs SUBDIR += selectwm SUBDIR += skippy-xd SUBDIR += spectrwm SUBDIR += stumpwm SUBDIR += subtle SUBDIR += sway SUBDIR += swayfx SUBDIR += theseus-ship SUBDIR += tinywm SUBDIR += transset SUBDIR += twm SUBDIR += vtwm SUBDIR += wayfire SUBDIR += wayfire-plugins-extra SUBDIR += wideriver SUBDIR += windowmaker SUBDIR += wlmaker 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/river-classic/Makefile b/x11-wm/river-classic/Makefile new file mode 100644 index 000000000000..e9d94f9feb54 --- /dev/null +++ b/x11-wm/river-classic/Makefile @@ -0,0 +1,42 @@ +PORTNAME= river-classic +DISTVERSION= 0.3.15 +CATEGORIES= x11-wm wayland +MASTER_SITES= https://codeberg.org/river/river-classic/releases/download/v${DISTVERSIONFULL}/ +DISTFILES= river-classic-${DISTVERSIONFULL}${EXTRACT_SUFX} + +MAINTAINER= siva@FreeBSD.org +COMMENT= Dynamic tiling Wayland compositor +WWW= https://isaacfreund.com/software/river/ + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ + wayland-protocols>0:graphics/wayland-protocols \ + zig>=0.15.1:lang/zig +LIB_DEPENDS= libevdev.so:devel/libevdev \ + libwayland-server.so:graphics/wayland \ + libwlroots-0.20.so:x11-toolkits/wlroots020 \ + libinput.so:x11/libinput \ + libxkbcommon.so:x11/libxkbcommon + +USES= pkgconfig xorg zig +USE_XORG= pixman + +OPTIONS_DEFINE= MANPAGES X11 +OPTIONS_DEFAULT=MANPAGES X11 +OPTIONS_SUB= yes + +MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc +MANPAGES_CONFIGURE_ON= -Dman-pages=true +MANPAGES_CONFIGURE_OFF= -Dman-pages=false + +X11_CONFIGURE_ON= -Dxwayland=true +X11_CONFIGURE_OFF= -Dxwayland=false + +ZIG_ARGS+= -Dstrip + +do-test: + @(cd ${WRKSRC} && ${TEST_ENV} zig build test ${CONFIGURE_ARGS}) + +.include diff --git a/x11-wm/river-classic/Makefile.zig b/x11-wm/river-classic/Makefile.zig new file mode 100644 index 000000000000..138f0e368506 --- /dev/null +++ b/x11-wm/river-classic/Makefile.zig @@ -0,0 +1,4 @@ +ZIG_TUPLE= pixman:codeberg.org/ifreund/zig-pixman/archive/v0.3.0.tar.gz?dummy=/pixman-0.3.0.tar.gz:pixman-0.3.0-LClMnz2VAAAs7QSCGwLimV5VUYx0JFnX5xWU6HwtMuDX \ + wayland:codeberg.org/ifreund/zig-wayland/archive/v0.4.0.tar.gz?dummy=/wayland-0.4.0.tar.gz:wayland-0.4.0-lQa1khbMAQAsLS2eBR7M5lofyEGPIbu2iFDmoz8lPC27 \ + wlroots:codeberg.org/ifreund/zig-wlroots/archive/v0.20.0.tar.gz?dummy=/wlroots-0.20.0.tar.gz:wlroots-0.20.0-jmOlcmtCBADS6eoJ6mkeiSNZkibrhD-c5Qwn-LiM86r1 \ + xkbcommon:codeberg.org/ifreund/zig-xkbcommon/archive/v0.3.0.tar.gz?dummy=/xkbcommon-0.3.0.tar.gz:xkbcommon-0.3.0-VDqIe3K9AQB2fG5ZeRcMC9i7kfrp5m2rWgLrmdNn9azr diff --git a/x11-wm/river-classic/distinfo b/x11-wm/river-classic/distinfo new file mode 100644 index 000000000000..a9a71cd4aee8 --- /dev/null +++ b/x11-wm/river-classic/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1775054366 +SHA256 (zig/river-classic-0.3.15.tar.gz) = bda4fffb70aed0a3d35e0b27fa248aacdc03bd208abfa3e0464cb37896b2128d +SIZE (zig/river-classic-0.3.15.tar.gz) = 178643 +SHA256 (zig/pixman-0.3.0.tar.gz) = cd7fe3415d4d58685a94fdedd308e9994a37f012828940cfb603461de7f2c6ad +SIZE (zig/pixman-0.3.0.tar.gz) = 7966 +SHA256 (zig/wayland-0.4.0.tar.gz) = 907fdd18c7ede1ab1f249c618ba5dce3b8a72c26e50090b4ae7010033a419ba9 +SIZE (zig/wayland-0.4.0.tar.gz) = 111219 +SHA256 (zig/wlroots-0.20.0.tar.gz) = 75af3510386c639582693d01788579abde4dca9ce1ae6703c1e877ec8123d106 +SIZE (zig/wlroots-0.20.0.tar.gz) = 63670 +SHA256 (zig/xkbcommon-0.3.0.tar.gz) = 1e185423e6b23ed9729614e66751ab7522db4487df4e0dcc7a2b06375aacda23 +SIZE (zig/xkbcommon-0.3.0.tar.gz) = 22730 diff --git a/x11-wm/river-classic/pkg-descr b/x11-wm/river-classic/pkg-descr new file mode 100644 index 000000000000..e1218548de47 --- /dev/null +++ b/x11-wm/river-classic/pkg-descr @@ -0,0 +1,8 @@ +River is a non-monolithic Wayland compositor. Unlike other Wayland compositors, +river does not combine the compositor and window manager into one program. +Instead, users can choose any window manager implementing the +river-window-management-v1 protocol. + +Note: river is currently early in development. Expect breaking changes +and missing features. Bugs should however be rare at this point, if +you run into one don't hesitate to open an issue upstream. diff --git a/x11-wm/river-classic/pkg-message b/x11-wm/river-classic/pkg-message new file mode 100644 index 000000000000..0a6973c773cc --- /dev/null +++ b/x11-wm/river-classic/pkg-message @@ -0,0 +1,17 @@ +[ +{ + type: install + message: <