From 6a5e772e57b457bb8def8e109cac5432a5d20fa7 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Wed, 4 Aug 2021 20:17:53 -0300 Subject: x11-wm/sdorfehs: Tiling window manager descended from ratpoison https://github.com/jcs/sdorfehs --- x11-wm/Makefile | 1 + x11-wm/sdorfehs/Makefile | 24 ++++++++++++++++++++++++ x11-wm/sdorfehs/distinfo | 3 +++ x11-wm/sdorfehs/pkg-descr | 15 +++++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 x11-wm/sdorfehs/Makefile create mode 100644 x11-wm/sdorfehs/distinfo create mode 100644 x11-wm/sdorfehs/pkg-descr diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 6664746fbbdc..c65b7129d687 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -90,6 +90,7 @@ SUBDIR += rubygem-uh-layout SUBDIR += rubygem-uh-wm SUBDIR += sawfish + SUBDIR += sdorfehs SUBDIR += selectwm SUBDIR += skippy-xd SUBDIR += spectrwm 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 -- cgit v1.2.3