Received: by mail.netbsd.org (Postfix, from userid 605) id 5618584E6B; Thu, 30 Sep 2021 09:59:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9184D84D1B for ; Thu, 30 Sep 2021 09:59:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id u-y2CbNs1fsK for ; Thu, 30 Sep 2021 09:59:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B2E0984CE3 for ; Thu, 30 Sep 2021 09:59:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD3B2FA97; Thu, 30 Sep 2021 09:59:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163299598788160" MIME-Version: 1.0 Date: Thu, 30 Sep 2021 09:59:47 +0000 From: "pin" Subject: CVS commit: pkgsrc/wm/shod To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210930095947.AD3B2FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163299598788160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Thu Sep 30 09:59:47 UTC 2021 Modified Files: pkgsrc/wm/shod: DESCR Makefile PLIST distinfo Log Message: wm/shod: update to 2.1.4 shod has seen a major re-write and upstream has decided to provide a new release version numbering. Versions up to 0.5.0 are now archived in a different repository. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/shod/DESCR pkgsrc/wm/shod/Makefile \ pkgsrc/wm/shod/PLIST pkgsrc/wm/shod/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163299598788160 Content-Disposition: inline Content-Length: 4710 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/shod/DESCR diff -u pkgsrc/wm/shod/DESCR:1.1 pkgsrc/wm/shod/DESCR:1.2 --- pkgsrc/wm/shod/DESCR:1.1 Mon Aug 30 14:39:24 2021 +++ pkgsrc/wm/shod/DESCR Thu Sep 30 09:59:47 2021 @@ -1,11 +1,13 @@ -Shod is an hybrid (tiling and floating) multimonitor X11 window manager. -Shod sets no keybindings; reads no configuration other than X resources; -and works only via mouse with a given key modifier (Alt by default), and -by responding to client messages with EWMH hints (so you must use wmctrl -to control shod). +shod is a multi-monitor floating reparenting X11 window manager that +supports tiled and tabbed containers. shod sets no keybindings, reads +no configuration, and works only via mouse with a given key modifier +(Alt by default) and by responding to client messages sent by the shodc +utility (shod's remote controller). -NOTE: shod provides no keybindings, use sxhkd for binding keys. +shod was inspired by the following programs and window managers. I'd +like to thank their authors for their work that helped me developing +shodi; notion, wmii, acme. -WARNING: Shod is attempt of mine to write a Wm and better understand how - X11 works, Shod is only meant for me for educational purposes. - Shod is an experimental project, and should be used with caution. +shod was developed after studying the code of the following window +managers. I'd like to thank their authors for their work that helped +me understanding how a X Window Manager works; dwm, katriawm. Index: pkgsrc/wm/shod/Makefile diff -u pkgsrc/wm/shod/Makefile:1.1 pkgsrc/wm/shod/Makefile:1.2 --- pkgsrc/wm/shod/Makefile:1.1 Mon Aug 30 14:39:24 2021 +++ pkgsrc/wm/shod/Makefile Thu Sep 30 09:59:47 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2021/08/30 14:39:24 pin Exp $ +# $NetBSD: Makefile,v 1.2 2021/09/30 09:59:47 pin Exp $ -DISTNAME= shod-0.5.0 +DISTNAME= shod-2.1.4 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=phillbush/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -10,21 +10,22 @@ HOMEPAGE= https://github.com/phillbush/s COMMENT= Hybrid (floating and tiling) tabbed window manager LICENSE= mit -SUBST_CLASSES+= configmk -SUBST_MESSAGE.configmk= Adjust config.mk -SUBST_STAGE.configmk= pre-configure -SUBST_FILES.configmk+= config.mk -SUBST_SED.configmk+= -e 's,/usr/local,${PREFIX},g' -SUBST_SED.configmk+= -e 's,/usr/X11R6,${X11BASE},g' -SUBST_SED.configmk+= -e 's,share/man,${PKGMANDIR},g' -SUBST_SED.configmk+= -e 's,^CFLAGS *= ,CFLAGS += ,' -SUBST_SED.configmk+= -e 's,^LDFLAGS *= ,LDFLAGS += ,' -SUBST_SED.configmk+= -e 's/cc/${CC:Q}/' +SUBST_CLASSES+= makefile +SUBST_MESSAGE.makefile= Adjust Makefile +SUBST_STAGE.makefile= pre-configure +SUBST_FILES.makefile+= Makefile +SUBST_SED.makefile+= -e 's,/usr/local,${PREFIX},g' +SUBST_SED.makefile+= -e 's,/usr/X11R6,${X11BASE},g' +SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g' +SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,' +SUBST_SED.makefile+= -e 's,^LDFLAGS *= ,LDFLAGS += ,' +SUBST_SED.makefile+= -e 's/cc/${CC:Q}/' INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/shod ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/shodc ${DESTDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/shod.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 DEPENDS+= wmctrl-[0-9]*:../../wm/wmctrl Index: pkgsrc/wm/shod/PLIST diff -u pkgsrc/wm/shod/PLIST:1.1 pkgsrc/wm/shod/PLIST:1.2 --- pkgsrc/wm/shod/PLIST:1.1 Mon Aug 30 14:39:24 2021 +++ pkgsrc/wm/shod/PLIST Thu Sep 30 09:59:47 2021 @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2021/08/30 14:39:24 pin Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/09/30 09:59:47 pin Exp $ bin/shod +bin/shodc man/man1/shod.1 Index: pkgsrc/wm/shod/distinfo diff -u pkgsrc/wm/shod/distinfo:1.1 pkgsrc/wm/shod/distinfo:1.2 --- pkgsrc/wm/shod/distinfo:1.1 Mon Aug 30 14:39:24 2021 +++ pkgsrc/wm/shod/distinfo Thu Sep 30 09:59:47 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2021/08/30 14:39:24 pin Exp $ +$NetBSD: distinfo,v 1.2 2021/09/30 09:59:47 pin Exp $ -SHA1 (shod-0.5.0.tar.gz) = b91a9134a3fb2fb0e64900f23543e18ad24a4c53 -RMD160 (shod-0.5.0.tar.gz) = c82f812eef889b2ecf24b150d93598989754cfe6 -SHA512 (shod-0.5.0.tar.gz) = f3f9c92c6b83a6a4f5a6d9d0d1b1fc40a77d1c7dbde4738029969e5605eb3abed53b23c270867c1d1ae26ea0b1c217006d54e03a5c3864e2d002897c4ff8a515 -Size (shod-0.5.0.tar.gz) = 40293 bytes +SHA1 (shod-2.1.4.tar.gz) = a67692aeca51690fcb196affb945554d12f9ead2 +RMD160 (shod-2.1.4.tar.gz) = 83f30232278aedd4689c1ff57433dc9754ee4bce +SHA512 (shod-2.1.4.tar.gz) = d63066ffb922ec8154d5e9940cd845a64784b883e6490503c096a7903572dfe0251e42ed33e401afa761f93b9d698f6bf4b6054a510728626e75a2cdede43b6d +Size (shod-2.1.4.tar.gz) = 44980 bytes --_----------=_163299598788160--