Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=0e2aHxn+; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=zkgpasXi Received: by mail.netbsd.org (Postfix, from userid 605) id C05F484F66; Fri, 19 Apr 2024 08:58:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713517110; bh=8MoadPe23l1GKeM9hhw1889kg+P4OJIdaZeksA/c74M=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=0e2aHxn+D2cdBiLpyue6wfVhg7T2Jh/AvEF5wW1UQkF1SvSQOieSUSqw7Y10w+ZxN QIL13P4+9YK1JO3TK+TcWhAVK9V/1p5BSlZyU997ggMBQoWM8H47LMH94iEjbSS/jE kQfsWcwjtJorh8L3oCgGIRFcHzd8n4mzMOeRA6/0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B061884E92 for ; Fri, 19 Apr 2024 08:58:29 +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 591_-q7XRPpE for ; Fri, 19 Apr 2024 08:58:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0129784D93 for ; Fri, 19 Apr 2024 08:58:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713517109; bh=8MoadPe23l1GKeM9hhw1889kg+P4OJIdaZeksA/c74M=; h=Date:From:Subject:To:Reply-To; b=zkgpasXiNRdlbkV11sBTH89yxiFEkfgVne2XcHeZi7fl923pV7W3TLxvbG5H4LHMs tXKeaXUMe2sJOXww9gs/Gb5MMh3JMF4l5vssiLFunwzqEnSltQMMEK91ykudCBazsF vNZavAJ+2cxFXAWa4gJFp3V8n4WRt68w4o+LeIy4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id EDA73FA2C; Fri, 19 Apr 2024 08:58:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17135171086150" MIME-Version: 1.0 Date: Fri, 19 Apr 2024 08:58:28 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/x11/cool-retro-term To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240419085828.EDA73FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17135171086150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Fri Apr 19 08:58:28 UTC 2024 Modified Files: pkgsrc/x11/cool-retro-term: Makefile distinfo Log Message: x11/cool-retro-term: Update to 1.2.0 v1.2.0 * Migrated QtQuickControls from 1.x to 2.x * Fixed a lot of issues with MacOS build * Added support for blinking cursor * Added sub-pixel rasteration * Updated qtermwidget engine * Updated many fonts to the latest version To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/cool-retro-term/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/cool-retro-term/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17135171086150 Content-Disposition: inline Content-Length: 3271 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/cool-retro-term/Makefile diff -u pkgsrc/x11/cool-retro-term/Makefile:1.14 pkgsrc/x11/cool-retro-term/Makefile:1.15 --- pkgsrc/x11/cool-retro-term/Makefile:1.14 Sat Apr 6 08:06:56 2024 +++ pkgsrc/x11/cool-retro-term/Makefile Fri Apr 19 08:58:28 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2024/04/06 08:06:56 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2024/04/19 08:58:28 pho Exp $ -DISTNAME= cool-retro-term-1.1.1 -PKGREVISION= 12 +DISTNAME= cool-retro-term-1.2.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=Swordfish90/} @@ -24,7 +23,7 @@ SUBST_FILES.paths+= cool-retro-term.pro SUBST_SED.paths= -e 's,/usr,${PREFIX},g' GITHUB_SUBMODULES= Swordfish90 qmltermwidget \ - 5c47d1f49455394226e0e595f79c148f0c098006 qmltermwidget + 63228027e1f97c24abb907550b22ee91836929c5 qmltermwidget EXTRACT_USING= bsdtar do-configure: @@ -40,6 +39,6 @@ DEPENDS+= qt5-qtgraphicaleffects-[0-9]*: .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../x11/qt5-qtdeclarative/buildlink3.mk" -.include "../../x11/qt5-qtquickcontrols/buildlink3.mk" +.include "../../x11/qt5-qtquickcontrols2/buildlink3.mk" .include "../../mk/dlopen.buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/x11/cool-retro-term/distinfo diff -u pkgsrc/x11/cool-retro-term/distinfo:1.3 pkgsrc/x11/cool-retro-term/distinfo:1.4 --- pkgsrc/x11/cool-retro-term/distinfo:1.3 Tue Oct 26 11:33:45 2021 +++ pkgsrc/x11/cool-retro-term/distinfo Fri Apr 19 08:58:28 2024 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:33:45 nia Exp $ +$NetBSD: distinfo,v 1.4 2024/04/19 08:58:28 pho Exp $ -BLAKE2s (Swordfish90-qmltermwidget-5c47d1f49455394226e0e595f79c148f0c098006.tar.gz) = 8912f18b7c30a3dc27a47100b92e1e487381d73d5940272a7f0db199f8cafc73 -SHA512 (Swordfish90-qmltermwidget-5c47d1f49455394226e0e595f79c148f0c098006.tar.gz) = f3d57b480f5ec6edee45f6198787320920bb8c5dc8bd067fffc421ad3a3de232e79c9b0eb20625e312ec21e56d6f52ab306a78158f12da0062531a3752afd46e -Size (Swordfish90-qmltermwidget-5c47d1f49455394226e0e595f79c148f0c098006.tar.gz) = 235234 bytes -BLAKE2s (cool-retro-term-1.1.1.tar.gz) = e1974c41b32547513469c72dc31291b8152759046eb06b8bb227e7ab23ac14a6 -SHA512 (cool-retro-term-1.1.1.tar.gz) = 59da4b5d18ad64b917caebbc63ea9e3d562ed2a2dc9eae00f36cf434df44d17adca084b448f860f24a74ee6b59cd083d6a81e2217df1fb5e9f2731eaf1752148 -Size (cool-retro-term-1.1.1.tar.gz) = 1975853 bytes +BLAKE2s (Swordfish90-qmltermwidget-63228027e1f97c24abb907550b22ee91836929c5.tar.gz) = d0e43ff75eccc8a2e4b1e4a2ab9bf46bb580654e824e9ea4d77d6e842772cefc +SHA512 (Swordfish90-qmltermwidget-63228027e1f97c24abb907550b22ee91836929c5.tar.gz) = 7b80ef2cba24d4ceaf50ebb4adc69efe54919ef9a0dfa49ce766f56c3500ad200468db76676dd048cd3e41209b3a06b3ef5505c64d683702bf181ff8ec82c07e +Size (Swordfish90-qmltermwidget-63228027e1f97c24abb907550b22ee91836929c5.tar.gz) = 235028 bytes +BLAKE2s (cool-retro-term-1.2.0.tar.gz) = 5962c9ba6f8968faee92f92fe919794794e0d720cf4d491fa6b91ab410bcaf7e +SHA512 (cool-retro-term-1.2.0.tar.gz) = 21d3551d429380b026f8003652d78d186e5ac7079d3f143fe7f8f0c57876df263e5c40f218577ef236da859e779699f766414949591ecab38921caec5fd59209 +Size (cool-retro-term-1.2.0.tar.gz) = 1996540 bytes --_----------=_17135171086150--