From owner-dev-commits-ports-main@freebsd.org Wed Aug 4 23:29:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 238BE6579DD; Wed, 4 Aug 2021 23:29:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gg7HL0GvMz3N68; Wed, 4 Aug 2021 23:29:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E670474EE; Wed, 4 Aug 2021 23:29:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 174NTHdi002854; Wed, 4 Aug 2021 23:29:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 174NTHOi002853; Wed, 4 Aug 2021 23:29:17 GMT (envelope-from git) Date: Wed, 4 Aug 2021 23:29:17 GMT Message-Id: <202108042329.174NTHOi002853@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joseph Mingrone Subject: git: 6a5e772e57b4 - main - x11-wm/sdorfehs: Tiling window manager descended from ratpoison MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6a5e772e57b457bb8def8e109cac5432a5d20fa7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2021 23:29:18 -0000 The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a5e772e57b457bb8def8e109cac5432a5d20fa7 commit 6a5e772e57b457bb8def8e109cac5432a5d20fa7 Author: Joseph Mingrone AuthorDate: 2021-08-04 23:17:53 +0000 Commit: Joseph Mingrone 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 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