pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/sdorfehs



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Jan 28 12:46:31 UTC 2023

Modified Files:
        pkgsrc/wm/sdorfehs: Makefile distinfo

Log Message:
wm/sdorfehs: update to 1.5

 - actions: cmd_vmove: allow spec by target name, not just number
 - actions: new commands vnext/vother/vprev to let use like groups
 - actions: command: differentiate otherwise identical error prints
 - main: make stdin dup'd from /dev/null rather than X invocation tty (#45)
 - window: when adding to windowlist, use current vscreen if 'winaddcurv…
 - actions: restore old way 'windows' did bar toggle when msgwait 0
 - window: if msgwait 0 persist and update bar lists on vselect
 - get_child_info: use XResQueryClientIds() if _NET_WM_PID not found
 - communications: support arbitrary response sizes, not just 1k
 - communications: add WARNX_DEBUG macro for cli client stderr prints
 - actions: cmd_execw: new exec command waits for forked proc to exit (#49)
 - actions: cmd_execv: new exec command starts in specific vscreen (#51)
 - events: client_msg: support apps that raise via _NET_ACTIVE_WINDOW
 - events: map_request: EWMH window raise can use existing rudeness hand…
 - rudeness: add a bit to allow off-vscreen window raise, default off
 - actions: cmd_fselect: remove duplicate code
 - actions: use bar_border_width for interactive read_frame
 - split: constrain find_frame_number and find_last_frame to a vscreen


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/wm/sdorfehs/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/wm/sdorfehs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/sdorfehs/Makefile
diff -u pkgsrc/wm/sdorfehs/Makefile:1.7 pkgsrc/wm/sdorfehs/Makefile:1.8
--- pkgsrc/wm/sdorfehs/Makefile:1.7     Tue May 17 18:34:48 2022
+++ pkgsrc/wm/sdorfehs/Makefile Sat Jan 28 12:46:30 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2022/05/17 18:34:48 pin Exp $
+# $NetBSD: Makefile,v 1.8 2023/01/28 12:46:30 pin Exp $
 
-DISTNAME=      sdorfehs-1.4
+DISTNAME=      sdorfehs-1.5
 CATEGORIES=    wm
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jcs/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
-MAINTAINER=    pin%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/jcs/sdorfehs/
 COMMENT=       Tiling window manager descended from ratpoison
 LICENSE=       gnu-gpl-v2

Index: pkgsrc/wm/sdorfehs/distinfo
diff -u pkgsrc/wm/sdorfehs/distinfo:1.6 pkgsrc/wm/sdorfehs/distinfo:1.7
--- pkgsrc/wm/sdorfehs/distinfo:1.6     Tue May 17 18:34:48 2022
+++ pkgsrc/wm/sdorfehs/distinfo Sat Jan 28 12:46:30 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2022/05/17 18:34:48 pin Exp $
+$NetBSD: distinfo,v 1.7 2023/01/28 12:46:30 pin Exp $
 
-BLAKE2s (sdorfehs-1.4.tar.gz) = 484b318c8889e28272a30764fb831c3a8ef2a1d692e666f562f66f5b48c5ad7c
-SHA512 (sdorfehs-1.4.tar.gz) = 87946b83fa47d17f7c3164e0a20ecb3570ca0f31b8fbad0f1bab13a55b99806071700f001ec6f2b7555e6dd6cf65fada73711b785b9872157ff4fb8ce0e41399
-Size (sdorfehs-1.4.tar.gz) = 120588 bytes
+BLAKE2s (sdorfehs-1.5.tar.gz) = 270d21d0f5eec9401273654b1cc87dbf224f8e8b2b829bbb6552a20ce1f692af
+SHA512 (sdorfehs-1.5.tar.gz) = 2bbb354d186e06b95b1d01e04bc97585121630dd9544ea8b10299dc5f15bc94bbd5cd55cbb72d6f04a3abf930652731b2070810fe908532953af87f02ec06687
+Size (sdorfehs-1.5.tar.gz) = 122223 bytes
 SHA1 (patch-Makefile) = d8e18bb85595776540647e3477cec6c7c94c4432



Home | Main Index | Thread Index | Old Index