pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/shod wm/shod: update to 2.1.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35561fd4b9d4
branches:  trunk
changeset: 459130:35561fd4b9d4
user:      pin <pin%pkgsrc.org@localhost>
date:      Thu Sep 30 09:59:47 2021 +0000

description:
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.

diffstat:

 wm/shod/DESCR    |  20 +++++++++++---------
 wm/shod/Makefile |  25 +++++++++++++------------
 wm/shod/PLIST    |   3 ++-
 wm/shod/distinfo |  10 +++++-----
 4 files changed, 31 insertions(+), 27 deletions(-)

diffs (95 lines):

diff -r 124578e61102 -r 35561fd4b9d4 wm/shod/DESCR
--- a/wm/shod/DESCR     Thu Sep 30 09:58:05 2021 +0000
+++ b/wm/shod/DESCR     Thu Sep 30 09:59:47 2021 +0000
@@ -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.
diff -r 124578e61102 -r 35561fd4b9d4 wm/shod/Makefile
--- a/wm/shod/Makefile  Thu Sep 30 09:58:05 2021 +0000
+++ b/wm/shod/Makefile  Thu Sep 30 09:59:47 2021 +0000
@@ -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 @@
 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
diff -r 124578e61102 -r 35561fd4b9d4 wm/shod/PLIST
--- a/wm/shod/PLIST     Thu Sep 30 09:58:05 2021 +0000
+++ b/wm/shod/PLIST     Thu Sep 30 09:59:47 2021 +0000
@@ -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
diff -r 124578e61102 -r 35561fd4b9d4 wm/shod/distinfo
--- a/wm/shod/distinfo  Thu Sep 30 09:58:05 2021 +0000
+++ b/wm/shod/distinfo  Thu Sep 30 09:59:47 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index