Received: by mail.netbsd.org (Postfix, from userid 605) id 36FE184F66; Mon, 26 Feb 2024 19:00:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708974026; bh=U3czN+IL8yua3A1WA6+SybO8BguGZ49R/pb7iRtaucw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=es9CkMJQM4JGDoz+tCEKBMAcCzMmjR9ClNkak/y65y79o8749RyHFdACWc5rqW0rR m0yob9t4Uop8bQBjRUKvSZvderTWxU3BIpZIaCsqC2liuyeISM/bfmpC2Be3wbYdVN JrRY5W2IKon2YKHk6H2a9v8kmyNfeLwiKvkz30iw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29BED84E5C for ; Mon, 26 Feb 2024 19:00:25 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4rbVJFINvCzM for ; Mon, 26 Feb 2024 19:00:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 803F984E54 for ; Mon, 26 Feb 2024 19:00:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708974024; bh=U3czN+IL8yua3A1WA6+SybO8BguGZ49R/pb7iRtaucw=; h=Date:From:Subject:To:Reply-To; b=icTQi68vVkvuCHajwyceCz1A3AewnLJ0j3KI+gIT+7zrwRCyLjOILJGasFebTgXYy HtRfK8YeiY6YyRsrpY8LWOoP6OPx5L/3jci7jo9sVQS4/YKt5xxaz6jDyRggq0B1wb 5OPYFhZJ6ciiP0ltijLz/anmPUiVE7pgHShHqE1A= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7A1F3FA27; Mon, 26 Feb 2024 19:00:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708974024230730" MIME-Version: 1.0 Date: Mon, 26 Feb 2024 19:00:24 +0000 From: "pin" Subject: CVS commit: pkgsrc/graphics/oculante To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240226190024.7A1F3FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708974024230730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: pin Date: Mon Feb 26 19:00:24 UTC 2024 Modified Files: pkgsrc/graphics/oculante: Makefile cargo-depends.mk distinfo Log Message: graphics/oculante: update to 0.8.11 0.8.11 (2024-02-25) 🪲 Bug Fixes - Prevent app from hanging if not image in stdin (695b2fa7) 0.8.10 (2024-02-24) 🪲 Bug Fixes - prevent zoom from being stuck at extreme levels (32c6b02f) - Blurry text/UI is now rendered crisp (cbb1e165) ✨ Features - Allow piping image data to oculante on the command line (e8f92dfa) 🍏 Chore - rename release artifacts (fcd24e37) To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/graphics/oculante/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/oculante/cargo-depends.mk cvs rdiff -u -r1.60 -r1.61 pkgsrc/graphics/oculante/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708974024230730 Content-Disposition: inline Content-Length: 3004 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/oculante/Makefile diff -u pkgsrc/graphics/oculante/Makefile:1.69 pkgsrc/graphics/oculante/Makefile:1.70 --- pkgsrc/graphics/oculante/Makefile:1.69 Fri Feb 23 10:03:00 2024 +++ pkgsrc/graphics/oculante/Makefile Mon Feb 26 19:00:24 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2024/02/23 10:03:00 pin Exp $ +# $NetBSD: Makefile,v 1.70 2024/02/26 19:00:24 pin Exp $ -DISTNAME= oculante-0.8.9 +DISTNAME= oculante-0.8.11 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=woelper/} Index: pkgsrc/graphics/oculante/cargo-depends.mk diff -u pkgsrc/graphics/oculante/cargo-depends.mk:1.44 pkgsrc/graphics/oculante/cargo-depends.mk:1.45 --- pkgsrc/graphics/oculante/cargo-depends.mk:1.44 Fri Feb 23 10:03:00 2024 +++ pkgsrc/graphics/oculante/cargo-depends.mk Mon Feb 26 19:00:24 2024 @@ -1,4 +1,4 @@ -# $NetBSD: cargo-depends.mk,v 1.44 2024/02/23 10:03:00 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.45 2024/02/26 19:00:24 pin Exp $ CARGO_CRATE_DEPENDS+= ab_glyph-0.2.23 CARGO_CRATE_DEPENDS+= ab_glyph_rasterizer-0.1.8 Index: pkgsrc/graphics/oculante/distinfo diff -u pkgsrc/graphics/oculante/distinfo:1.60 pkgsrc/graphics/oculante/distinfo:1.61 --- pkgsrc/graphics/oculante/distinfo:1.60 Fri Feb 23 10:03:00 2024 +++ pkgsrc/graphics/oculante/distinfo Mon Feb 26 19:00:24 2024 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.60 2024/02/23 10:03:00 pin Exp $ +$NetBSD: distinfo,v 1.61 2024/02/26 19:00:24 pin Exp $ BLAKE2s (ab_glyph-0.2.23.crate) = dcb87d5c70395693fe96390c3c9b9fa0ba1f246fe3bc1e4a49afa09c166a4732 SHA512 (ab_glyph-0.2.23.crate) = 169aaea8daf54cae7b3123b088f95217dda53f5e11b42a962d4607f546b8ecbdbab769d292cd2f50206f58d015785361479b4dfc42915b28bc5bdfff4340c151 @@ -1233,9 +1233,9 @@ Size (objc_id-0.1.1.crate) = 3258 bytes BLAKE2s (object-0.32.2.crate) = 952e38e0c84af4d93be748515cf70103ed1bd03c0bb838c4ea84acf3ed41cdc9 SHA512 (object-0.32.2.crate) = 5d03d998f06dc592c3be141f7163bd72a0e73396f95d22ef1e0ffbfc66489bf727a6f6fb813a32739609b619b8e34a471974b2231dcfa23df8bff52007c25a96 Size (object-0.32.2.crate) = 286994 bytes -BLAKE2s (oculante-0.8.9.tar.gz) = 6fdbab11b50f6cb73af019392350ecd9f212bfcd20f7d14ae1ead7d450d33e57 -SHA512 (oculante-0.8.9.tar.gz) = 619b4764f628d3636965c7b8f6d9111310475f7718112675ff9390be1a1c620b73dece3e814d897279cdb73557162048ec2855c1ed4731fe9b35194385827978 -Size (oculante-0.8.9.tar.gz) = 57842729 bytes +BLAKE2s (oculante-0.8.11.tar.gz) = 670ca75a116dfda3cc60f7ee1c31de95bf5861038337ad18f732eaecde86d43c +SHA512 (oculante-0.8.11.tar.gz) = c41ebde83626241fea548de25e1477ccdfcd19ac60831125652ad8909e967a48067e4c3157b55443bbb57c2d3e20b89d2e4227342dff337805f67f47a37c8da5 +Size (oculante-0.8.11.tar.gz) = 57843168 bytes BLAKE2s (oklab-1.0.1.crate) = 645e2989a68383a16040d1fcf83c9ea31a6440e611bfc876f9800ddf3acad884 SHA512 (oklab-1.0.1.crate) = 4accdedac95439e271eed2a6d6450dd7118b46e935bc35d968faa46d3dfa6134b0ce3ada3455c8bb32ab525cd4fcd8abaff0d71f4e5821ca283bb33ae845b552 Size (oklab-1.0.1.crate) = 3987 bytes --_----------=_1708974024230730--