Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 41CF91A9239 for ; Sun, 2 Jan 2022 16:31:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7C4D784EF0; Sun, 2 Jan 2022 16:31:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B585184EEA for ; Sun, 2 Jan 2022 16:31:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id YDUlk9uymeyQ for ; Sun, 2 Jan 2022 16:31:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 36F9E84CD8 for ; Sun, 2 Jan 2022 16:31:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 342AFFAEC; Sun, 2 Jan 2022 16:31:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641141073100350" MIME-Version: 1.0 Date: Sun, 2 Jan 2022 16:31:13 +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: <20220102163113.342AFFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641141073100350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sun Jan 2 16:31:13 UTC 2022 Modified Files: pkgsrc/wm/shod: Makefile distinfo Log Message: wm/shod: update to 2.2.0 -Added dock and dockapp support. -Added -c option. -Added snap-to-edge attraction. -Added shaded container state -Added tiling factor when resizing window. -Added config.h -Added hand mouse cursor for left button. -Fixed support for transparent windows (#3) -Changed most command-line options to X Resources. -Changed decoration code (using colors rather than pixmaps). -Removed motion event handling. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/wm/shod/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/wm/shod/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641141073100350 Content-Disposition: inline Content-Length: 1422 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/shod/Makefile diff -u pkgsrc/wm/shod/Makefile:1.2 pkgsrc/wm/shod/Makefile:1.3 --- pkgsrc/wm/shod/Makefile:1.2 Thu Sep 30 09:59:47 2021 +++ pkgsrc/wm/shod/Makefile Sun Jan 2 16:31:13 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2021/09/30 09:59:47 pin Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/02 16:31:13 pin Exp $ -DISTNAME= shod-2.1.4 +DISTNAME= shod-2.2.0 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=phillbush/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/wm/shod/distinfo diff -u pkgsrc/wm/shod/distinfo:1.4 pkgsrc/wm/shod/distinfo:1.5 --- pkgsrc/wm/shod/distinfo:1.4 Tue Oct 26 11:25:18 2021 +++ pkgsrc/wm/shod/distinfo Sun Jan 2 16:31:13 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 11:25:18 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/01/02 16:31:13 pin Exp $ -BLAKE2s (shod-2.1.4.tar.gz) = 92c88c1742c560672298dab607fd26f8c651772fe3f15a24a83367273b65096c -SHA512 (shod-2.1.4.tar.gz) = d63066ffb922ec8154d5e9940cd845a64784b883e6490503c096a7903572dfe0251e42ed33e401afa761f93b9d698f6bf4b6054a510728626e75a2cdede43b6d -Size (shod-2.1.4.tar.gz) = 44980 bytes +BLAKE2s (shod-2.2.0.tar.gz) = ab25b239fa1838db7a47c8fe85e3414475003951ddf73748ead999f8881f0c05 +SHA512 (shod-2.2.0.tar.gz) = db921ed9b11e7d6deed8063ea1d317130a3203dccfaaccf6f448af22ff58643d0731126e4057447e696d9c5baa5c868a194b5daffdcebf58be244a7e1e22fc92 +Size (shod-2.2.0.tar.gz) = 45627 bytes --_----------=_1641141073100350--