Received: by mail.netbsd.org (Postfix, from userid 605) id 8D8CB84E87; Tue, 14 Feb 2023 19:08:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B9F1C84E69 for ; Tue, 14 Feb 2023 19:08:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qiuiXo5e0VqE for ; Tue, 14 Feb 2023 19:08:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AB73D84D40 for ; Tue, 14 Feb 2023 19:08:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4B1BFA90; Tue, 14 Feb 2023 19:08:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167640168240930" MIME-Version: 1.0 Date: Tue, 14 Feb 2023 19:08:02 +0000 From: "Nikita" Subject: CVS commit: pkgsrc/fonts To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20230214190802.A4B1BFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167640168240930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Tue Feb 14 19:08:02 UTC 2023 Modified Files: pkgsrc/fonts: Makefile pkgsrc/fonts/nerd-fonts: Makefile.common Added Files: pkgsrc/fonts/nerd-fonts-IBMPlexMono: DESCR Makefile PLIST distinfo Log Message: Import fonts/nerd-fonts-IBMPlexMono as nerd-fonts-IBMPlexMono version 2.2.2 Nerd Fonts patches developer targeted fonts with a high number of glyphs (icons). Specifically to add a high number of extra glyphs from popular 'iconic fonts' such as Font Awesome, Devicons, Octicons, and others. IBM Plex Mono (BlexMono) is derived from IBM Plex Mono. To generate a diff of this commit: cvs rdiff -u -r1.397 -r1.398 pkgsrc/fonts/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/fonts/nerd-fonts/Makefile.common cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/nerd-fonts-IBMPlexMono/DESCR \ pkgsrc/fonts/nerd-fonts-IBMPlexMono/Makefile \ pkgsrc/fonts/nerd-fonts-IBMPlexMono/PLIST \ pkgsrc/fonts/nerd-fonts-IBMPlexMono/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167640168240930 Content-Disposition: inline Content-Length: 8404 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/Makefile diff -u pkgsrc/fonts/Makefile:1.397 pkgsrc/fonts/Makefile:1.398 --- pkgsrc/fonts/Makefile:1.397 Tue Feb 14 19:01:23 2023 +++ pkgsrc/fonts/Makefile Tue Feb 14 19:08:02 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.397 2023/02/14 19:01:23 nikita Exp $ +# $NetBSD: Makefile,v 1.398 2023/02/14 19:08:02 nikita Exp $ # COMMENT= Fonts @@ -206,6 +206,7 @@ SUBDIR+= nerd-fonts-CascadiaCode SUBDIR+= nerd-fonts-CodeNewRoman SUBDIR+= nerd-fonts-Cousine SUBDIR+= nerd-fonts-iA-Writer +SUBDIR+= nerd-fonts-IBMPlexMono SUBDIR+= neumeister-otf SUBDIR+= noto-cjk-fonts SUBDIR+= noto-emoji-ttf Index: pkgsrc/fonts/nerd-fonts/Makefile.common diff -u pkgsrc/fonts/nerd-fonts/Makefile.common:1.11 pkgsrc/fonts/nerd-fonts/Makefile.common:1.12 --- pkgsrc/fonts/nerd-fonts/Makefile.common:1.11 Tue Feb 14 19:01:23 2023 +++ pkgsrc/fonts/nerd-fonts/Makefile.common Tue Feb 14 19:08:02 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2023/02/14 19:01:23 nikita Exp $ +# $NetBSD: Makefile.common,v 1.12 2023/02/14 19:08:02 nikita Exp $ # used by fonts/nerd-fonts-3270/Makefile # used by fonts/nerd-fonts-Agave/Makefile # used by fonts/nerd-fonts-AnonymousPro/Makefile @@ -10,6 +10,7 @@ # used by fonts/nerd-fonts-CodeNewRoman/Makefile # used by fonts/nerd-fonts-Cousine/Makefile # used by fonts/nerd-fonts-iA-Writer/Makefile +# used by fonts/nerd-fonts-IBMPlexMono/Makefile CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=ryanoasis/} Added files: Index: pkgsrc/fonts/nerd-fonts-IBMPlexMono/DESCR diff -u /dev/null pkgsrc/fonts/nerd-fonts-IBMPlexMono/DESCR:1.1 --- /dev/null Tue Feb 14 19:08:02 2023 +++ pkgsrc/fonts/nerd-fonts-IBMPlexMono/DESCR Tue Feb 14 19:08:02 2023 @@ -0,0 +1,6 @@ +Nerd Fonts patches developer targeted fonts with a high number of +glyphs (icons). Specifically to add a high number of extra glyphs +from popular 'iconic fonts' such as Font Awesome, Devicons, +Octicons, and others. + +IBM Plex Mono (BlexMono) is derived from IBM Plex Mono. Index: pkgsrc/fonts/nerd-fonts-IBMPlexMono/Makefile diff -u /dev/null pkgsrc/fonts/nerd-fonts-IBMPlexMono/Makefile:1.1 --- /dev/null Tue Feb 14 19:08:02 2023 +++ pkgsrc/fonts/nerd-fonts-IBMPlexMono/Makefile Tue Feb 14 19:08:02 2023 @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2023/02/14 19:08:02 nikita Exp $ + +.include "../../fonts/nerd-fonts/Makefile.common" + +DISTNAME= IBMPlexMono +PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//} + +COMMENT= Font similar to IBM Plex Mono with extra glyphs + +.include "../../mk/fonts.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/nerd-fonts-IBMPlexMono/PLIST diff -u /dev/null pkgsrc/fonts/nerd-fonts-IBMPlexMono/PLIST:1.1 --- /dev/null Tue Feb 14 19:08:02 2023 +++ pkgsrc/fonts/nerd-fonts-IBMPlexMono/PLIST Tue Feb 14 19:08:02 2023 @@ -0,0 +1,66 @@ +@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 Index: pkgsrc/fonts/nerd-fonts-IBMPlexMono/distinfo diff -u /dev/null pkgsrc/fonts/nerd-fonts-IBMPlexMono/distinfo:1.1 --- /dev/null Tue Feb 14 19:08:02 2023 +++ pkgsrc/fonts/nerd-fonts-IBMPlexMono/distinfo Tue Feb 14 19:08:02 2023 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2023/02/14 19:08:02 nikita 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 --_----------=_167640168240930--