pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/shod



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Aug 30 14:39:25 UTC 2021

Added Files:
        pkgsrc/wm/shod: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 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.

Added files:

Index: pkgsrc/wm/shod/DESCR
diff -u /dev/null pkgsrc/wm/shod/DESCR:1.1
--- /dev/null   Mon Aug 30 14:39:25 2021
+++ pkgsrc/wm/shod/DESCR        Mon Aug 30 14:39:24 2021
@@ -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.
Index: pkgsrc/wm/shod/Makefile
diff -u /dev/null pkgsrc/wm/shod/Makefile:1.1
--- /dev/null   Mon Aug 30 14:39:25 2021
+++ pkgsrc/wm/shod/Makefile     Mon Aug 30 14:39:24 2021
@@ -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"
Index: pkgsrc/wm/shod/PLIST
diff -u /dev/null pkgsrc/wm/shod/PLIST:1.1
--- /dev/null   Mon Aug 30 14:39:25 2021
+++ pkgsrc/wm/shod/PLIST        Mon Aug 30 14:39:24 2021
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/08/30 14:39:24 pin Exp $
+bin/shod
+man/man1/shod.1
Index: pkgsrc/wm/shod/distinfo
diff -u /dev/null pkgsrc/wm/shod/distinfo:1.1
--- /dev/null   Mon Aug 30 14:39:25 2021
+++ pkgsrc/wm/shod/distinfo     Mon Aug 30 14:39:24 2021
@@ -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