Fri Nov 17 17:40:37 2023 UTC ()
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


(fcambus)
diff -r1.21 -r1.22 pkgsrc/fonts/spleen/Makefile
diff -r1.20 -r1.21 pkgsrc/fonts/spleen/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/fonts/spleen/Makefile (expand / switch to unified diff)

--- pkgsrc/fonts/spleen/Makefile 2023/05/28 17:37:51 1.21
+++ pkgsrc/fonts/spleen/Makefile 2023/11/17 17:40:37 1.22
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2023/05/28 17:37:51 fcambus Exp $ 1# $NetBSD: Makefile,v 1.22 2023/11/17 17:40:37 fcambus Exp $
2 2
3DISTNAME= spleen-2.0.0 3DISTNAME= spleen-2.0.1
4CATEGORIES= fonts 4CATEGORIES= fonts
5MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
6GITHUB_RELEASE= ${PKGVERSION_NOREV} 6GITHUB_RELEASE= ${PKGVERSION_NOREV}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/fcambus/spleen/ 9HOMEPAGE= https://github.com/fcambus/spleen/
10COMMENT= Monospaced bitmap fonts 10COMMENT= Monospaced bitmap fonts
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14USE_TOOLS+= gzip 14USE_TOOLS+= gzip
15 15
16FONTDIR= ${PREFIX}/share/fonts/X11/spleen 16FONTDIR= ${PREFIX}/share/fonts/X11/spleen

cvs diff -r1.20 -r1.21 pkgsrc/fonts/spleen/distinfo (expand / switch to unified diff)

--- pkgsrc/fonts/spleen/distinfo 2023/05/28 17:37:51 1.20
+++ pkgsrc/fonts/spleen/distinfo 2023/11/17 17:40:37 1.21
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2023/05/28 17:37:51 fcambus Exp $ 1$NetBSD: distinfo,v 1.21 2023/11/17 17:40:37 fcambus Exp $
2 2
3BLAKE2s (spleen-2.0.0.tar.gz) = 5b0bf1469ce2fbb96b00a55b07011fe7ee8087bb819ae945afa79f4b88a48ab5 3BLAKE2s (spleen-2.0.1.tar.gz) = a066642feaab0a1824f4fe715a3718beed28793ce2f4a4ccb77c2d7f56a1ef18
4SHA512 (spleen-2.0.0.tar.gz) = cae55f1f9d04995e3b6c725fb1d010b4593f6e96a9cf1b594f945f5cc827131a5c8497eb97367f8aa75dfde9841a160a5292c893f8a99bb33bc95ca67445a7a6 4SHA512 (spleen-2.0.1.tar.gz) = 85e6cab76986fd7b0811fdf0716ddd961a42fb359054e53fcdc91c8f56466614803a0d2102f5d095ea7f4318c854cecb06ed048e998758cb97add6677c447b26
5Size (spleen-2.0.0.tar.gz) = 483317 bytes 5Size (spleen-2.0.1.tar.gz) = 472614 bytes