From: Stuart Henderson Subject: Re: NEW: x11/emwm To: izder456 Cc: ports@openbsd.org Date: Thu, 18 Jan 2024 10:58:27 +0000 On 2024/01/17 20:59, izder456 wrote: > Hey ports@, > > I want to import EMWM, which is an enhanced fork of Motif WM that: > > - Provides compatibility with current xorg extensions and applications > - Supports multi-monitor setups trough Xinerama/Xrandr > - Includes UFT-8 support via Xft fonts > - Brings better compatibility with software that requires EWMH. > > the project page is here: > http://fastestcode.org/emwm.html > > Port is attached > > Comments, or OK to merge? > > -- > -iz Here are some fixes and tidying. It's in better shape but I have only built it, not tried running it. - line up variables better in the Makefile, avoid some unnecessary duplication around DISTNAME etc which are set automatically when you use GH_xx variables - fix installing; what you sent produced an empty package - list WANTLIB - trim DESCR - the "separate -utilities package" isn't included so don't mention it. note on compatibility doesn't really belong there either. fix typos.