Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=tGeNSGrY; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=W7AtchNQ Received: by mail.netbsd.org (Postfix, from userid 605) id 9CB3884EB1; Tue, 19 Mar 2024 19:42:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710877375; bh=WX8/UUmZUVz1VlhGcC+/F7tYZHiZY6+/cNBQwBF3O1w=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=tGeNSGrY4QIdlUSDM71YPthI3Q6vthBb5y+yAvTnqVaWsG2Y+RKSMhZF0BUm2zgqt Fg3Nl2kgNIueCb0EwMiQaoE1k++R4sgJqlx2qLI6D6vHxqk9fSzMxaBEbb7aH+LV30 gJcsOuFV4hpIFnaVURSfswjzECAEVw6i6mKfkDVc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8874E84EAB for ; Tue, 19 Mar 2024 19:42:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0tBFRo3RN0ly for ; Tue, 19 Mar 2024 19:42:53 +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 DA95284E9D for ; Tue, 19 Mar 2024 19:42:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710877373; bh=WX8/UUmZUVz1VlhGcC+/F7tYZHiZY6+/cNBQwBF3O1w=; h=Date:From:Subject:To:Reply-To; b=W7AtchNQ6QxeF9zHqHsFb5k9gE/qMfD0xJXyKMTZ7Uv+TpQXQ7bRSejXBxMk+FCN9 jV/F5TjVxy0oZsKoJwCJW48Ixru8Q9OJwCBJUYwG3hdVqZsOwKi4ymSdkDtrGlw1K3 8kZxcdCZD1qDsXJG/hfGX+cMWwqhZXaKgU31ZJXE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C702AFA2C; Tue, 19 Mar 2024 19:42:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171087737391190" MIME-Version: 1.0 Date: Tue, 19 Mar 2024 19:42:53 +0000 From: "nikita" Subject: CVS commit: pkgsrc/x11/i3lock-color To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20240319194253.C702AFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171087737391190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Tue Mar 19 19:42:53 UTC 2024 Modified Files: pkgsrc/x11/i3lock-color: Makefile distinfo Log Message: i3lock-color: update to version 2.13.c.5 Changelog: 2.13.c.5 Highlights New features New custom key commands (#256) Support basic control chars (\n, \r, \b, \t) in text options (#238) Added support for the XF86AudioMicMute media key (#273) Added tab completion for Bash and Zsh (#230) Perf improvements Lazy-load slideshow images (#242) Disable debug build by default; faster blurring (#251) Changes by PR fix --max and --fill not scaling image when the image has the same aspect ratio as the screen by @Rio6 in #228 Add link to new active port by @loralighte in #233 chore: rename variables for examples, remove unused variables by @graves501 in #229 fix(typo): fix wrong greeter_y_expr and typo error message in arguments parser. by @cmsxbc in #237 Tab completion (#204) by @JezerM in #230 Slideshow images loaded when needed (#241) by @JezerM in #242 feat(control char): add basic control char support by @cmsxbc in #238 build: disable debug and sanitizers by default by @alanswanson in #251 Shell command options for media keys by @jclds139 in #256 Support for XF86AudioMicMute by @kwesthaus in #273 Fix: Remove breaking space in zsh completion by @kwesthaus in #274 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/i3lock-color/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/i3lock-color/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171087737391190 Content-Disposition: inline Content-Length: 1658 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/i3lock-color/Makefile diff -u pkgsrc/x11/i3lock-color/Makefile:1.3 pkgsrc/x11/i3lock-color/Makefile:1.4 --- pkgsrc/x11/i3lock-color/Makefile:1.3 Tue Nov 14 14:03:13 2023 +++ pkgsrc/x11/i3lock-color/Makefile Tue Mar 19 19:42:53 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2023/11/14 14:03:13 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2024/03/19 19:42:53 nikita Exp $ -DISTNAME= i3lock-color-2.13.c.4 -PKGREVISION= 2 +DISTNAME= i3lock-color-2.13.c.5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=Raymo111/} Index: pkgsrc/x11/i3lock-color/distinfo diff -u pkgsrc/x11/i3lock-color/distinfo:1.1 pkgsrc/x11/i3lock-color/distinfo:1.2 --- pkgsrc/x11/i3lock-color/distinfo:1.1 Tue May 23 22:31:45 2023 +++ pkgsrc/x11/i3lock-color/distinfo Tue Mar 19 19:42:53 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2023/05/23 22:31:45 nikita Exp $ +$NetBSD: distinfo,v 1.2 2024/03/19 19:42:53 nikita Exp $ -BLAKE2s (i3lock-color-2.13.c.4.tar.gz) = 4db9c24672a329948737b62c3a3747b44c975ef77c3dbe8b73c2a7ea72661243 -SHA512 (i3lock-color-2.13.c.4.tar.gz) = 67b7b558f2894f8a389e559a5b146e176d4d0410b8da2a756190691062fa60e085449bc3afa57cbbdee7d2f002f995649d123bfb9d88eaae55da3cf8f68eee02 -Size (i3lock-color-2.13.c.4.tar.gz) = 215078 bytes +BLAKE2s (i3lock-color-2.13.c.5.tar.gz) = 6c636e172ab026f5a3ce0594c23ba001897ae18908d6d401a3d73e66f91cad9a +SHA512 (i3lock-color-2.13.c.5.tar.gz) = db52b8800a63a9fc85ffb644b140488588427d717b075a3f0d318486cb0177858ed7a2f148bb904e56539bbf679b0fd40eaf0df895b1f578498dfb70219eb9b8 +Size (i3lock-color-2.13.c.5.tar.gz) = 485084 bytes SHA1 (patch-jpg.c) = 2da0ba7d6ac2080991a47dad91e9813133f76a8f --_----------=_171087737391190--