diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 6664746fbbdc..c65b7129d687 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -1,127 +1,128 @@ 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 += cage SUBDIR += chamfer SUBDIR += compiz SUBDIR += compiz-plugins-extra SUBDIR += compiz-plugins-main SUBDIR += compiz-plugins-unsupported SUBDIR += compizconfig-backend-gconf SUBDIR += compton SUBDIR += ctwm SUBDIR += cwm SUBDIR += devilspie SUBDIR += durden 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 += gcompmgr SUBDIR += herbstluftwm SUBDIR += hikari SUBDIR += hs-xmonad SUBDIR += i3 SUBDIR += i3-gaps SUBDIR += icewm SUBDIR += jewel SUBDIR += jwm SUBDIR += kickshaw SUBDIR += labwc SUBDIR += larswm SUBDIR += leftwm SUBDIR += libcompizconfig SUBDIR += libdockapp SUBDIR += libwraster SUBDIR += lwm SUBDIR += lxappearance-obconf SUBDIR += lxmed SUBDIR += lxqt SUBDIR += lxqt-panel SUBDIR += lxqt-session SUBDIR += lxsession SUBDIR += marco SUBDIR += mcwm SUBDIR += metacity SUBDIR += muffin SUBDIR += mutter 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 += 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 += 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/sdorfehs/Makefile b/x11-wm/sdorfehs/Makefile new file mode 100644 index 000000000000..c03b84953b61 --- /dev/null +++ b/x11-wm/sdorfehs/Makefile @@ -0,0 +1,24 @@ +PORTNAME= sdorfehs +DISTVERSIONPREFIX= v +DISTVERSION= 1.1 +CATEGORIES= x11-wm + +MAINTAINER= jrm@FreeBSD.org +COMMENT= Tiling window manager descended from ratpoison + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= pkgconfig xorg +USE_GITHUB= yes +GH_ACCOUNT= jcs +USE_XORG= x11 xft xrandr xtst + +PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +.include diff --git a/x11-wm/sdorfehs/distinfo b/x11-wm/sdorfehs/distinfo new file mode 100644 index 000000000000..471db1ee6211 --- /dev/null +++ b/x11-wm/sdorfehs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1628116876 +SHA256 (jcs-sdorfehs-v1.1_GH0.tar.gz) = 126ff61c5b453ae68c91df39ea2c9771692d52925fbb98c752b5867f34596037 +SIZE (jcs-sdorfehs-v1.1_GH0.tar.gz) = 123660 diff --git a/x11-wm/sdorfehs/pkg-descr b/x11-wm/sdorfehs/pkg-descr new file mode 100644 index 000000000000..296f3f4b231b --- /dev/null +++ b/x11-wm/sdorfehs/pkg-descr @@ -0,0 +1,15 @@ +sdorfehs (pronounced "starfish") is a tiling window manager descended +from ratpoison (which itself is modelled after GNU Screen). + +sdorfehs divides the screen into one or more frames, each only +displaying one window at a time but can cycle through all available +windows (those which are not being shown in another frame). + +Like Screen, sdorfehs primarily uses prefixed/modal key bindings for +most actions. sdorfehs's command mode is entered with a configurable +keystroke (Control+a by default) which then allows a number of bindings +accessible with just a single keystroke or any other combination. For +example, to cycle through available windows in a frame, press Control+a +then n. + +WWW: https://github.com/jcs/sdorfehs