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-3270 as nerd-fonts-3270 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0a9292309f16
branches: trunk
changeset: 391560:0a9292309f16
user: nikita <nikita%pkgsrc.org@localhost>
date: Mon Jan 09 21:00:32 2023 +0000
description:
Import fonts/nerd-fonts-3270 as nerd-fonts-3270 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.
x2370 Nerd-Font is derived from the x3270 font.
diffstat:
fonts/nerd-fonts-3270/DESCR | 6 ++++++
fonts/nerd-fonts-3270/Makefile | 11 +++++++++++
fonts/nerd-fonts-3270/PLIST | 25 +++++++++++++++++++++++++
fonts/nerd-fonts-3270/distinfo | 5 +++++
fonts/nerd-fonts/Makefile.common | 17 +++++++++++++++++
5 files changed, 64 insertions(+), 0 deletions(-)
diffs (84 lines):
diff -r cf904485a5df -r 0a9292309f16 fonts/nerd-fonts-3270/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-3270/DESCR Mon Jan 09 21:00:32 2023 +0000
@@ -0,0 +1,6 @@
+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.
+
+x2370 Nerd-Font is derived from the x3270 font.
diff -r cf904485a5df -r 0a9292309f16 fonts/nerd-fonts-3270/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-3270/Makefile Mon Jan 09 21:00:32 2023 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2023/01/09 21:00:32 nikita Exp $
+
+.include "../../fonts/nerd-fonts/Makefile.common"
+
+DISTNAME= 3270
+PKGNAME= nerd-font-${DISTNAME}-${GITHUB_RELEASE:S/v//}
+
+COMMENT= x3270 font with extra glyphs
+
+.include "../../mk/fonts.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cf904485a5df -r 0a9292309f16 fonts/nerd-fonts-3270/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-3270/PLIST Mon Jan 09 21:00:32 2023 +0000
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1 2023/01/09 21:00:32 nikita Exp $
+share/fonts/X11/OTF/3270 Narrow Nerd Font Complete Mono Windows Compatible.otf
+share/fonts/X11/OTF/3270 Narrow Nerd Font Complete Mono.otf
+share/fonts/X11/OTF/3270 Narrow Nerd Font Complete Windows Compatible.otf
+share/fonts/X11/OTF/3270 Narrow Nerd Font Complete.otf
+share/fonts/X11/OTF/3270 Semi-Narrow Nerd Font Complete Mono Windows Compatible.otf
+share/fonts/X11/OTF/3270 Semi-Narrow Nerd Font Complete Mono.otf
+share/fonts/X11/OTF/3270 Semi-Narrow Nerd Font Complete Windows Compatible.otf
+share/fonts/X11/OTF/3270 Semi-Narrow Nerd Font Complete.otf
+share/fonts/X11/OTF/3270-Medium Nerd Font Complete Mono Windows Compatible.otf
+share/fonts/X11/OTF/3270-Medium Nerd Font Complete Mono.otf
+share/fonts/X11/OTF/3270-Medium Nerd Font Complete Windows Compatible.otf
+share/fonts/X11/OTF/3270-Medium Nerd Font Complete.otf
+share/fonts/X11/TTF/3270 Narrow Nerd Font Complete Mono Windows Compatible.ttf
+share/fonts/X11/TTF/3270 Narrow Nerd Font Complete Mono.ttf
+share/fonts/X11/TTF/3270 Narrow Nerd Font Complete Windows Compatible.ttf
+share/fonts/X11/TTF/3270 Narrow Nerd Font Complete.ttf
+share/fonts/X11/TTF/3270 Semi-Narrow Nerd Font Complete Mono Windows Compatible.ttf
+share/fonts/X11/TTF/3270 Semi-Narrow Nerd Font Complete Mono.ttf
+share/fonts/X11/TTF/3270 Semi-Narrow Nerd Font Complete Windows Compatible.ttf
+share/fonts/X11/TTF/3270 Semi-Narrow Nerd Font Complete.ttf
+share/fonts/X11/TTF/3270-Medium Nerd Font Complete Mono Windows Compatible.ttf
+share/fonts/X11/TTF/3270-Medium Nerd Font Complete Mono.ttf
+share/fonts/X11/TTF/3270-Medium Nerd Font Complete Windows Compatible.ttf
+share/fonts/X11/TTF/3270-Medium Nerd Font Complete.ttf
diff -r cf904485a5df -r 0a9292309f16 fonts/nerd-fonts-3270/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts-3270/distinfo Mon Jan 09 21:00:32 2023 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/01/09 21:00:32 nikita Exp $
+
+BLAKE2s (nerd-fonts/2.2.2/3270.zip) = 60ea6a4e52520f1fc244982068182e67bcfd6e4ac0cc93f3b90949491fb1719e
+SHA512 (nerd-fonts/2.2.2/3270.zip) = 4f5346a91c538aabc211900701153f9904129356379d8b4f39b3d57972d322fe3e00ef0e45ff202c61928e9c2f441a67ea593f8a3ab1db787b83ff6440d762ed
+Size (nerd-fonts/2.2.2/3270.zip) = 23609657 bytes
diff -r cf904485a5df -r 0a9292309f16 fonts/nerd-fonts/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/nerd-fonts/Makefile.common Mon Jan 09 21:00:32 2023 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile.common,v 1.1 2023/01/09 21:00:32 nikita Exp $
+# used by fonts/nerd-fonts-3270/Makefile
+
+CATEGORIES= fonts
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ryanoasis/}
+GITHUB_PROJECT= nerd-fonts
+GITHUB_RELEASE= v2.2.2
+DIST_SUBDIR= ${GITHUB_PROJECT}/${GITHUB_RELEASE:S/v//}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ryanoasis/nerd-fonts/
+LICENSE= mit
+
+NO_BUILD= yes
+NO_CONFIGURE= yes
+WRKSRC= ${WRKDIR}
Home |
Main Index |
Thread Index |
Old Index