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-AnonymousPro as nerd-fon...
details: https://anonhg.NetBSD.org/pkgsrc/rev/42f4312e02ec
branches: trunk
changeset: 391564:42f4312e02ec
user: nikita <nikita%pkgsrc.org@localhost>
date: Mon Jan 09 21:07:42 2023 +0000
description:
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'.
diffstat:
fonts/Makefile | 3 ++-
fonts/nerd-fonts-AnonymousPro/DESCR | 7 +++++++
fonts/nerd-fonts-AnonymousPro/Makefile | 11 +++++++++++
fonts/nerd-fonts-AnonymousPro/PLIST | 6 ++++++
fonts/nerd-fonts-AnonymousPro/distinfo | 5 +++++
fonts/nerd-fonts/Makefile.common | 3 ++-
6 files changed, 33 insertions(+), 2 deletions(-)
diffs (74 lines):
diff -r c808e86bcea7 -r 42f4312e02ec fonts/Makefile
--- a/fonts/Makefile Mon Jan 09 21:04:40 2023 +0000
+++ b/fonts/Makefile Mon Jan 09 21:07:42 2023 +0000
@@ -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+= 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
diff -r c808e86bcea7 -r 42f4312e02ec fonts/nerd-fonts-AnonymousPro/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-AnonymousPro/DESCR Mon Jan 09 21:07:42 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.
+
+Anonymice (AnonymousPro) is inspired by Anonymous 9 on Macintosh,
+since 2009, with distinct 'O', '0', 'I', 'l', and '1'.
diff -r c808e86bcea7 -r 42f4312e02ec fonts/nerd-fonts-AnonymousPro/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-AnonymousPro/Makefile Mon Jan 09 21:07:42 2023 +0000
@@ -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"
diff -r c808e86bcea7 -r 42f4312e02ec fonts/nerd-fonts-AnonymousPro/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-AnonymousPro/PLIST Mon Jan 09 21:07:42 2023 +0000
@@ -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
diff -r c808e86bcea7 -r 42f4312e02ec fonts/nerd-fonts-AnonymousPro/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-AnonymousPro/distinfo Mon Jan 09 21:07:42 2023 +0000
@@ -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
diff -r c808e86bcea7 -r 42f4312e02ec fonts/nerd-fonts/Makefile.common
--- a/fonts/nerd-fonts/Makefile.common Mon Jan 09 21:04:40 2023 +0000
+++ b/fonts/nerd-fonts/Makefile.common Mon Jan 09 21:07:42 2023 +0000
@@ -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/}
Home |
Main Index |
Thread Index |
Old Index