Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 2021 23:29:17 GMT
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6a5e772e57b4 - main - x11-wm/sdorfehs: Tiling window manager descended from ratpoison
Message-ID:  <202108042329.174NTHOi002853@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6a5e772e57b457bb8def8e109cac5432a5d20fa7

commit 6a5e772e57b457bb8def8e109cac5432a5d20fa7
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2021-08-04 23:17:53 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2021-08-04 23:26:51 +0000

    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(+)

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 <bsd.port.mk>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108042329.174NTHOi002853>