Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B748D84D82 for ; Thu, 1 Jun 2023 08:10:43 +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 MNDFneKJt26E for ; Thu, 1 Jun 2023 08:10:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CDFFC84D44 for ; Thu, 1 Jun 2023 08:10:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6576FA87; Thu, 1 Jun 2023 08:10:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685607039129170" MIME-Version: 1.0 Date: Thu, 1 Jun 2023 08:10:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230601081039.C6576FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685607039129170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jun 1 08:10:39 UTC 2023 Modified Files: pkgsrc/fonts/nerd-fonts: Makefile.common pkgsrc/fonts/nerd-fonts-3270: Makefile PLIST distinfo pkgsrc/fonts/nerd-fonts-Agave: Makefile PLIST distinfo pkgsrc/fonts/nerd-fonts-AnonymousPro: Makefile PLIST distinfo pkgsrc/fonts/nerd-fonts-Arimo: Makefile PLIST distinfo pkgsrc/fonts/nerd-fonts-AurulentSansMono: Makefile PLIST distinfo pkgsrc/fonts/nerd-fonts-BigBlueTerminal: Makefile PLIST distinfo pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono: Makefile PLIST distinfo pkgsrc/fonts/nerd-fonts-CascadiaCode: Makefile PLIST distinfo pkgsrc/fonts/nerd-fonts-CodeNewRoman: Makefile PLIST distinfo pkgsrc/fonts/nerd-fonts-Cousine: Makefile PLIST distinfo pkgsrc/fonts/nerd-fonts-DaddyTimeMono: Makefile PLIST distinfo pkgsrc/fonts/nerd-fonts-IBMPlexMono: Makefile PLIST distinfo pkgsrc/fonts/nerd-fonts-iA-Writer: Makefile PLIST distinfo Log Message: nerd-fonts*: update to 3.0.1 Fix LICENSE while here. Release 3 was a major change: Breaking 1: Naming This release fixes some long standing issues that are due to the naming of the fonts: There is a completely new naming scheme. This might be inconvientient for existing setups, sorry. Some fonts will have Nerd Font in the name while other have it abbreviated as NF. This is needed because some names just were too long. (Same for Nerd Font Mono and NFM.) There are no Windows Compatible fonts anymore. All fonts work on all platforms. The Complete from the font names (and the repo directories) has been dropped (Complete is the new normal). The name parts will be ordered as expected with style and weight last (Somefont Bold Nerd Font -> Somefont Nerd Font Bold). The filename will have no blanks anymore. Breaking 2: Material Design Icons Codepoints The old Material Design Icon codepoints are finally dropped. Due to an historic mistace we placed them in between some asiatic glyphs, breaking that script. Since v2.3.0 the (updated and expanded) Material Design Icons have new codepoints in the 5 digit region. Dropped codepoints F500... and class names nf-mdi-* New codepoints F0001... and class names nf-md-* (already since v2.3.0) The whole discussions are here: #365 A translation table is available here: #1059 (comment) There are tools out there that probably can update your configuration. Relevant thread: #1190 Of course, there are many other changes/updates/improvements. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/fonts/nerd-fonts/Makefile.common cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/nerd-fonts-3270/Makefile \ pkgsrc/fonts/nerd-fonts-3270/PLIST pkgsrc/fonts/nerd-fonts-3270/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/nerd-fonts-Agave/Makefile \ pkgsrc/fonts/nerd-fonts-Agave/PLIST \ pkgsrc/fonts/nerd-fonts-Agave/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/nerd-fonts-AnonymousPro/Makefile \ pkgsrc/fonts/nerd-fonts-AnonymousPro/PLIST \ pkgsrc/fonts/nerd-fonts-AnonymousPro/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/nerd-fonts-Arimo/Makefile \ pkgsrc/fonts/nerd-fonts-Arimo/PLIST \ pkgsrc/fonts/nerd-fonts-Arimo/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/nerd-fonts-AurulentSansMono/Makefile \ pkgsrc/fonts/nerd-fonts-AurulentSansMono/PLIST \ pkgsrc/fonts/nerd-fonts-AurulentSansMono/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/nerd-fonts-BigBlueTerminal/Makefile \ pkgsrc/fonts/nerd-fonts-BigBlueTerminal/PLIST \ pkgsrc/fonts/nerd-fonts-BigBlueTerminal/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/Makefile \ pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/PLIST \ pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/nerd-fonts-CascadiaCode/Makefile \ pkgsrc/fonts/nerd-fonts-CascadiaCode/PLIST \ pkgsrc/fonts/nerd-fonts-CascadiaCode/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/nerd-fonts-CodeNewRoman/Makefile \ pkgsrc/fonts/nerd-fonts-CodeNewRoman/PLIST \ pkgsrc/fonts/nerd-fonts-CodeNewRoman/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/nerd-fonts-Cousine/Makefile \ pkgsrc/fonts/nerd-fonts-Cousine/PLIST \ pkgsrc/fonts/nerd-fonts-Cousine/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/nerd-fonts-DaddyTimeMono/Makefile \ pkgsrc/fonts/nerd-fonts-DaddyTimeMono/PLIST \ pkgsrc/fonts/nerd-fonts-DaddyTimeMono/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/nerd-fonts-IBMPlexMono/Makefile \ pkgsrc/fonts/nerd-fonts-IBMPlexMono/PLIST \ pkgsrc/fonts/nerd-fonts-IBMPlexMono/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/nerd-fonts-iA-Writer/Makefile \ pkgsrc/fonts/nerd-fonts-iA-Writer/PLIST \ pkgsrc/fonts/nerd-fonts-iA-Writer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685607039129170 Content-Disposition: inline Content-Length: 66108 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/nerd-fonts/Makefile.common diff -u pkgsrc/fonts/nerd-fonts/Makefile.common:1.13 pkgsrc/fonts/nerd-fonts/Makefile.common:1.14 --- pkgsrc/fonts/nerd-fonts/Makefile.common:1.13 Sat Feb 25 18:38:01 2023 +++ pkgsrc/fonts/nerd-fonts/Makefile.common Thu Jun 1 08:10:37 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2023/02/25 18:38:01 nikita Exp $ +# $NetBSD: Makefile.common,v 1.14 2023/06/01 08:10:37 wiz Exp $ # used by fonts/nerd-fonts-3270/Makefile # used by fonts/nerd-fonts-Agave/Makefile # used by fonts/nerd-fonts-AnonymousPro/Makefile @@ -12,17 +12,21 @@ # used by fonts/nerd-fonts-iA-Writer/Makefile # used by fonts/nerd-fonts-IBMPlexMono/Makefile # used by fonts/nerd-fonts-DaddyTimeMono/Makefile +# used by fonts/nerd-fonts-MesloLG/Makefile CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=ryanoasis/} GITHUB_PROJECT= nerd-fonts -GITHUB_RELEASE= v2.2.2 +GITHUB_RELEASE= v3.0.1 DIST_SUBDIR= ${GITHUB_PROJECT}/${GITHUB_RELEASE:S/v//} EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/ryanoasis/nerd-fonts/ -LICENSE= mit +# the glyphs/icons are from multiple sources, so all these licenses need to be accepted +GLYPH_LICENSES= cc-by-v4.0 AND mit AND ofl-v1.1 AND unlicense AND apache-2.0 +# allow overriding in case the derived font falls under a license not already covered by the glyphs +LICENSE?= ${GLYPH_LICENSES} NO_BUILD= yes NO_CONFIGURE= yes Index: pkgsrc/fonts/nerd-fonts-3270/Makefile diff -u pkgsrc/fonts/nerd-fonts-3270/Makefile:1.1 pkgsrc/fonts/nerd-fonts-3270/Makefile:1.2 --- pkgsrc/fonts/nerd-fonts-3270/Makefile:1.1 Mon Jan 9 21:00:32 2023 +++ pkgsrc/fonts/nerd-fonts-3270/Makefile Thu Jun 1 08:10:37 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2023/01/09 21:00:32 nikita Exp $ - -.include "../../fonts/nerd-fonts/Makefile.common" +# $NetBSD: Makefile,v 1.2 2023/06/01 08:10:37 wiz Exp $ DISTNAME= 3270 PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//} COMMENT= x3270 font with extra glyphs +.include "../../fonts/nerd-fonts/Makefile.common" + .include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/nerd-fonts-3270/PLIST diff -u pkgsrc/fonts/nerd-fonts-3270/PLIST:1.1 pkgsrc/fonts/nerd-fonts-3270/PLIST:1.2 --- pkgsrc/fonts/nerd-fonts-3270/PLIST:1.1 Mon Jan 9 21:00:32 2023 +++ pkgsrc/fonts/nerd-fonts-3270/PLIST Thu Jun 1 08:10:37 2023 @@ -1,25 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2023/01/09 21:00:32 nikita Exp $ -share/fonts/X11/OTF/3270 Narrow Nerd Font Complete Mono Windows Compatible.otf -share/fonts/X11/OTF/3270 Narrow Nerd Font Complete Mono.otf -share/fonts/X11/OTF/3270 Narrow Nerd Font Complete Windows Compatible.otf -share/fonts/X11/OTF/3270 Narrow Nerd Font Complete.otf -share/fonts/X11/OTF/3270 Semi-Narrow Nerd Font Complete Mono Windows Compatible.otf -share/fonts/X11/OTF/3270 Semi-Narrow Nerd Font Complete Mono.otf -share/fonts/X11/OTF/3270 Semi-Narrow Nerd Font Complete Windows Compatible.otf -share/fonts/X11/OTF/3270 Semi-Narrow Nerd Font Complete.otf -share/fonts/X11/OTF/3270-Medium Nerd Font Complete Mono Windows Compatible.otf -share/fonts/X11/OTF/3270-Medium Nerd Font Complete Mono.otf -share/fonts/X11/OTF/3270-Medium Nerd Font Complete Windows Compatible.otf -share/fonts/X11/OTF/3270-Medium Nerd Font Complete.otf -share/fonts/X11/TTF/3270 Narrow Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/3270 Narrow Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/3270 Narrow Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/3270 Narrow Nerd Font Complete.ttf -share/fonts/X11/TTF/3270 Semi-Narrow Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/3270 Semi-Narrow Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/3270 Semi-Narrow Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/3270 Semi-Narrow Nerd Font Complete.ttf -share/fonts/X11/TTF/3270-Medium Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/3270-Medium Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/3270-Medium Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/3270-Medium Nerd Font Complete.ttf +@comment $NetBSD: PLIST,v 1.2 2023/06/01 08:10:37 wiz Exp $ +share/fonts/X11/TTF/3270NerdFont-Condensed.ttf +share/fonts/X11/TTF/3270NerdFont-Regular.ttf +share/fonts/X11/TTF/3270NerdFont-SemiCondensed.ttf +share/fonts/X11/TTF/3270NerdFontMono-Condensed.ttf +share/fonts/X11/TTF/3270NerdFontMono-Regular.ttf +share/fonts/X11/TTF/3270NerdFontMono-SemiCondensed.ttf +share/fonts/X11/TTF/3270NerdFontPropo-Condensed.ttf +share/fonts/X11/TTF/3270NerdFontPropo-Regular.ttf +share/fonts/X11/TTF/3270NerdFontPropo-SemiCondensed.ttf Index: pkgsrc/fonts/nerd-fonts-3270/distinfo diff -u pkgsrc/fonts/nerd-fonts-3270/distinfo:1.1 pkgsrc/fonts/nerd-fonts-3270/distinfo:1.2 --- pkgsrc/fonts/nerd-fonts-3270/distinfo:1.1 Mon Jan 9 21:00:32 2023 +++ pkgsrc/fonts/nerd-fonts-3270/distinfo Thu Jun 1 08:10:37 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/01/09 21:00:32 nikita Exp $ +$NetBSD: distinfo,v 1.2 2023/06/01 08:10:37 wiz Exp $ -BLAKE2s (nerd-fonts/2.2.2/3270.zip) = 60ea6a4e52520f1fc244982068182e67bcfd6e4ac0cc93f3b90949491fb1719e -SHA512 (nerd-fonts/2.2.2/3270.zip) = 4f5346a91c538aabc211900701153f9904129356379d8b4f39b3d57972d322fe3e00ef0e45ff202c61928e9c2f441a67ea593f8a3ab1db787b83ff6440d762ed -Size (nerd-fonts/2.2.2/3270.zip) = 23609657 bytes +BLAKE2s (nerd-fonts/3.0.1/3270.zip) = bdee385aead82eb20896f4ef6830e704ef7b20a242d8d39df5c489111ffe6c1e +SHA512 (nerd-fonts/3.0.1/3270.zip) = 8f7a22046a48048b9a5ef5136681df4f2cabce27b67380b51d0f3ebc6fa081e3f36ad330407c50d4dd43dec1042ba814fae6bf56f952f33779dd86c2b1cb98f8 +Size (nerd-fonts/3.0.1/3270.zip) = 10515160 bytes Index: pkgsrc/fonts/nerd-fonts-Agave/Makefile diff -u pkgsrc/fonts/nerd-fonts-Agave/Makefile:1.1 pkgsrc/fonts/nerd-fonts-Agave/Makefile:1.2 --- pkgsrc/fonts/nerd-fonts-Agave/Makefile:1.1 Mon Jan 9 21:04:17 2023 +++ pkgsrc/fonts/nerd-fonts-Agave/Makefile Thu Jun 1 08:10:38 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2023/01/09 21:04:17 nikita Exp $ - -.include "../../fonts/nerd-fonts/Makefile.common" +# $NetBSD: Makefile,v 1.2 2023/06/01 08:10:38 wiz Exp $ DISTNAME= Agave PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//} COMMENT= Agave font with extra glyphs +.include "../../fonts/nerd-fonts/Makefile.common" + .include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/nerd-fonts-Agave/PLIST diff -u pkgsrc/fonts/nerd-fonts-Agave/PLIST:1.1 pkgsrc/fonts/nerd-fonts-Agave/PLIST:1.2 --- pkgsrc/fonts/nerd-fonts-Agave/PLIST:1.1 Mon Jan 9 21:04:17 2023 +++ pkgsrc/fonts/nerd-fonts-Agave/PLIST Thu Jun 1 08:10:38 2023 @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2023/01/09 21:04:17 nikita Exp $ -share/fonts/X11/TTF/agave regular Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/agave regular Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/agave regular Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/agave regular Nerd Font Complete.ttf -@pkgdir share/fonts/X11/OTF +@comment $NetBSD: PLIST,v 1.2 2023/06/01 08:10:38 wiz Exp $ +share/fonts/X11/TTF/AgaveNerdFont-Bold.ttf +share/fonts/X11/TTF/AgaveNerdFont-Regular.ttf +share/fonts/X11/TTF/AgaveNerdFontMono-Bold.ttf +share/fonts/X11/TTF/AgaveNerdFontMono-Regular.ttf +share/fonts/X11/TTF/AgaveNerdFontPropo-Bold.ttf +share/fonts/X11/TTF/AgaveNerdFontPropo-Regular.ttf Index: pkgsrc/fonts/nerd-fonts-Agave/distinfo diff -u pkgsrc/fonts/nerd-fonts-Agave/distinfo:1.1 pkgsrc/fonts/nerd-fonts-Agave/distinfo:1.2 --- pkgsrc/fonts/nerd-fonts-Agave/distinfo:1.1 Mon Jan 9 21:04:17 2023 +++ pkgsrc/fonts/nerd-fonts-Agave/distinfo Thu Jun 1 08:10:38 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/01/09 21:04:17 nikita Exp $ +$NetBSD: distinfo,v 1.2 2023/06/01 08:10:38 wiz Exp $ -BLAKE2s (nerd-fonts/2.2.2/Agave.zip) = 82d04e59550d087e2e26ce10e71a63d93b3033b16e4d2206e3e48cdd5266b682 -SHA512 (nerd-fonts/2.2.2/Agave.zip) = ec95f69c9233e81ebf1b67c709ac830bc4d8eb86c2c478f9d2b224b82cdce48f83d4219ff7aec17c71084962d4664deb7e43cba8cbd74048ed11d6fb4b4cbc54 -Size (nerd-fonts/2.2.2/Agave.zip) = 2410723 bytes +BLAKE2s (nerd-fonts/3.0.1/Agave.zip) = 699198f3958ef9110ca138b6ffda39b6406f336decaa010648d0e7aa3c70658a +SHA512 (nerd-fonts/3.0.1/Agave.zip) = b920b89384c7de3e7b76f3190f07379923f07fb0da4f222e51051a59742d58bc4733e592a3223291417756e56fd5fbcd04f3b6c7cae9e27ccf20ca55b01951b7 +Size (nerd-fonts/3.0.1/Agave.zip) = 6534317 bytes Index: pkgsrc/fonts/nerd-fonts-AnonymousPro/Makefile diff -u pkgsrc/fonts/nerd-fonts-AnonymousPro/Makefile:1.1 pkgsrc/fonts/nerd-fonts-AnonymousPro/Makefile:1.2 --- pkgsrc/fonts/nerd-fonts-AnonymousPro/Makefile:1.1 Mon Jan 9 21:07:42 2023 +++ pkgsrc/fonts/nerd-fonts-AnonymousPro/Makefile Thu Jun 1 08:10:38 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2023/01/09 21:07:42 nikita Exp $ - -.include "../../fonts/nerd-fonts/Makefile.common" +# $NetBSD: Makefile,v 1.2 2023/06/01 08:10:38 wiz Exp $ DISTNAME= AnonymousPro PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//} COMMENT= AnonymousPro font with extra glyphs +.include "../../fonts/nerd-fonts/Makefile.common" + .include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/nerd-fonts-AnonymousPro/PLIST diff -u pkgsrc/fonts/nerd-fonts-AnonymousPro/PLIST:1.1 pkgsrc/fonts/nerd-fonts-AnonymousPro/PLIST:1.2 --- pkgsrc/fonts/nerd-fonts-AnonymousPro/PLIST:1.1 Mon Jan 9 21:07:42 2023 +++ pkgsrc/fonts/nerd-fonts-AnonymousPro/PLIST Thu Jun 1 08:10:38 2023 @@ -1,6 +1,13 @@ -@comment $NetBSD: PLIST,v 1.1 2023/01/09 21:07:42 nikita Exp $ -share/fonts/X11/TTF/Anonymice Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Anonymice Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Anonymice Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Anonymice Nerd Font Complete.ttf -@pkgdir share/fonts/X11/OTF +@comment $NetBSD: PLIST,v 1.2 2023/06/01 08:10:38 wiz Exp $ +share/fonts/X11/TTF/AnonymiceProNerdFont-Bold.ttf +share/fonts/X11/TTF/AnonymiceProNerdFont-BoldItalic.ttf +share/fonts/X11/TTF/AnonymiceProNerdFont-Italic.ttf +share/fonts/X11/TTF/AnonymiceProNerdFont-Regular.ttf +share/fonts/X11/TTF/AnonymiceProNerdFontMono-Bold.ttf +share/fonts/X11/TTF/AnonymiceProNerdFontMono-BoldItalic.ttf +share/fonts/X11/TTF/AnonymiceProNerdFontMono-Italic.ttf +share/fonts/X11/TTF/AnonymiceProNerdFontMono-Regular.ttf +share/fonts/X11/TTF/AnonymiceProNerdFontPropo-Bold.ttf +share/fonts/X11/TTF/AnonymiceProNerdFontPropo-BoldItalic.ttf +share/fonts/X11/TTF/AnonymiceProNerdFontPropo-Italic.ttf +share/fonts/X11/TTF/AnonymiceProNerdFontPropo-Regular.ttf Index: pkgsrc/fonts/nerd-fonts-AnonymousPro/distinfo diff -u pkgsrc/fonts/nerd-fonts-AnonymousPro/distinfo:1.1 pkgsrc/fonts/nerd-fonts-AnonymousPro/distinfo:1.2 --- pkgsrc/fonts/nerd-fonts-AnonymousPro/distinfo:1.1 Mon Jan 9 21:07:42 2023 +++ pkgsrc/fonts/nerd-fonts-AnonymousPro/distinfo Thu Jun 1 08:10:38 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/01/09 21:07:42 nikita Exp $ +$NetBSD: distinfo,v 1.2 2023/06/01 08:10:38 wiz Exp $ -BLAKE2s (nerd-fonts/2.2.2/AnonymousPro.zip) = 67dfab87bc8cb302e9105985c0258b5b8c83e6e21b99ac099bc2ec4d6f430191 -SHA512 (nerd-fonts/2.2.2/AnonymousPro.zip) = 18dddc8270a48e1f933f142002f40b6b949553dc651ab7eb75f78d83ba1d190bcb56c62e9a886f36fff138bfca1e68a53d0045fe3fdc48f02e89f637ed62b89a -Size (nerd-fonts/2.2.2/AnonymousPro.zip) = 2401676 bytes +BLAKE2s (nerd-fonts/3.0.1/AnonymousPro.zip) = 404f46f35e4e7acb2173691f56456ef4d0ab5bb076b2fc5e4dbb1606a591e7cf +SHA512 (nerd-fonts/3.0.1/AnonymousPro.zip) = a7f9f812e0df947da92f458c59483c2f04843749f2f6544c093e13de3acea02d0fb3143f8c148978f1894ff16b8e51d9068bdec926c00f813383bb362bf4310e +Size (nerd-fonts/3.0.1/AnonymousPro.zip) = 12902064 bytes Index: pkgsrc/fonts/nerd-fonts-Arimo/Makefile diff -u pkgsrc/fonts/nerd-fonts-Arimo/Makefile:1.1 pkgsrc/fonts/nerd-fonts-Arimo/Makefile:1.2 --- pkgsrc/fonts/nerd-fonts-Arimo/Makefile:1.1 Mon Jan 9 21:12:28 2023 +++ pkgsrc/fonts/nerd-fonts-Arimo/Makefile Thu Jun 1 08:10:38 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2023/01/09 21:12:28 nikita Exp $ - -.include "../../fonts/nerd-fonts/Makefile.common" +# $NetBSD: Makefile,v 1.2 2023/06/01 08:10:38 wiz Exp $ DISTNAME= Arimo PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//} COMMENT= Font similar to Arial with extra glyphs +.include "../../fonts/nerd-fonts/Makefile.common" + .include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/nerd-fonts-Arimo/PLIST diff -u pkgsrc/fonts/nerd-fonts-Arimo/PLIST:1.1 pkgsrc/fonts/nerd-fonts-Arimo/PLIST:1.2 --- pkgsrc/fonts/nerd-fonts-Arimo/PLIST:1.1 Mon Jan 9 21:12:28 2023 +++ pkgsrc/fonts/nerd-fonts-Arimo/PLIST Thu Jun 1 08:10:38 2023 @@ -1,18 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 2023/01/09 21:12:28 nikita Exp $ -share/fonts/X11/TTF/Arimo Bold Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Arimo Bold Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Arimo Bold Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Arimo Bold Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/Arimo Bold Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Arimo Bold Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Arimo Bold Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Arimo Bold Nerd Font Complete.ttf -share/fonts/X11/TTF/Arimo Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Arimo Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Arimo Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Arimo Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/Arimo Regular Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Arimo Regular Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Arimo Regular Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Arimo Regular Nerd Font Complete.ttf -@pkgdir share/fonts/X11/OTF +@comment $NetBSD: PLIST,v 1.2 2023/06/01 08:10:38 wiz Exp $ +share/fonts/X11/TTF/ArimoNerdFont-Bold.ttf +share/fonts/X11/TTF/ArimoNerdFont-BoldItalic.ttf +share/fonts/X11/TTF/ArimoNerdFont-Italic.ttf +share/fonts/X11/TTF/ArimoNerdFont-Regular.ttf +share/fonts/X11/TTF/ArimoNerdFontPropo-Bold.ttf +share/fonts/X11/TTF/ArimoNerdFontPropo-BoldItalic.ttf +share/fonts/X11/TTF/ArimoNerdFontPropo-Italic.ttf +share/fonts/X11/TTF/ArimoNerdFontPropo-Regular.ttf Index: pkgsrc/fonts/nerd-fonts-Arimo/distinfo diff -u pkgsrc/fonts/nerd-fonts-Arimo/distinfo:1.1 pkgsrc/fonts/nerd-fonts-Arimo/distinfo:1.2 --- pkgsrc/fonts/nerd-fonts-Arimo/distinfo:1.1 Mon Jan 9 21:12:28 2023 +++ pkgsrc/fonts/nerd-fonts-Arimo/distinfo Thu Jun 1 08:10:38 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/01/09 21:12:28 nikita Exp $ +$NetBSD: distinfo,v 1.2 2023/06/01 08:10:38 wiz Exp $ -BLAKE2s (nerd-fonts/2.2.2/Arimo.zip) = 12b45b5bf5de69c0a6eb5c15328773bb5fe254bc000da129ba9ed6ddc56bce41 -SHA512 (nerd-fonts/2.2.2/Arimo.zip) = 97c9e72e2765a7cf0b745d92de778d704750ebdc46b34fb48fe42b273fbe7a9af4811e368018ccd366861974100724617ec6c7df862f227aa2f6e0a80db956aa -Size (nerd-fonts/2.2.2/Arimo.zip) = 12502542 bytes +BLAKE2s (nerd-fonts/3.0.1/Arimo.zip) = b690df91a09802b37c8e3aba8c59d29640585d2b4fdbb27c7df4d5972c38795a +SHA512 (nerd-fonts/3.0.1/Arimo.zip) = 4ced42ad679952f97be0c6395d33aebd709b74cfe772971a58ee7818c07041f4000e039b1707a4a97c838cd4baf58ed5655973a5a80ec28f8bdc1f58bf58d3fd +Size (nerd-fonts/3.0.1/Arimo.zip) = 9595507 bytes Index: pkgsrc/fonts/nerd-fonts-AurulentSansMono/Makefile diff -u pkgsrc/fonts/nerd-fonts-AurulentSansMono/Makefile:1.1 pkgsrc/fonts/nerd-fonts-AurulentSansMono/Makefile:1.2 --- pkgsrc/fonts/nerd-fonts-AurulentSansMono/Makefile:1.1 Mon Jan 9 21:17:51 2023 +++ pkgsrc/fonts/nerd-fonts-AurulentSansMono/Makefile Thu Jun 1 08:10:38 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2023/01/09 21:17:51 nikita Exp $ - -.include "../../fonts/nerd-fonts/Makefile.common" +# $NetBSD: Makefile,v 1.2 2023/06/01 08:10:38 wiz Exp $ DISTNAME= AurulentSansMono PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//} COMMENT= Aurulent Sans Mono with extra glyphs +.include "../../fonts/nerd-fonts/Makefile.common" + .include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/nerd-fonts-AurulentSansMono/PLIST diff -u pkgsrc/fonts/nerd-fonts-AurulentSansMono/PLIST:1.1 pkgsrc/fonts/nerd-fonts-AurulentSansMono/PLIST:1.2 --- pkgsrc/fonts/nerd-fonts-AurulentSansMono/PLIST:1.1 Mon Jan 9 21:17:51 2023 +++ pkgsrc/fonts/nerd-fonts-AurulentSansMono/PLIST Thu Jun 1 08:10:38 2023 @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2023/01/09 21:17:51 nikita Exp $ -share/fonts/X11/OTF/AurulentSansMono-Regular Nerd Font Complete Mono Windows Compatible.otf -share/fonts/X11/OTF/AurulentSansMono-Regular Nerd Font Complete Mono.otf -share/fonts/X11/OTF/AurulentSansMono-Regular Nerd Font Complete Windows Compatible.otf -share/fonts/X11/OTF/AurulentSansMono-Regular Nerd Font Complete.otf -@pkgdir share/fonts/X11/TTF +@comment $NetBSD: PLIST,v 1.2 2023/06/01 08:10:38 wiz Exp $ +share/fonts/X11/OTF/AurulentSansMNerdFont-Regular.otf +share/fonts/X11/OTF/AurulentSansMNerdFontMono-Regular.otf +share/fonts/X11/OTF/AurulentSansMNerdFontPropo-Regular.otf Index: pkgsrc/fonts/nerd-fonts-AurulentSansMono/distinfo diff -u pkgsrc/fonts/nerd-fonts-AurulentSansMono/distinfo:1.1 pkgsrc/fonts/nerd-fonts-AurulentSansMono/distinfo:1.2 --- pkgsrc/fonts/nerd-fonts-AurulentSansMono/distinfo:1.1 Mon Jan 9 21:17:51 2023 +++ pkgsrc/fonts/nerd-fonts-AurulentSansMono/distinfo Thu Jun 1 08:10:38 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/01/09 21:17:51 nikita Exp $ +$NetBSD: distinfo,v 1.2 2023/06/01 08:10:38 wiz Exp $ -BLAKE2s (nerd-fonts/2.2.2/AurulentSansMono.zip) = 21e1e93312e8ee729ada0221f12b2d93772c2c16782d69662305d7f072b3ceec -SHA512 (nerd-fonts/2.2.2/AurulentSansMono.zip) = 0ffc0b6aaafc2dffe6f2ee99fb973c84e41b82c802547c2d1fe9c24c14da6f7310bc6b4638203744337940746752c445b625ea6680085dfe885042dc087ce465 -Size (nerd-fonts/2.2.2/AurulentSansMono.zip) = 5393870 bytes +BLAKE2s (nerd-fonts/3.0.1/AurulentSansMono.zip) = 1f53afb9d84fac52ef9ec18dca693c254f1e3de986ca1d91779ee82099360498 +SHA512 (nerd-fonts/3.0.1/AurulentSansMono.zip) = 31a0c01a1d087bf87da69e37c0a01469ac53befbc521d75133734092e4fb8ac6f8eaedc70ccb4183ca864e070a0a1db578426e5f09844521d8d73255f8be590e +Size (nerd-fonts/3.0.1/AurulentSansMono.zip) = 6340451 bytes Index: pkgsrc/fonts/nerd-fonts-BigBlueTerminal/Makefile diff -u pkgsrc/fonts/nerd-fonts-BigBlueTerminal/Makefile:1.1 pkgsrc/fonts/nerd-fonts-BigBlueTerminal/Makefile:1.2 --- pkgsrc/fonts/nerd-fonts-BigBlueTerminal/Makefile:1.1 Mon Jan 9 21:24:46 2023 +++ pkgsrc/fonts/nerd-fonts-BigBlueTerminal/Makefile Thu Jun 1 08:10:38 2023 @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.1 2023/01/09 21:24:46 nikita Exp $ - -.include "../../fonts/nerd-fonts/Makefile.common" +# $NetBSD: Makefile,v 1.2 2023/06/01 08:10:38 wiz Exp $ DISTNAME= BigBlueTerminal PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//} +LICENSE= cc-by-sa-v4.0 AND ${GLYPH_LICENSES} COMMENT= Font closely based on IBM's 8x14 EGA/VGA charset with extra glyphs +.include "../../fonts/nerd-fonts/Makefile.common" + .include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/nerd-fonts-BigBlueTerminal/PLIST diff -u pkgsrc/fonts/nerd-fonts-BigBlueTerminal/PLIST:1.1 pkgsrc/fonts/nerd-fonts-BigBlueTerminal/PLIST:1.2 --- pkgsrc/fonts/nerd-fonts-BigBlueTerminal/PLIST:1.1 Mon Jan 9 21:24:46 2023 +++ pkgsrc/fonts/nerd-fonts-BigBlueTerminal/PLIST Thu Jun 1 08:10:38 2023 @@ -1,10 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2023/01/09 21:24:46 nikita Exp $ -share/fonts/X11/TTF/BigBlue Terminal 437TT Nerd Font Complete Mono Windows Compatible.TTF -share/fonts/X11/TTF/BigBlue Terminal 437TT Nerd Font Complete Mono.TTF -share/fonts/X11/TTF/BigBlue Terminal 437TT Nerd Font Complete Windows Compatible.TTF -share/fonts/X11/TTF/BigBlue Terminal 437TT Nerd Font Complete.TTF -share/fonts/X11/TTF/BigBlue TerminalPlus Nerd Font Complete Mono Windows Compatible.TTF -share/fonts/X11/TTF/BigBlue TerminalPlus Nerd Font Complete Mono.TTF -share/fonts/X11/TTF/BigBlue TerminalPlus Nerd Font Complete Windows Compatible.TTF -share/fonts/X11/TTF/BigBlue TerminalPlus Nerd Font Complete.TTF -@pkgdir share/fonts/X11/OTF +@comment $NetBSD: PLIST,v 1.2 2023/06/01 08:10:38 wiz Exp $ +share/fonts/X11/TTF/BigBlueTerm437NerdFont-Regular.ttf +share/fonts/X11/TTF/BigBlueTerm437NerdFontMono-Regular.ttf +share/fonts/X11/TTF/BigBlueTerm437NerdFontPropo-Regular.ttf +share/fonts/X11/TTF/BigBlueTermPlusNerdFont-Regular.ttf +share/fonts/X11/TTF/BigBlueTermPlusNerdFontMono-Regular.ttf +share/fonts/X11/TTF/BigBlueTermPlusNerdFontPropo-Regular.ttf Index: pkgsrc/fonts/nerd-fonts-BigBlueTerminal/distinfo diff -u pkgsrc/fonts/nerd-fonts-BigBlueTerminal/distinfo:1.1 pkgsrc/fonts/nerd-fonts-BigBlueTerminal/distinfo:1.2 --- pkgsrc/fonts/nerd-fonts-BigBlueTerminal/distinfo:1.1 Mon Jan 9 21:24:46 2023 +++ pkgsrc/fonts/nerd-fonts-BigBlueTerminal/distinfo Thu Jun 1 08:10:38 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/01/09 21:24:46 nikita Exp $ +$NetBSD: distinfo,v 1.2 2023/06/01 08:10:38 wiz Exp $ -BLAKE2s (nerd-fonts/2.2.2/BigBlueTerminal.zip) = cc55234de37ac74a34a26394f98c0f74b64045d96946490f6407eb34922a7cbd -SHA512 (nerd-fonts/2.2.2/BigBlueTerminal.zip) = 91d1471452c9e4d2ec2f264fd18dce5e4c119e3912b0231464860195ee07093444a39e48cdefc025997d356926a1f9aad03836cdb224f48571b906be8b37a808 -Size (nerd-fonts/2.2.2/BigBlueTerminal.zip) = 4354030 bytes +BLAKE2s (nerd-fonts/3.0.1/BigBlueTerminal.zip) = f63be1fe74f7dea4cb0e96c6e4a4d866e38972136786f534033dd0e6cb720ffe +SHA512 (nerd-fonts/3.0.1/BigBlueTerminal.zip) = e616ca3e31fc97734a0f7a4437d50929969996590430b736efdb100f7a4ef5f633f440e429e25dd03b242d7f8eb1e30b9b8937eacc23b34bc36b59872207e8e7 +Size (nerd-fonts/3.0.1/BigBlueTerminal.zip) = 6075844 bytes Index: pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/Makefile diff -u pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/Makefile:1.1 pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/Makefile:1.2 --- pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/Makefile:1.1 Mon Jan 9 21:29:42 2023 +++ pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/Makefile Thu Jun 1 08:10:38 2023 @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.1 2023/01/09 21:29:42 nikita Exp $ - -.include "../../fonts/nerd-fonts/Makefile.common" +# $NetBSD: Makefile,v 1.2 2023/06/01 08:10:38 wiz Exp $ DISTNAME= BitstreamVeraSansMono PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//} +LICENSE= vera-ttf-license AND ${GLYPH_LICENSES} COMMENT= Bitstream Vera Sans Mono font with extra glyphs +.include "../../fonts/nerd-fonts/Makefile.common" + .include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/PLIST diff -u pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/PLIST:1.1 pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/PLIST:1.2 --- pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/PLIST:1.1 Mon Jan 9 21:29:42 2023 +++ pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/PLIST Thu Jun 1 08:10:38 2023 @@ -1,18 +1,13 @@ -@comment $NetBSD: PLIST,v 1.1 2023/01/09 21:29:42 nikita Exp $ -share/fonts/X11/TTF/Bitstream Vera Sans Mono Bold Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Bitstream Vera Sans Mono Bold Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Bitstream Vera Sans Mono Bold Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Bitstream Vera Sans Mono Bold Nerd Font Complete.ttf -share/fonts/X11/TTF/Bitstream Vera Sans Mono Bold Oblique Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Bitstream Vera Sans Mono Bold Oblique Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Bitstream Vera Sans Mono Bold Oblique Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Bitstream Vera Sans Mono Bold Oblique Nerd Font Complete.ttf -share/fonts/X11/TTF/Bitstream Vera Sans Mono Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Bitstream Vera Sans Mono Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Bitstream Vera Sans Mono Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Bitstream Vera Sans Mono Nerd Font Complete.ttf -share/fonts/X11/TTF/Bitstream Vera Sans Mono Oblique Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Bitstream Vera Sans Mono Oblique Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Bitstream Vera Sans Mono Oblique Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Bitstream Vera Sans Mono Oblique Nerd Font Complete.ttf -@pkgdir share/fonts/X11/OTF +@comment $NetBSD: PLIST,v 1.2 2023/06/01 08:10:38 wiz Exp $ +share/fonts/X11/TTF/BitstromWeraNerdFont-Bold.ttf +share/fonts/X11/TTF/BitstromWeraNerdFont-BoldOblique.ttf +share/fonts/X11/TTF/BitstromWeraNerdFont-Oblique.ttf +share/fonts/X11/TTF/BitstromWeraNerdFont-Regular.ttf +share/fonts/X11/TTF/BitstromWeraNerdFontMono-Bold.ttf +share/fonts/X11/TTF/BitstromWeraNerdFontMono-BoldOblique.ttf +share/fonts/X11/TTF/BitstromWeraNerdFontMono-Oblique.ttf +share/fonts/X11/TTF/BitstromWeraNerdFontMono-Regular.ttf +share/fonts/X11/TTF/BitstromWeraNerdFontPropo-Bold.ttf +share/fonts/X11/TTF/BitstromWeraNerdFontPropo-BoldOblique.ttf +share/fonts/X11/TTF/BitstromWeraNerdFontPropo-Oblique.ttf +share/fonts/X11/TTF/BitstromWeraNerdFontPropo-Regular.ttf Index: pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/distinfo diff -u pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/distinfo:1.1 pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/distinfo:1.2 --- pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/distinfo:1.1 Mon Jan 9 21:29:42 2023 +++ pkgsrc/fonts/nerd-fonts-BitstreamVeraSansMono/distinfo Thu Jun 1 08:10:38 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/01/09 21:29:42 nikita Exp $ +$NetBSD: distinfo,v 1.2 2023/06/01 08:10:38 wiz Exp $ -BLAKE2s (nerd-fonts/2.2.2/BitstreamVeraSansMono.zip) = 1e8f90de4678982601ebe656db710bf0166f61541c274c448ef96c4569da570e -SHA512 (nerd-fonts/2.2.2/BitstreamVeraSansMono.zip) = fde9d0caee914178323836403c2472dc50242a33923399964a2983582e2634ae48bdae53073bb753463b2950a29817d66f9af72b04f7628b3300c9b62f34ebdb -Size (nerd-fonts/2.2.2/BitstreamVeraSansMono.zip) = 9314208 bytes +BLAKE2s (nerd-fonts/3.0.1/BitstreamVeraSansMono.zip) = 799683e21a0bd2791b446485adf24c222f64998a6660e5707cdaa917c664d988 +SHA512 (nerd-fonts/3.0.1/BitstreamVeraSansMono.zip) = 7c21e2e605b0bfc8ff91c17e22b278e2d81c3840cf14f1cec95fbb6b174861214e4f5ca70004b2c051c456238aea755a5ab6939de7881c9668d3367151af39db +Size (nerd-fonts/3.0.1/BitstreamVeraSansMono.zip) = 12609577 bytes Index: pkgsrc/fonts/nerd-fonts-CascadiaCode/Makefile diff -u pkgsrc/fonts/nerd-fonts-CascadiaCode/Makefile:1.1 pkgsrc/fonts/nerd-fonts-CascadiaCode/Makefile:1.2 --- pkgsrc/fonts/nerd-fonts-CascadiaCode/Makefile:1.1 Mon Jan 9 21:40:39 2023 +++ pkgsrc/fonts/nerd-fonts-CascadiaCode/Makefile Thu Jun 1 08:10:38 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2023/01/09 21:40:39 nikita Exp $ - -.include "../../fonts/nerd-fonts/Makefile.common" +# $NetBSD: Makefile,v 1.2 2023/06/01 08:10:38 wiz Exp $ DISTNAME= CascadiaCode PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//} COMMENT= Cascadia Code font with extra glyphs +.include "../../fonts/nerd-fonts/Makefile.common" + .include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/nerd-fonts-CascadiaCode/PLIST diff -u pkgsrc/fonts/nerd-fonts-CascadiaCode/PLIST:1.1 pkgsrc/fonts/nerd-fonts-CascadiaCode/PLIST:1.2 --- pkgsrc/fonts/nerd-fonts-CascadiaCode/PLIST:1.1 Mon Jan 9 21:40:39 2023 +++ pkgsrc/fonts/nerd-fonts-CascadiaCode/PLIST Thu Jun 1 08:10:38 2023 @@ -1,50 +1,37 @@ -@comment $NetBSD: PLIST,v 1.1 2023/01/09 21:40:39 nikita Exp $ -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Bold Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Bold.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete ExtraLight Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete ExtraLight.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Light Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Light.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Bold Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Bold.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono ExtraLight Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono ExtraLight.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Light Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Light.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Regular.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono SemiBold Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono SemiBold.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono SemiLight Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono SemiLight.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Windows Compatible Bold Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Windows Compatible Bold.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Windows Compatible ExtraLight Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Windows Compatible ExtraLight.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Windows Compatible Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Windows Compatible Light Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Windows Compatible Light.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Windows Compatible Regular.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Windows Compatible SemiBold Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Windows Compatible SemiBold.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Windows Compatible SemiLight Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Mono Windows Compatible SemiLight.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Regular.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete SemiBold Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete SemiBold.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete SemiLight Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete SemiLight.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Windows Compatible Bold Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Windows Compatible Bold.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Windows Compatible ExtraLight Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Windows Compatible ExtraLight.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Windows Compatible Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Windows Compatible Light Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Windows Compatible Light.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Windows Compatible Regular.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Windows Compatible SemiBold Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Windows Compatible SemiBold.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Windows Compatible SemiLight Italic.otf -share/fonts/X11/OTF/Caskaydia Cove Nerd Font Complete Windows Compatible SemiLight.otf -@pkgdir share/fonts/X11/TTF +@comment $NetBSD: PLIST,v 1.2 2023/06/01 08:10:38 wiz Exp $ +share/fonts/X11/TTF/CaskaydiaCoveNerdFont-Bold.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFont-BoldItalic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFont-ExtraLight.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFont-ExtraLightItalic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFont-Italic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFont-Light.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFont-LightItalic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFont-Regular.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFont-SemiBold.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFont-SemiBoldItalic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFont-SemiLight.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFont-SemiLightItalic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontMono-Bold.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontMono-BoldItalic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontMono-ExtraLight.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontMono-ExtraLightItalic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontMono-Italic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontMono-Light.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontMono-LightItalic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontMono-Regular.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontMono-SemiBold.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontMono-SemiBoldItalic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontMono-SemiLight.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontMono-SemiLightItalic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontPropo-Bold.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontPropo-BoldItalic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontPropo-ExtraLight.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontPropo-ExtraLightItalic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontPropo-Italic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontPropo-Light.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontPropo-LightItalic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontPropo-Regular.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontPropo-SemiBold.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontPropo-SemiBoldItalic.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontPropo-SemiLight.ttf +share/fonts/X11/TTF/CaskaydiaCoveNerdFontPropo-SemiLightItalic.ttf Index: pkgsrc/fonts/nerd-fonts-CascadiaCode/distinfo diff -u pkgsrc/fonts/nerd-fonts-CascadiaCode/distinfo:1.1 pkgsrc/fonts/nerd-fonts-CascadiaCode/distinfo:1.2 --- pkgsrc/fonts/nerd-fonts-CascadiaCode/distinfo:1.1 Mon Jan 9 21:40:39 2023 +++ pkgsrc/fonts/nerd-fonts-CascadiaCode/distinfo Thu Jun 1 08:10:38 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/01/09 21:40:39 nikita Exp $ +$NetBSD: distinfo,v 1.2 2023/06/01 08:10:38 wiz Exp $ -BLAKE2s (nerd-fonts/2.2.2/CascadiaCode.zip) = 2f4a24727315dbe62f088bbc6b1cbff49bd1f46a8c5cf7d815bef7dd353f12a7 -SHA512 (nerd-fonts/2.2.2/CascadiaCode.zip) = f879499ddadecb6cafa9debb7be3c8d9c6aba2f055db49e62abf97d6277f1203c6451d4e8964977b705ce1c0c6e6a67cc4960bc852ea1459ce37b52192eb89ba -Size (nerd-fonts/2.2.2/CascadiaCode.zip) = 71392503 bytes +BLAKE2s (nerd-fonts/3.0.1/CascadiaCode.zip) = 2df96decfe294e32da0abe485d0c5acd55d4983974847e81ab7d0b8df23829da +SHA512 (nerd-fonts/3.0.1/CascadiaCode.zip) = caa632703b706e027422254b26a2c869c0785957befdb56eba619eeb4ff09e3a9acaa4bf8cc67ee2c133b6c82580822076c53da32140fafab31be3084da321c4 +Size (nerd-fonts/3.0.1/CascadiaCode.zip) = 42095539 bytes Index: pkgsrc/fonts/nerd-fonts-CodeNewRoman/Makefile diff -u pkgsrc/fonts/nerd-fonts-CodeNewRoman/Makefile:1.1 pkgsrc/fonts/nerd-fonts-CodeNewRoman/Makefile:1.2 --- pkgsrc/fonts/nerd-fonts-CodeNewRoman/Makefile:1.1 Mon Jan 9 21:51:58 2023 +++ pkgsrc/fonts/nerd-fonts-CodeNewRoman/Makefile Thu Jun 1 08:10:38 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2023/01/09 21:51:58 nikita Exp $ - -.include "../../fonts/nerd-fonts/Makefile.common" +# $NetBSD: Makefile,v 1.2 2023/06/01 08:10:38 wiz Exp $ DISTNAME= CodeNewRoman PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//} COMMENT= Code New Roman font with extra glyphs +.include "../../fonts/nerd-fonts/Makefile.common" + .include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/nerd-fonts-CodeNewRoman/PLIST diff -u pkgsrc/fonts/nerd-fonts-CodeNewRoman/PLIST:1.1 pkgsrc/fonts/nerd-fonts-CodeNewRoman/PLIST:1.2 --- pkgsrc/fonts/nerd-fonts-CodeNewRoman/PLIST:1.1 Mon Jan 9 21:51:58 2023 +++ pkgsrc/fonts/nerd-fonts-CodeNewRoman/PLIST Thu Jun 1 08:10:38 2023 @@ -1,14 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2023/01/09 21:51:58 nikita Exp $ -share/fonts/X11/OTF/Code New Roman Bold Nerd Font Complete Mono Windows Compatible.otf -share/fonts/X11/OTF/Code New Roman Bold Nerd Font Complete Mono.otf -share/fonts/X11/OTF/Code New Roman Bold Nerd Font Complete Windows Compatible.otf -share/fonts/X11/OTF/Code New Roman Bold Nerd Font Complete.otf -share/fonts/X11/OTF/Code New Roman Italic Nerd Font Complete Mono Windows Compatible.otf -share/fonts/X11/OTF/Code New Roman Italic Nerd Font Complete Mono.otf -share/fonts/X11/OTF/Code New Roman Italic Nerd Font Complete Windows Compatible.otf -share/fonts/X11/OTF/Code New Roman Italic Nerd Font Complete.otf -share/fonts/X11/OTF/Code New Roman Nerd Font Complete Mono Windows Compatible.otf -share/fonts/X11/OTF/Code New Roman Nerd Font Complete Mono.otf -share/fonts/X11/OTF/Code New Roman Nerd Font Complete Windows Compatible.otf -share/fonts/X11/OTF/Code New Roman Nerd Font Complete.otf -@pkgdir share/fonts/X11/TTF +@comment $NetBSD: PLIST,v 1.2 2023/06/01 08:10:38 wiz Exp $ +share/fonts/X11/OTF/CodeNewRomanNerdFont-Bold.otf +share/fonts/X11/OTF/CodeNewRomanNerdFont-Italic.otf +share/fonts/X11/OTF/CodeNewRomanNerdFont-Regular.otf +share/fonts/X11/OTF/CodeNewRomanNerdFontMono-Bold.otf +share/fonts/X11/OTF/CodeNewRomanNerdFontMono-Italic.otf +share/fonts/X11/OTF/CodeNewRomanNerdFontMono-Regular.otf +share/fonts/X11/OTF/CodeNewRomanNerdFontPropo-Bold.otf +share/fonts/X11/OTF/CodeNewRomanNerdFontPropo-Italic.otf +share/fonts/X11/OTF/CodeNewRomanNerdFontPropo-Regular.otf Index: pkgsrc/fonts/nerd-fonts-CodeNewRoman/distinfo diff -u pkgsrc/fonts/nerd-fonts-CodeNewRoman/distinfo:1.1 pkgsrc/fonts/nerd-fonts-CodeNewRoman/distinfo:1.2 --- pkgsrc/fonts/nerd-fonts-CodeNewRoman/distinfo:1.1 Mon Jan 9 21:51:58 2023 +++ pkgsrc/fonts/nerd-fonts-CodeNewRoman/distinfo Thu Jun 1 08:10:38 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/01/09 21:51:58 nikita Exp $ +$NetBSD: distinfo,v 1.2 2023/06/01 08:10:38 wiz Exp $ -BLAKE2s (nerd-fonts/2.2.2/CodeNewRoman.zip) = 90f19b7ee588d1d3bf343b2c01ec20f5d35bca0393d79607609517273c1f5689 -SHA512 (nerd-fonts/2.2.2/CodeNewRoman.zip) = 8ed0d89621a4575a6a48e401137820124142cb81f049e22bfc70efe45d40e1a362b690d84ec143400fc57001372e35c2eb7821474de047b85308c465dffac645 -Size (nerd-fonts/2.2.2/CodeNewRoman.zip) = 21573278 bytes +BLAKE2s (nerd-fonts/3.0.1/CodeNewRoman.zip) = 479521522ff08fdfa69b88f2b05de4adfe4fd00d74df2d38a470a530f8bceb35 +SHA512 (nerd-fonts/3.0.1/CodeNewRoman.zip) = bfd348c6949a8c1783d61187775fc7a753b8fc5c70559c6285b20f68581aa599ca134f5891ecfba2e977376a57a04529fb3d0cd2a218327acaeb0bc71397c7fb +Size (nerd-fonts/3.0.1/CodeNewRoman.zip) = 24027750 bytes Index: pkgsrc/fonts/nerd-fonts-Cousine/Makefile diff -u pkgsrc/fonts/nerd-fonts-Cousine/Makefile:1.1 pkgsrc/fonts/nerd-fonts-Cousine/Makefile:1.2 --- pkgsrc/fonts/nerd-fonts-Cousine/Makefile:1.1 Mon Jan 9 21:58:07 2023 +++ pkgsrc/fonts/nerd-fonts-Cousine/Makefile Thu Jun 1 08:10:39 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2023/01/09 21:58:07 nikita Exp $ - -.include "../../fonts/nerd-fonts/Makefile.common" +# $NetBSD: Makefile,v 1.2 2023/06/01 08:10:39 wiz Exp $ DISTNAME= Cousine PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//} COMMENT= Cousine font with extra glyphs +.include "../../fonts/nerd-fonts/Makefile.common" + .include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/nerd-fonts-Cousine/PLIST diff -u pkgsrc/fonts/nerd-fonts-Cousine/PLIST:1.1 pkgsrc/fonts/nerd-fonts-Cousine/PLIST:1.2 --- pkgsrc/fonts/nerd-fonts-Cousine/PLIST:1.1 Mon Jan 9 21:58:07 2023 +++ pkgsrc/fonts/nerd-fonts-Cousine/PLIST Thu Jun 1 08:10:39 2023 @@ -1,18 +1,13 @@ -@comment $NetBSD: PLIST,v 1.1 2023/01/09 21:58:07 nikita Exp $ -share/fonts/X11/TTF/Cousine Bold Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Cousine Bold Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Cousine Bold Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Cousine Bold Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/Cousine Bold Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Cousine Bold Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Cousine Bold Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Cousine Bold Nerd Font Complete.ttf -share/fonts/X11/TTF/Cousine Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Cousine Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Cousine Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Cousine Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/Cousine Regular Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Cousine Regular Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Cousine Regular Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Cousine Regular Nerd Font Complete.ttf -@pkgdir share/fonts/X11/OTF +@comment $NetBSD: PLIST,v 1.2 2023/06/01 08:10:39 wiz Exp $ +share/fonts/X11/TTF/CousineNerdFont-Bold.ttf +share/fonts/X11/TTF/CousineNerdFont-BoldItalic.ttf +share/fonts/X11/TTF/CousineNerdFont-Italic.ttf +share/fonts/X11/TTF/CousineNerdFont-Regular.ttf +share/fonts/X11/TTF/CousineNerdFontMono-Bold.ttf +share/fonts/X11/TTF/CousineNerdFontMono-BoldItalic.ttf +share/fonts/X11/TTF/CousineNerdFontMono-Italic.ttf +share/fonts/X11/TTF/CousineNerdFontMono-Regular.ttf +share/fonts/X11/TTF/CousineNerdFontPropo-Bold.ttf +share/fonts/X11/TTF/CousineNerdFontPropo-BoldItalic.ttf +share/fonts/X11/TTF/CousineNerdFontPropo-Italic.ttf +share/fonts/X11/TTF/CousineNerdFontPropo-Regular.ttf Index: pkgsrc/fonts/nerd-fonts-Cousine/distinfo diff -u pkgsrc/fonts/nerd-fonts-Cousine/distinfo:1.1 pkgsrc/fonts/nerd-fonts-Cousine/distinfo:1.2 --- pkgsrc/fonts/nerd-fonts-Cousine/distinfo:1.1 Mon Jan 9 21:58:07 2023 +++ pkgsrc/fonts/nerd-fonts-Cousine/distinfo Thu Jun 1 08:10:39 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/01/09 21:58:07 nikita Exp $ +$NetBSD: distinfo,v 1.2 2023/06/01 08:10:39 wiz Exp $ -BLAKE2s (nerd-fonts/2.2.2/Cousine.zip) = 5ee151f974296349572f5c56ee03fd4032345a8af26c702f5d244bc6c2cf44db -SHA512 (nerd-fonts/2.2.2/Cousine.zip) = f5ac764cd18116eeba13eb900da091c0da14df274487209bf8fbef64262c84864d6900a5972235a2fa17f02a0af85dbeff79000462e012d7d2b45ff1f6cf7c0a -Size (nerd-fonts/2.2.2/Cousine.zip) = 11449366 bytes +BLAKE2s (nerd-fonts/3.0.1/Cousine.zip) = 7bd97fdbfd654619c59c98f938601ab5656d909cb83ae058f6843a4f31afcfe5 +SHA512 (nerd-fonts/3.0.1/Cousine.zip) = 12c1750ceea785d02c9a1a2851c3c4119a86e085767a2464d20108a46d08b49175b4c6e24ce521d240ea27430904d774ede35f02d4b5e7bcbaa4cbe29a864034 +Size (nerd-fonts/3.0.1/Cousine.zip) = 14197495 bytes Index: pkgsrc/fonts/nerd-fonts-DaddyTimeMono/Makefile diff -u pkgsrc/fonts/nerd-fonts-DaddyTimeMono/Makefile:1.1 pkgsrc/fonts/nerd-fonts-DaddyTimeMono/Makefile:1.2 --- pkgsrc/fonts/nerd-fonts-DaddyTimeMono/Makefile:1.1 Sat Feb 25 18:37:00 2023 +++ pkgsrc/fonts/nerd-fonts-DaddyTimeMono/Makefile Thu Jun 1 08:10:39 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2023/02/25 18:37:00 nikita Exp $ - -.include "../../fonts/nerd-fonts/Makefile.common" +# $NetBSD: Makefile,v 1.2 2023/06/01 08:10:39 wiz Exp $ DISTNAME= DaddyTimeMono PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//} COMMENT= DaddyTimeMono font with extra glyphs +.include "../../fonts/nerd-fonts/Makefile.common" + .include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/nerd-fonts-DaddyTimeMono/PLIST diff -u pkgsrc/fonts/nerd-fonts-DaddyTimeMono/PLIST:1.1 pkgsrc/fonts/nerd-fonts-DaddyTimeMono/PLIST:1.2 --- pkgsrc/fonts/nerd-fonts-DaddyTimeMono/PLIST:1.1 Sat Feb 25 18:37:00 2023 +++ pkgsrc/fonts/nerd-fonts-DaddyTimeMono/PLIST Thu Jun 1 08:10:39 2023 @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2023/02/25 18:37:00 nikita Exp $ -share/fonts/X11/TTF/DaddyTimeMono Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/DaddyTimeMono Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/DaddyTimeMono Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/DaddyTimeMono Nerd Font Complete.ttf -@pkgdir share/fonts/X11/OTF +@comment $NetBSD: PLIST,v 1.2 2023/06/01 08:10:39 wiz Exp $ +share/fonts/X11/TTF/DaddyTimeMonoNerdFont-Regular.ttf +share/fonts/X11/TTF/DaddyTimeMonoNerdFontMono-Regular.ttf +share/fonts/X11/TTF/DaddyTimeMonoNerdFontPropo-Regular.ttf Index: pkgsrc/fonts/nerd-fonts-DaddyTimeMono/distinfo diff -u pkgsrc/fonts/nerd-fonts-DaddyTimeMono/distinfo:1.1 pkgsrc/fonts/nerd-fonts-DaddyTimeMono/distinfo:1.2 --- pkgsrc/fonts/nerd-fonts-DaddyTimeMono/distinfo:1.1 Sat Feb 25 18:37:00 2023 +++ pkgsrc/fonts/nerd-fonts-DaddyTimeMono/distinfo Thu Jun 1 08:10:39 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/02/25 18:37:00 nikita Exp $ +$NetBSD: distinfo,v 1.2 2023/06/01 08:10:39 wiz Exp $ -BLAKE2s (nerd-fonts/2.2.2/DaddyTimeMono.zip) = 4915dd99704002696f9041e167b64f2d9fd1510d90e04f9a1b15f800843667de -SHA512 (nerd-fonts/2.2.2/DaddyTimeMono.zip) = f375cb60c0be5de8bfbcf3806d0ccc1c34f0385f8cc72983b9dc0d80f799c7845e5a2a970ea73f4e5d8002e6d488160b1e6927a19d6f3bdc80c3ec1ae6d2efe8 -Size (nerd-fonts/2.2.2/DaddyTimeMono.zip) = 2154702 bytes +BLAKE2s (nerd-fonts/3.0.1/DaddyTimeMono.zip) = bd2d03fe432b397cff8dc182749fb31e2c95dab64e035fda90a0d7b4f6f56cd5 +SHA512 (nerd-fonts/3.0.1/DaddyTimeMono.zip) = 58f57b2588a60ac18f480e2fe58e805b1c28c799112aae6bf533a6c0c5d18f0c99224e3cf00c6347d501f16b58c2e6afaa36a43f9ce6d89c289f9f622b095ede +Size (nerd-fonts/3.0.1/DaddyTimeMono.zip) = 3194000 bytes Index: pkgsrc/fonts/nerd-fonts-IBMPlexMono/Makefile diff -u pkgsrc/fonts/nerd-fonts-IBMPlexMono/Makefile:1.1 pkgsrc/fonts/nerd-fonts-IBMPlexMono/Makefile:1.2 --- pkgsrc/fonts/nerd-fonts-IBMPlexMono/Makefile:1.1 Tue Feb 14 19:08:02 2023 +++ pkgsrc/fonts/nerd-fonts-IBMPlexMono/Makefile Thu Jun 1 08:10:39 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2023/02/14 19:08:02 nikita Exp $ - -.include "../../fonts/nerd-fonts/Makefile.common" +# $NetBSD: Makefile,v 1.2 2023/06/01 08:10:39 wiz Exp $ DISTNAME= IBMPlexMono PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//} COMMENT= Font similar to IBM Plex Mono with extra glyphs +.include "../../fonts/nerd-fonts/Makefile.common" + .include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/nerd-fonts-IBMPlexMono/PLIST diff -u pkgsrc/fonts/nerd-fonts-IBMPlexMono/PLIST:1.1 pkgsrc/fonts/nerd-fonts-IBMPlexMono/PLIST:1.2 --- pkgsrc/fonts/nerd-fonts-IBMPlexMono/PLIST:1.1 Tue Feb 14 19:08:02 2023 +++ pkgsrc/fonts/nerd-fonts-IBMPlexMono/PLIST Thu Jun 1 08:10:39 2023 @@ -1,66 +1,49 @@ -@comment $NetBSD: PLIST,v 1.1 2023/02/14 19:08:02 nikita Exp $ -share/fonts/X11/TTF/Blex Mono Bold Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Bold Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono Bold Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Bold Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/Blex Mono Bold Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Bold Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono Bold Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Bold Nerd Font Complete.ttf -share/fonts/X11/TTF/Blex Mono ExtraLight Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono ExtraLight Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono ExtraLight Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono ExtraLight Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/Blex Mono ExtraLight Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono ExtraLight Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono ExtraLight Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono ExtraLight Nerd Font Complete.ttf -share/fonts/X11/TTF/Blex Mono Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/Blex Mono Light Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Light Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono Light Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Light Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/Blex Mono Light Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Light Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono Light Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Light Nerd Font Complete.ttf -share/fonts/X11/TTF/Blex Mono Medium Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Medium Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono Medium Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Medium Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/Blex Mono Medium Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Medium Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono Medium Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Medium Nerd Font Complete.ttf -share/fonts/X11/TTF/Blex Mono Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Nerd Font Complete.ttf -share/fonts/X11/TTF/Blex Mono SemiBold Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono SemiBold Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono SemiBold Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono SemiBold Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/Blex Mono SemiBold Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono SemiBold Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono SemiBold Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono SemiBold Nerd Font Complete.ttf -share/fonts/X11/TTF/Blex Mono Text Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Text Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono Text Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Text Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/Blex Mono Text Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Text Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono Text Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Text Nerd Font Complete.ttf -share/fonts/X11/TTF/Blex Mono Thin Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Thin Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono Thin Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Thin Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/Blex Mono Thin Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Thin Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/Blex Mono Thin Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/Blex Mono Thin Nerd Font Complete.ttf -@pkgdir share/fonts/X11/OTF +@comment $NetBSD: PLIST,v 1.2 2023/06/01 08:10:39 wiz Exp $ +share/fonts/X11/TTF/BlexMonoExtLtNerdFont-Italic.ttf +share/fonts/X11/TTF/BlexMonoExtLtNerdFont-Regular.ttf +share/fonts/X11/TTF/BlexMonoExtLtNerdFontMono-Italic.ttf +share/fonts/X11/TTF/BlexMonoExtLtNerdFontMono-Regular.ttf +share/fonts/X11/TTF/BlexMonoExtLtNerdFontPropo-Italic.ttf +share/fonts/X11/TTF/BlexMonoExtLtNerdFontPropo-Regular.ttf +share/fonts/X11/TTF/BlexMonoMedmNerdFont-Italic.ttf +share/fonts/X11/TTF/BlexMonoMedmNerdFont-Regular.ttf +share/fonts/X11/TTF/BlexMonoMedmNerdFontMono-Italic.ttf +share/fonts/X11/TTF/BlexMonoMedmNerdFontMono-Regular.ttf +share/fonts/X11/TTF/BlexMonoMedmNerdFontPropo-Italic.ttf +share/fonts/X11/TTF/BlexMonoMedmNerdFontPropo-Regular.ttf +share/fonts/X11/TTF/BlexMonoNerdFont-Bold.ttf +share/fonts/X11/TTF/BlexMonoNerdFont-BoldItalic.ttf +share/fonts/X11/TTF/BlexMonoNerdFont-Italic.ttf +share/fonts/X11/TTF/BlexMonoNerdFont-Light.ttf +share/fonts/X11/TTF/BlexMonoNerdFont-LightItalic.ttf +share/fonts/X11/TTF/BlexMonoNerdFont-Regular.ttf +share/fonts/X11/TTF/BlexMonoNerdFont-Thin.ttf +share/fonts/X11/TTF/BlexMonoNerdFont-ThinItalic.ttf +share/fonts/X11/TTF/BlexMonoNerdFontMono-Bold.ttf +share/fonts/X11/TTF/BlexMonoNerdFontMono-BoldItalic.ttf +share/fonts/X11/TTF/BlexMonoNerdFontMono-Italic.ttf +share/fonts/X11/TTF/BlexMonoNerdFontMono-Light.ttf +share/fonts/X11/TTF/BlexMonoNerdFontMono-LightItalic.ttf +share/fonts/X11/TTF/BlexMonoNerdFontMono-Regular.ttf +share/fonts/X11/TTF/BlexMonoNerdFontMono-Thin.ttf +share/fonts/X11/TTF/BlexMonoNerdFontMono-ThinItalic.ttf +share/fonts/X11/TTF/BlexMonoNerdFontPropo-Bold.ttf +share/fonts/X11/TTF/BlexMonoNerdFontPropo-BoldItalic.ttf +share/fonts/X11/TTF/BlexMonoNerdFontPropo-Italic.ttf +share/fonts/X11/TTF/BlexMonoNerdFontPropo-Light.ttf +share/fonts/X11/TTF/BlexMonoNerdFontPropo-LightItalic.ttf +share/fonts/X11/TTF/BlexMonoNerdFontPropo-Regular.ttf +share/fonts/X11/TTF/BlexMonoNerdFontPropo-Thin.ttf +share/fonts/X11/TTF/BlexMonoNerdFontPropo-ThinItalic.ttf +share/fonts/X11/TTF/BlexMonoSmBldNerdFont-Italic.ttf +share/fonts/X11/TTF/BlexMonoSmBldNerdFont-Regular.ttf +share/fonts/X11/TTF/BlexMonoSmBldNerdFontMono-Italic.ttf +share/fonts/X11/TTF/BlexMonoSmBldNerdFontMono-Regular.ttf +share/fonts/X11/TTF/BlexMonoSmBldNerdFontPropo-Italic.ttf +share/fonts/X11/TTF/BlexMonoSmBldNerdFontPropo-Regular.ttf +share/fonts/X11/TTF/BlexMonoTextNerdFont-Italic.ttf +share/fonts/X11/TTF/BlexMonoTextNerdFont-Regular.ttf +share/fonts/X11/TTF/BlexMonoTextNerdFontMono-Italic.ttf +share/fonts/X11/TTF/BlexMonoTextNerdFontMono-Regular.ttf +share/fonts/X11/TTF/BlexMonoTextNerdFontPropo-Italic.ttf +share/fonts/X11/TTF/BlexMonoTextNerdFontPropo-Regular.ttf Index: pkgsrc/fonts/nerd-fonts-IBMPlexMono/distinfo diff -u pkgsrc/fonts/nerd-fonts-IBMPlexMono/distinfo:1.1 pkgsrc/fonts/nerd-fonts-IBMPlexMono/distinfo:1.2 --- pkgsrc/fonts/nerd-fonts-IBMPlexMono/distinfo:1.1 Tue Feb 14 19:08:02 2023 +++ pkgsrc/fonts/nerd-fonts-IBMPlexMono/distinfo Thu Jun 1 08:10:39 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/02/14 19:08:02 nikita Exp $ +$NetBSD: distinfo,v 1.2 2023/06/01 08:10:39 wiz Exp $ -BLAKE2s (nerd-fonts/2.2.2/IBMPlexMono.zip) = edf34c58a7e53a8547b45acb83fc826049748029dd671554feac0d94fa09bf9c -SHA512 (nerd-fonts/2.2.2/IBMPlexMono.zip) = 1015993be5ae8fb444be240ff1293751fa9e3a6202fc8663008f432bc52dc20785457c24ada77069a2dbc91b35ebd912184abe742e4b33e1147e13b1d9190f8d -Size (nerd-fonts/2.2.2/IBMPlexMono.zip) = 36124052 bytes +BLAKE2s (nerd-fonts/3.0.1/IBMPlexMono.zip) = 6a56393b3355cbc60a2669037e05bc8845435e2aa21b5b66561f52fd023694ca +SHA512 (nerd-fonts/3.0.1/IBMPlexMono.zip) = 7d7e303a18b9a70a2c514b92d0f2eb72954598e73f45f78a9c8664051e7a2b2803d3025bf545efc519588d24c09365a3716231a245dbed90f74c1069ccce3dac +Size (nerd-fonts/3.0.1/IBMPlexMono.zip) = 49414576 bytes Index: pkgsrc/fonts/nerd-fonts-iA-Writer/Makefile diff -u pkgsrc/fonts/nerd-fonts-iA-Writer/Makefile:1.1 pkgsrc/fonts/nerd-fonts-iA-Writer/Makefile:1.2 --- pkgsrc/fonts/nerd-fonts-iA-Writer/Makefile:1.1 Tue Feb 14 19:01:23 2023 +++ pkgsrc/fonts/nerd-fonts-iA-Writer/Makefile Thu Jun 1 08:10:39 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2023/02/14 19:01:23 nikita Exp $ - -.include "../../fonts/nerd-fonts/Makefile.common" +# $NetBSD: Makefile,v 1.2 2023/06/01 08:10:39 wiz Exp $ DISTNAME= iA-Writer PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//} COMMENT= iA Writer font with extra glyphs +.include "../../fonts/nerd-fonts/Makefile.common" + .include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/nerd-fonts-iA-Writer/PLIST diff -u pkgsrc/fonts/nerd-fonts-iA-Writer/PLIST:1.1 pkgsrc/fonts/nerd-fonts-iA-Writer/PLIST:1.2 --- pkgsrc/fonts/nerd-fonts-iA-Writer/PLIST:1.1 Tue Feb 14 19:01:23 2023 +++ pkgsrc/fonts/nerd-fonts-iA-Writer/PLIST Thu Jun 1 08:10:39 2023 @@ -1,81 +1,29 @@ -@comment $NetBSD: PLIST,v 1.1 2023/02/14 19:01:23 nikita Exp $ -share/fonts/X11/OTF/iM Writing Duospace Bold Nerd Font Complete Mono Windows Compatible.otf -share/fonts/X11/OTF/iM Writing Duospace Bold Nerd Font Complete Mono.otf -share/fonts/X11/OTF/iM Writing Duospace Bold Nerd Font Complete Windows Compatible.otf -share/fonts/X11/OTF/iM Writing Duospace Bold Nerd Font Complete.otf -share/fonts/X11/OTF/iM Writing Duospace BoldItalic Nerd Font Complete Mono Windows Compatible.otf -share/fonts/X11/OTF/iM Writing Duospace BoldItalic Nerd Font Complete Mono.otf -share/fonts/X11/OTF/iM Writing Duospace BoldItalic Nerd Font Complete Windows Compatible.otf -share/fonts/X11/OTF/iM Writing Duospace BoldItalic Nerd Font Complete.otf -share/fonts/X11/OTF/iM Writing Duospace Italic Nerd Font Complete Mono Windows Compatible.otf -share/fonts/X11/OTF/iM Writing Duospace Italic Nerd Font Complete Mono.otf -share/fonts/X11/OTF/iM Writing Duospace Italic Nerd Font Complete Windows Compatible.otf -share/fonts/X11/OTF/iM Writing Duospace Italic Nerd Font Complete.otf -share/fonts/X11/OTF/iM Writing Duospace Regular Nerd Font Complete Mono Windows Compatible.otf -share/fonts/X11/OTF/iM Writing Duospace Regular Nerd Font Complete Mono.otf -share/fonts/X11/OTF/iM Writing Duospace Regular Nerd Font Complete Windows Compatible.otf -share/fonts/X11/OTF/iM Writing Duospace Regular Nerd Font Complete.otf -share/fonts/X11/TTF/iM Writing Duo S Bold Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duo S Bold Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Duo S Bold Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duo S Bold Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/iM Writing Duo S Bold Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duo S Bold Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Duo S Bold Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duo S Bold Nerd Font Complete.ttf -share/fonts/X11/TTF/iM Writing Duo S Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duo S Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Duo S Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duo S Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/iM Writing Duo S Regular Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duo S Regular Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Duo S Regular Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duo S Regular Nerd Font Complete.ttf -share/fonts/X11/TTF/iM Writing Duospace Bold Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duospace Bold Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Duospace Bold Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duospace Bold Nerd Font Complete.ttf -share/fonts/X11/TTF/iM Writing Duospace BoldItalic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duospace BoldItalic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Duospace BoldItalic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duospace BoldItalic Nerd Font Complete.ttf -share/fonts/X11/TTF/iM Writing Duospace Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duospace Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Duospace Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duospace Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/iM Writing Duospace Regular Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duospace Regular Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Duospace Regular Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Duospace Regular Nerd Font Complete.ttf -share/fonts/X11/TTF/iM Writing Mono S Bold Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Mono S Bold Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Mono S Bold Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Mono S Bold Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/iM Writing Mono S Bold Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Mono S Bold Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Mono S Bold Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Mono S Bold Nerd Font Complete.ttf -share/fonts/X11/TTF/iM Writing Mono S Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Mono S Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Mono S Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Mono S Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/iM Writing Mono S Regular Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Mono S Regular Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Mono S Regular Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Mono S Regular Nerd Font Complete.ttf -share/fonts/X11/TTF/iM Writing Quattro S Bold Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Quattro S Bold Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Quattro S Bold Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Quattro S Bold Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/iM Writing Quattro S Bold Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Quattro S Bold Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Quattro S Bold Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Quattro S Bold Nerd Font Complete.ttf -share/fonts/X11/TTF/iM Writing Quattro S Italic Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Quattro S Italic Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Quattro S Italic Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Quattro S Italic Nerd Font Complete.ttf -share/fonts/X11/TTF/iM Writing Quattro S Regular Nerd Font Complete Mono Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Quattro S Regular Nerd Font Complete Mono.ttf -share/fonts/X11/TTF/iM Writing Quattro S Regular Nerd Font Complete Windows Compatible.ttf -share/fonts/X11/TTF/iM Writing Quattro S Regular Nerd Font Complete.ttf +@comment $NetBSD: PLIST,v 1.2 2023/06/01 08:10:39 wiz Exp $ +share/fonts/X11/TTF/iMWritingDuoNerdFont-Bold.ttf +share/fonts/X11/TTF/iMWritingDuoNerdFont-BoldItalic.ttf +share/fonts/X11/TTF/iMWritingDuoNerdFont-Italic.ttf +share/fonts/X11/TTF/iMWritingDuoNerdFont-Regular.ttf +share/fonts/X11/TTF/iMWritingDuoNerdFontPropo-Bold.ttf +share/fonts/X11/TTF/iMWritingDuoNerdFontPropo-BoldItalic.ttf +share/fonts/X11/TTF/iMWritingDuoNerdFontPropo-Italic.ttf +share/fonts/X11/TTF/iMWritingDuoNerdFontPropo-Regular.ttf +share/fonts/X11/TTF/iMWritingMonoNerdFont-Bold.ttf +share/fonts/X11/TTF/iMWritingMonoNerdFont-BoldItalic.ttf +share/fonts/X11/TTF/iMWritingMonoNerdFont-Italic.ttf +share/fonts/X11/TTF/iMWritingMonoNerdFont-Regular.ttf +share/fonts/X11/TTF/iMWritingMonoNerdFontMono-Bold.ttf +share/fonts/X11/TTF/iMWritingMonoNerdFontMono-BoldItalic.ttf +share/fonts/X11/TTF/iMWritingMonoNerdFontMono-Italic.ttf +share/fonts/X11/TTF/iMWritingMonoNerdFontMono-Regular.ttf +share/fonts/X11/TTF/iMWritingMonoNerdFontPropo-Bold.ttf +share/fonts/X11/TTF/iMWritingMonoNerdFontPropo-BoldItalic.ttf +share/fonts/X11/TTF/iMWritingMonoNerdFontPropo-Italic.ttf +share/fonts/X11/TTF/iMWritingMonoNerdFontPropo-Regular.ttf +share/fonts/X11/TTF/iMWritingQuatNerdFont-Bold.ttf +share/fonts/X11/TTF/iMWritingQuatNerdFont-BoldItalic.ttf +share/fonts/X11/TTF/iMWritingQuatNerdFont-Italic.ttf +share/fonts/X11/TTF/iMWritingQuatNerdFont-Regular.ttf +share/fonts/X11/TTF/iMWritingQuatNerdFontPropo-Bold.ttf +share/fonts/X11/TTF/iMWritingQuatNerdFontPropo-BoldItalic.ttf +share/fonts/X11/TTF/iMWritingQuatNerdFontPropo-Italic.ttf +share/fonts/X11/TTF/iMWritingQuatNerdFontPropo-Regular.ttf Index: pkgsrc/fonts/nerd-fonts-iA-Writer/distinfo diff -u pkgsrc/fonts/nerd-fonts-iA-Writer/distinfo:1.1 pkgsrc/fonts/nerd-fonts-iA-Writer/distinfo:1.2 --- pkgsrc/fonts/nerd-fonts-iA-Writer/distinfo:1.1 Tue Feb 14 19:01:23 2023 +++ pkgsrc/fonts/nerd-fonts-iA-Writer/distinfo Thu Jun 1 08:10:39 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/02/14 19:01:23 nikita Exp $ +$NetBSD: distinfo,v 1.2 2023/06/01 08:10:39 wiz Exp $ -BLAKE2s (nerd-fonts/2.2.2/iA-Writer.zip) = 3d98e4176ee02c010875192586b8dc63ac1085ae882db55690f27fd005931951 -SHA512 (nerd-fonts/2.2.2/iA-Writer.zip) = 9aba2c3a9493d908ad43803e52b07f310ec4e0f50f8f0c1df4b89279d16a33bd8db0b715d609efca1c05c99d972828f7f54a261b82ae9a372cf5465df338ba16 -Size (nerd-fonts/2.2.2/iA-Writer.zip) = 60120460 bytes +BLAKE2s (nerd-fonts/3.0.1/iA-Writer.zip) = d06b879f855b42d6486a30d326f534e0f3cdfa32f29822587f150dddebf66db1 +SHA512 (nerd-fonts/3.0.1/iA-Writer.zip) = 01484ea958a0893fcce8afa762d2d4f176a3115a62472234e763f8b09284f0f18f5aa7ba31b614f6a389b64b9fb3dcc71240acf5cbb50f824a49b8b4c2c7c375 +Size (nerd-fonts/3.0.1/iA-Writer.zip) = 28795096 bytes --_----------=_1685607039129170--