pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts
Module Name: pkgsrc
Committed By: nikita
Date: Mon Jan 9 21:51:58 UTC 2023
Modified Files:
pkgsrc/fonts: Makefile
pkgsrc/fonts/nerd-fonts: Makefile.common
Added Files:
pkgsrc/fonts/nerd-fonts-CodeNewRoman: DESCR Makefile PLIST distinfo
Log Message:
Import fonts/nerd-fonts-CodeNewRoman as nerd-fonts-CodeNewRoman 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.
Code New Roman is derived from Code New Roman, a monospaced font.
Code New Roman is based on Mac OS Western New Roman, MONACO,
Windows Consolas/Lusida Consolas, ABeeZee and Bitstream Vera Sans Mono.
This font display allowed a design with proportions closer to normal text
than traditional monospaced fonts like Courier. This allows for more
comfortably reading of extended text on screen. OpenType features include
hanging or lining numerals; slashed, dotted and normal zeros; and alternative
shapes for a number of lowercase letters. The look of text can be tuned to
personal taste by varying the number of bars and waves.
To generate a diff of this commit:
cvs rdiff -u -r1.394 -r1.395 pkgsrc/fonts/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/fonts/nerd-fonts/Makefile.common
cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/nerd-fonts-CodeNewRoman/DESCR \
pkgsrc/fonts/nerd-fonts-CodeNewRoman/Makefile \
pkgsrc/fonts/nerd-fonts-CodeNewRoman/PLIST \
pkgsrc/fonts/nerd-fonts-CodeNewRoman/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/fonts/Makefile
diff -u pkgsrc/fonts/Makefile:1.394 pkgsrc/fonts/Makefile:1.395
--- pkgsrc/fonts/Makefile:1.394 Mon Jan 9 21:40:39 2023
+++ pkgsrc/fonts/Makefile Mon Jan 9 21:51:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.394 2023/01/09 21:40:39 nikita Exp $
+# $NetBSD: Makefile,v 1.395 2023/01/09 21:51:57 nikita Exp $
#
COMMENT= Fonts
@@ -203,6 +203,7 @@ SUBDIR+= nerd-fonts-AurulentSansMono
SUBDIR+= nerd-fonts-BigBlueTerminal
SUBDIR+= nerd-fonts-BitstreamVeraSansMono
SUBDIR+= nerd-fonts-CascadiaCode
+SUBDIR+= nerd-fonts-CodeNewRoman
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.8 pkgsrc/fonts/nerd-fonts/Makefile.common:1.9
--- pkgsrc/fonts/nerd-fonts/Makefile.common:1.8 Mon Jan 9 21:40:39 2023
+++ pkgsrc/fonts/nerd-fonts/Makefile.common Mon Jan 9 21:51:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2023/01/09 21:40:39 nikita Exp $
+# $NetBSD: Makefile.common,v 1.9 2023/01/09 21:51:57 nikita Exp $
# used by fonts/nerd-fonts-3270/Makefile
# used by fonts/nerd-fonts-Agave/Makefile
# used by fonts/nerd-fonts-AnonymousPro/Makefile
@@ -7,6 +7,7 @@
# used by fonts/nerd-fonts-BigBlueTerminal/Makefile
# used by fonts/nerd-fonts-BitstreamVeraSansMono/Makefile
# used by fonts/nerd-fonts-CascadiaCode/Makefile
+# used by fonts/nerd-fonts-CodeNewRoman/Makefile
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GITHUB:=ryanoasis/}
Added files:
Index: pkgsrc/fonts/nerd-fonts-CodeNewRoman/DESCR
diff -u /dev/null pkgsrc/fonts/nerd-fonts-CodeNewRoman/DESCR:1.1
--- /dev/null Mon Jan 9 21:51:58 2023
+++ pkgsrc/fonts/nerd-fonts-CodeNewRoman/DESCR Mon Jan 9 21:51:58 2023
@@ -0,0 +1,14 @@
+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.
+
+Code New Roman is derived from Code New Roman, a monospaced font.
+Code New Roman is based on Mac OS Western New Roman, MONACO,
+Windows Consolas/Lusida Consolas, ABeeZee and Bitstream Vera Sans Mono.
+This font display allowed a design with proportions closer to normal text
+than traditional monospaced fonts like Courier. This allows for more
+comfortably reading of extended text on screen. OpenType features include
+hanging or lining numerals; slashed, dotted and normal zeros; and alternative
+shapes for a number of lowercase letters. The look of text can be tuned to
+personal taste by varying the number of bars and waves.
Index: pkgsrc/fonts/nerd-fonts-CodeNewRoman/Makefile
diff -u /dev/null pkgsrc/fonts/nerd-fonts-CodeNewRoman/Makefile:1.1
--- /dev/null Mon Jan 9 21:51:58 2023
+++ pkgsrc/fonts/nerd-fonts-CodeNewRoman/Makefile Mon Jan 9 21:51:58 2023
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2023/01/09 21:51:58 nikita Exp $
+
+.include "../../fonts/nerd-fonts/Makefile.common"
+
+DISTNAME= CodeNewRoman
+PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//}
+
+COMMENT= Code New Roman font with extra glyphs
+
+.include "../../mk/fonts.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/fonts/nerd-fonts-CodeNewRoman/PLIST
diff -u /dev/null pkgsrc/fonts/nerd-fonts-CodeNewRoman/PLIST:1.1
--- /dev/null Mon Jan 9 21:51:58 2023
+++ pkgsrc/fonts/nerd-fonts-CodeNewRoman/PLIST Mon Jan 9 21:51:58 2023
@@ -0,0 +1,14 @@
+@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
Index: pkgsrc/fonts/nerd-fonts-CodeNewRoman/distinfo
diff -u /dev/null pkgsrc/fonts/nerd-fonts-CodeNewRoman/distinfo:1.1
--- /dev/null Mon Jan 9 21:51:58 2023
+++ pkgsrc/fonts/nerd-fonts-CodeNewRoman/distinfo Mon Jan 9 21:51:58 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/01/09 21:51:58 nikita 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
Home |
Main Index |
Thread Index |
Old Index