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: import package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bc54f2e63d4
branches:  trunk
changeset: 457608:2bc54f2e63d4
user:      pin <pin%pkgsrc.org@localhost>
date:      Mon Aug 30 14:39:24 2021 +0000

description:
wm/shod: import package

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).

NOTE: shod provides no keybindings, use sxhkd for binding keys.

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.

diffstat:

 wm/shod/DESCR    |  11 +++++++++++
 wm/shod/Makefile |  36 ++++++++++++++++++++++++++++++++++++
 wm/shod/PLIST    |   3 +++
 wm/shod/distinfo |   6 ++++++
 4 files changed, 56 insertions(+), 0 deletions(-)

diffs (72 lines):

diff -r d27506e93fd0 -r 2bc54f2e63d4 wm/shod/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/shod/DESCR     Mon Aug 30 14:39:24 2021 +0000
@@ -0,0 +1,11 @@
+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).
+
+NOTE: shod provides no keybindings, use sxhkd for binding keys.
+
+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.
diff -r d27506e93fd0 -r 2bc54f2e63d4 wm/shod/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/shod/Makefile  Mon Aug 30 14:39:24 2021 +0000
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1 2021/08/30 14:39:24 pin Exp $
+
+DISTNAME=      shod-0.5.0
+CATEGORIES=    wm
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=phillbush/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pin%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/phillbush/shod/
+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}/'
+
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/shod ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_MAN} ${WRKSRC}/shod.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+DEPENDS+=      wmctrl-[0-9]*:../../wm/wmctrl
+DEPENDS+=      sxhkd-[0-9]*:../../x11/sxhkd
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d27506e93fd0 -r 2bc54f2e63d4 wm/shod/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/shod/PLIST     Mon Aug 30 14:39:24 2021 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/08/30 14:39:24 pin Exp $
+bin/shod
+man/man1/shod.1
diff -r d27506e93fd0 -r 2bc54f2e63d4 wm/shod/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/shod/distinfo  Mon Aug 30 14:39:24 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/08/30 14:39:24 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



Home | Main Index | Thread Index | Old Index