pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts Import fonts/nerd-fonts-BigBlueTerminal as nerd-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2fde2340e86c
branches:  trunk
changeset: 391574:2fde2340e86c
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Mon Jan 09 21:24:46 2023 +0000

description:
Import fonts/nerd-fonts-BigBlueTerminal as nerd-fonts-BigBlueTerminal 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.

Big Blue Terminal is a nostalgic font, closely based
on IBM's 8x14 EGA/VGA charset.

diffstat:

 fonts/Makefile                            |   3 ++-
 fonts/nerd-fonts-BigBlueTerminal/DESCR    |   7 +++++++
 fonts/nerd-fonts-BigBlueTerminal/Makefile |  11 +++++++++++
 fonts/nerd-fonts-BigBlueTerminal/PLIST    |  10 ++++++++++
 fonts/nerd-fonts-BigBlueTerminal/distinfo |   5 +++++
 fonts/nerd-fonts/Makefile.common          |   3 ++-
 6 files changed, 37 insertions(+), 2 deletions(-)

diffs (81 lines):

diff -r 9783ada7c6c8 -r 2fde2340e86c fonts/Makefile
--- a/fonts/Makefile    Mon Jan 09 21:20:52 2023 +0000
+++ b/fonts/Makefile    Mon Jan 09 21:24:46 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.391 2023/01/09 21:17:51 nikita Exp $
+# $NetBSD: Makefile,v 1.392 2023/01/09 21:24:46 nikita Exp $
 #
 
 COMMENT=       Fonts
@@ -200,6 +200,7 @@
 SUBDIR+=       nerd-fonts-AnonymousPro
 SUBDIR+=       nerd-fonts-Arimo
 SUBDIR+=       nerd-fonts-AurulentSansMono
+SUBDIR+=       nerd-fonts-BigBlueTerminal
 SUBDIR+=       neumeister-otf
 SUBDIR+=       noto-cjk-fonts
 SUBDIR+=       noto-emoji-ttf
diff -r 9783ada7c6c8 -r 2fde2340e86c fonts/nerd-fonts-BigBlueTerminal/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-BigBlueTerminal/DESCR    Mon Jan 09 21:24:46 2023 +0000
@@ -0,0 +1,7 @@
+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.
+
+Big Blue Terminal is a nostalgic font, closely based
+on IBM's 8x14 EGA/VGA charset.
diff -r 9783ada7c6c8 -r 2fde2340e86c fonts/nerd-fonts-BigBlueTerminal/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-BigBlueTerminal/Makefile Mon Jan 09 21:24:46 2023 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2023/01/09 21:24:46 nikita Exp $
+
+.include "../../fonts/nerd-fonts/Makefile.common"
+
+DISTNAME=      BigBlueTerminal
+PKGNAME=       nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//}
+
+COMMENT=       Font closely based on IBM's 8x14 EGA/VGA charset with extra glyphs
+
+.include "../../mk/fonts.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9783ada7c6c8 -r 2fde2340e86c fonts/nerd-fonts-BigBlueTerminal/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-BigBlueTerminal/PLIST    Mon Jan 09 21:24:46 2023 +0000
@@ -0,0 +1,10 @@
+@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
diff -r 9783ada7c6c8 -r 2fde2340e86c fonts/nerd-fonts-BigBlueTerminal/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-BigBlueTerminal/distinfo Mon Jan 09 21:24:46 2023 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/01/09 21:24:46 nikita 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
diff -r 9783ada7c6c8 -r 2fde2340e86c fonts/nerd-fonts/Makefile.common
--- a/fonts/nerd-fonts/Makefile.common  Mon Jan 09 21:20:52 2023 +0000
+++ b/fonts/nerd-fonts/Makefile.common  Mon Jan 09 21:24:46 2023 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.common,v 1.5 2023/01/09 21:17:51 nikita Exp $
+# $NetBSD: Makefile.common,v 1.6 2023/01/09 21:24:46 nikita Exp $
 # used by fonts/nerd-fonts-3270/Makefile
 # used by fonts/nerd-fonts-Agave/Makefile
 # used by fonts/nerd-fonts-AnonymousPro/Makefile
 # used by fonts/nerd-fonts-Arimo/Makefile
 # used by fonts/nerd-fonts-AurulentSansMono/Makefile
+# used by fonts/nerd-fonts-BigBlueTerminal/Makefile
 
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ryanoasis/}



Home | Main Index | Thread Index | Old Index