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-Agave as nerd-fonts-Agav...
details: https://anonhg.NetBSD.org/pkgsrc/rev/534121471176
branches: trunk
changeset: 391562:534121471176
user: nikita <nikita%pkgsrc.org@localhost>
date: Mon Jan 09 21:04:17 2023 +0000
description:
Import fonts/nerd-fonts-Agave as nerd-fonts-Agave 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.
Agave Nerd-Font is derived from the Agave font.
It is a small, monospace, outline font that is geometrically
regular and simple.
diffstat:
fonts/Makefile | 4 +++-
fonts/nerd-fonts-Agave/DESCR | 8 ++++++++
fonts/nerd-fonts-Agave/Makefile | 11 +++++++++++
fonts/nerd-fonts-Agave/PLIST | 6 ++++++
fonts/nerd-fonts-Agave/distinfo | 5 +++++
fonts/nerd-fonts/Makefile.common | 3 ++-
6 files changed, 35 insertions(+), 2 deletions(-)
diffs (75 lines):
diff -r 4204c9e2e2a7 -r 534121471176 fonts/Makefile
--- a/fonts/Makefile Mon Jan 09 21:01:07 2023 +0000
+++ b/fonts/Makefile Mon Jan 09 21:04:17 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.387 2022/12/17 14:37:44 mef Exp $
+# $NetBSD: Makefile,v 1.388 2023/01/09 21:04:17 nikita Exp $
#
COMMENT= Fonts
@@ -195,6 +195,8 @@
SUBDIR+= mplayer-fonts
SUBDIR+= ms-ttf
SUBDIR+= nanum-ttf
+SUBDIR+= nerd-fonts-3270
+SUBDIR+= nerd-fonts-Agave
SUBDIR+= neumeister-otf
SUBDIR+= noto-cjk-fonts
SUBDIR+= noto-emoji-ttf
diff -r 4204c9e2e2a7 -r 534121471176 fonts/nerd-fonts-Agave/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-Agave/DESCR Mon Jan 09 21:04:17 2023 +0000
@@ -0,0 +1,8 @@
+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.
+
+Agave Nerd-Font is derived from the Agave font.
+It is a small, monospace, outline font that is geometrically
+regular and simple.
diff -r 4204c9e2e2a7 -r 534121471176 fonts/nerd-fonts-Agave/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-Agave/Makefile Mon Jan 09 21:04:17 2023 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2023/01/09 21:04:17 nikita Exp $
+
+.include "../../fonts/nerd-fonts/Makefile.common"
+
+DISTNAME= Agave
+PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//}
+
+COMMENT= Agave font with extra glyphs
+
+.include "../../mk/fonts.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4204c9e2e2a7 -r 534121471176 fonts/nerd-fonts-Agave/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-Agave/PLIST Mon Jan 09 21:04:17 2023 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2023/01/09 21:04:17 nikita Exp $
+share/fonts/X11/TTF/agave regular Nerd Font Complete Mono Windows Compatible.ttf
+share/fonts/X11/TTF/agave regular Nerd Font Complete Mono.ttf
+share/fonts/X11/TTF/agave regular Nerd Font Complete Windows Compatible.ttf
+share/fonts/X11/TTF/agave regular Nerd Font Complete.ttf
+@pkgdir share/fonts/X11/OTF
diff -r 4204c9e2e2a7 -r 534121471176 fonts/nerd-fonts-Agave/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-Agave/distinfo Mon Jan 09 21:04:17 2023 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/01/09 21:04:17 nikita Exp $
+
+BLAKE2s (nerd-fonts/2.2.2/Agave.zip) = 82d04e59550d087e2e26ce10e71a63d93b3033b16e4d2206e3e48cdd5266b682
+SHA512 (nerd-fonts/2.2.2/Agave.zip) = ec95f69c9233e81ebf1b67c709ac830bc4d8eb86c2c478f9d2b224b82cdce48f83d4219ff7aec17c71084962d4664deb7e43cba8cbd74048ed11d6fb4b4cbc54
+Size (nerd-fonts/2.2.2/Agave.zip) = 2410723 bytes
diff -r 4204c9e2e2a7 -r 534121471176 fonts/nerd-fonts/Makefile.common
--- a/fonts/nerd-fonts/Makefile.common Mon Jan 09 21:01:07 2023 +0000
+++ b/fonts/nerd-fonts/Makefile.common Mon Jan 09 21:04:17 2023 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile.common,v 1.1 2023/01/09 21:00:32 nikita Exp $
+# $NetBSD: Makefile.common,v 1.2 2023/01/09 21:04:17 nikita Exp $
# used by fonts/nerd-fonts-3270/Makefile
+# used by fonts/nerd-fonts-Agave/Makefile
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GITHUB:=ryanoasis/}
Home |
Main Index |
Thread Index |
Old Index