Import fonts/nerd-fonts-AnonymousPro as nerd-fonts-AnonymousPro 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. Anonymice (AnonymousPro) is inspired by Anonymous 9 on Macintosh, since 2009, with distinct 'O', '0', 'I', 'l', and '1'.
This commit is contained in:
parent
3e7c979b4c
commit
f9fe1085b1
6 changed files with 33 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.388 2023/01/09 21:04:17 nikita Exp $
|
||||
# $NetBSD: Makefile,v 1.389 2023/01/09 21:07:42 nikita Exp $
|
||||
#
|
||||
|
||||
COMMENT= Fonts
|
||||
|
@ -197,6 +197,7 @@ SUBDIR+= ms-ttf
|
|||
SUBDIR+= nanum-ttf
|
||||
SUBDIR+= nerd-fonts-3270
|
||||
SUBDIR+= nerd-fonts-Agave
|
||||
SUBDIR+= nerd-fonts-AnonymousPro
|
||||
SUBDIR+= neumeister-otf
|
||||
SUBDIR+= noto-cjk-fonts
|
||||
SUBDIR+= noto-emoji-ttf
|
||||
|
|
7
fonts/nerd-fonts-AnonymousPro/DESCR
Normal file
7
fonts/nerd-fonts-AnonymousPro/DESCR
Normal file
|
@ -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.
|
||||
|
||||
Anonymice (AnonymousPro) is inspired by Anonymous 9 on Macintosh,
|
||||
since 2009, with distinct 'O', '0', 'I', 'l', and '1'.
|
11
fonts/nerd-fonts-AnonymousPro/Makefile
Normal file
11
fonts/nerd-fonts-AnonymousPro/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.1 2023/01/09 21:07:42 nikita Exp $
|
||||
|
||||
.include "../../fonts/nerd-fonts/Makefile.common"
|
||||
|
||||
DISTNAME= AnonymousPro
|
||||
PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//}
|
||||
|
||||
COMMENT= AnonymousPro font with extra glyphs
|
||||
|
||||
.include "../../mk/fonts.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
fonts/nerd-fonts-AnonymousPro/PLIST
Normal file
6
fonts/nerd-fonts-AnonymousPro/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
@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
|
5
fonts/nerd-fonts-AnonymousPro/distinfo
Normal file
5
fonts/nerd-fonts-AnonymousPro/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2023/01/09 21:07:42 nikita 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
|
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile.common,v 1.2 2023/01/09 21:04:17 nikita Exp $
|
||||
# $NetBSD: Makefile.common,v 1.3 2023/01/09 21:07:42 nikita Exp $
|
||||
# used by fonts/nerd-fonts-3270/Makefile
|
||||
# used by fonts/nerd-fonts-Agave/Makefile
|
||||
# used by fonts/nerd-fonts-AnonymousPro/Makefile
|
||||
|
||||
CATEGORIES= fonts
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=ryanoasis/}
|
||||
|
|
Loading…
Reference in a new issue