Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5656984F19 for ; Fri, 17 Nov 2023 17:40:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 JbsDAOcjUmsb for ; Fri, 17 Nov 2023 17:40:37 +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 C4E0084EBC for ; Fri, 17 Nov 2023 17:40:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B748EFA3D; Fri, 17 Nov 2023 17:40:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1700242837222340" MIME-Version: 1.0 Date: Fri, 17 Nov 2023 17:40:37 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/fonts/spleen To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20231117174037.B748EFA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1700242837222340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Fri Nov 17 17:40:37 UTC 2023 Modified Files: pkgsrc/fonts/spleen: Makefile distinfo Log Message: spleen: update to 2.0.1. Spleen 2.0.1 (2023-11-17) - Add a 'com' target to generate SPLEEN.COM, the DOS version of Spleen - Also add 'com' in the 'all' target - Update README to add a link to the Guix package - In the Spleen loader for DOS, put 4C00h in ax and not 4Ch - README.md: add Gentoo package link - Switch to using Oxipng as it compresses even more than OptiPNG - Add a new FAQ file answering frequently asked questions about Spleen - Remove C0 control characters range in the 8x16, 16x32, and 32x64 versions To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/fonts/spleen/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/fonts/spleen/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1700242837222340 Content-Disposition: inline Content-Length: 1520 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/spleen/Makefile diff -u pkgsrc/fonts/spleen/Makefile:1.21 pkgsrc/fonts/spleen/Makefile:1.22 --- pkgsrc/fonts/spleen/Makefile:1.21 Sun May 28 17:37:51 2023 +++ pkgsrc/fonts/spleen/Makefile Fri Nov 17 17:40:37 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2023/05/28 17:37:51 fcambus Exp $ +# $NetBSD: Makefile,v 1.22 2023/11/17 17:40:37 fcambus Exp $ -DISTNAME= spleen-2.0.0 +DISTNAME= spleen-2.0.1 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/fonts/spleen/distinfo diff -u pkgsrc/fonts/spleen/distinfo:1.20 pkgsrc/fonts/spleen/distinfo:1.21 --- pkgsrc/fonts/spleen/distinfo:1.20 Sun May 28 17:37:51 2023 +++ pkgsrc/fonts/spleen/distinfo Fri Nov 17 17:40:37 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2023/05/28 17:37:51 fcambus Exp $ +$NetBSD: distinfo,v 1.21 2023/11/17 17:40:37 fcambus Exp $ -BLAKE2s (spleen-2.0.0.tar.gz) = 5b0bf1469ce2fbb96b00a55b07011fe7ee8087bb819ae945afa79f4b88a48ab5 -SHA512 (spleen-2.0.0.tar.gz) = cae55f1f9d04995e3b6c725fb1d010b4593f6e96a9cf1b594f945f5cc827131a5c8497eb97367f8aa75dfde9841a160a5292c893f8a99bb33bc95ca67445a7a6 -Size (spleen-2.0.0.tar.gz) = 483317 bytes +BLAKE2s (spleen-2.0.1.tar.gz) = a066642feaab0a1824f4fe715a3718beed28793ce2f4a4ccb77c2d7f56a1ef18 +SHA512 (spleen-2.0.1.tar.gz) = 85e6cab76986fd7b0811fdf0716ddd961a42fb359054e53fcdc91c8f56466614803a0d2102f5d095ea7f4318c854cecb06ed048e998758cb97add6677c447b26 +Size (spleen-2.0.1.tar.gz) = 472614 bytes --_----------=_1700242837222340--