pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add FantasqueSansMono



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sat Jan 25 15:16:01 2025 +0100
Changeset:	3d2fb6f2602ee8e3f6f72c16bb1091572a7b08f0

Modified Files:
	Makefile
Added Files:
	nerd-fonts-FantasqueSansMono/DESCR
	nerd-fonts-FantasqueSansMono/Makefile
	nerd-fonts-FantasqueSansMono/PLIST
	nerd-fonts-FantasqueSansMono/distinfo
	nerd-fonts/Makefile.common

Log Message:
Add FantasqueSansMono

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3d2fb6f2602ee8e3f6f72c16bb1091572a7b08f0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                              |  2 ++
 nerd-fonts-FantasqueSansMono/DESCR    |  8 ++++++++
 nerd-fonts-FantasqueSansMono/Makefile | 11 ++++++++++
 nerd-fonts-FantasqueSansMono/PLIST    | 13 ++++++++++++
 nerd-fonts-FantasqueSansMono/distinfo |  5 +++++
 nerd-fonts/Makefile.common            | 38 +++++++++++++++++++++++++++++++++++
 6 files changed, 77 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9ae119a922..57b9d45027 100644
--- a/Makefile
+++ b/Makefile
@@ -2536,6 +2536,8 @@ SUBDIR+=	neomutt-git
 SUBDIR+=	neovim
 SUBDIR+=	neovim-git
 SUBDIR+=	neovim-qt
+SUBDIR+=	nerd-fonts
+SUBDIR+=	nerd-fonts-FantasqueSansMono
 SUBDIR+=	nessoundstudio
 SUBDIR+=	nestopia-rpi
 SUBDIR+=	nestra
diff --git a/nerd-fonts-FantasqueSansMono/DESCR b/nerd-fonts-FantasqueSansMono/DESCR
new file mode 100644
index 0000000000..8273594190
--- /dev/null
+++ b/nerd-fonts-FantasqueSansMono/DESCR
@@ -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.
+
+FantasqueSansMono - A programming font, designed with functionality
+in mind, and with some wibbly-wobbly handwriting-like fuzziness
+that makes it unassumingly cool.
diff --git a/nerd-fonts-FantasqueSansMono/Makefile b/nerd-fonts-FantasqueSansMono/Makefile
new file mode 100644
index 0000000000..7b7036746e
--- /dev/null
+++ b/nerd-fonts-FantasqueSansMono/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.3 2023/06/12 07:51:39 wiz Exp $
+
+DISTNAME=	FantasqueSansMono
+PKGNAME=	nerd-fonts-${DISTNAME}-${GITHUB_RELEASE:S/v//}
+
+COMMENT=	FantasqueSansMono font with extra glyphs
+
+.include "../../wip/nerd-fonts/Makefile.common"
+
+.include "../../mk/fonts.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/nerd-fonts-FantasqueSansMono/PLIST b/nerd-fonts-FantasqueSansMono/PLIST
new file mode 100644
index 0000000000..b41464b5ad
--- /dev/null
+++ b/nerd-fonts-FantasqueSansMono/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+share/fonts/X11/TTF/FantasqueSansMNerdFont-Bold.ttf
+share/fonts/X11/TTF/FantasqueSansMNerdFont-BoldItalic.ttf
+share/fonts/X11/TTF/FantasqueSansMNerdFont-Italic.ttf
+share/fonts/X11/TTF/FantasqueSansMNerdFont-Regular.ttf
+share/fonts/X11/TTF/FantasqueSansMNerdFontMono-Bold.ttf
+share/fonts/X11/TTF/FantasqueSansMNerdFontMono-BoldItalic.ttf
+share/fonts/X11/TTF/FantasqueSansMNerdFontMono-Italic.ttf
+share/fonts/X11/TTF/FantasqueSansMNerdFontMono-Regular.ttf
+share/fonts/X11/TTF/FantasqueSansMNerdFontPropo-Bold.ttf
+share/fonts/X11/TTF/FantasqueSansMNerdFontPropo-BoldItalic.ttf
+share/fonts/X11/TTF/FantasqueSansMNerdFontPropo-Italic.ttf
+share/fonts/X11/TTF/FantasqueSansMNerdFontPropo-Regular.ttf
diff --git a/nerd-fonts-FantasqueSansMono/distinfo b/nerd-fonts-FantasqueSansMono/distinfo
new file mode 100644
index 0000000000..38b1c0c1d0
--- /dev/null
+++ b/nerd-fonts-FantasqueSansMono/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.4 2024/04/26 17:07:49 wiz Exp $
+
+BLAKE2s (nerd-fonts/3.3.0/FantasqueSansMono.tar.xz) = 7282e8ccd07d61fd92b697a67d7a9f9c56b117deb89eb9db7e29b9f2ef811411
+SHA512 (nerd-fonts/3.3.0/FantasqueSansMono.tar.xz) = fbc6267e85b589eb4fc6ff25096d6c94a5393d49e3ebc64c96a8dac9c2266f78d7360e307841ea9d4a69e6477980f34661034ee2eacfdb1eaa2495dbbbe46b8d
+Size (nerd-fonts/3.3.0/FantasqueSansMono.tar.xz) = 2387688 bytes
diff --git a/nerd-fonts/Makefile.common b/nerd-fonts/Makefile.common
new file mode 100644
index 0000000000..e4cddf9447
--- /dev/null
+++ b/nerd-fonts/Makefile.common
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile.common,v 1.20 2024/09/30 17:53:01 ktnb Exp $
+# used by fonts/nerd-fonts-3270/Makefile
+# used by fonts/nerd-fonts-Agave/Makefile
+# used by fonts/nerd-fonts-AnonymousPro/Makefile
+# used by fonts/nerd-fonts-Arimo/Makefile
+# used by fonts/nerd-fonts-AurulentSansMono/Makefile
+# 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
+# used by fonts/nerd-fonts-Cousine/Makefile
+# used by fonts/nerd-fonts-iA-Writer/Makefile
+# used by fonts/nerd-fonts-IBMPlexMono/Makefile
+# used by fonts/nerd-fonts-DaddyTimeMono/Makefile
+# used by fonts/nerd-fonts-FantasqueSansMono/Makefile
+# used by fonts/nerd-fonts-Meslo/Makefile
+# used by fonts/nerd-fonts-JetBrainsMono/Makefile
+# used by fonts/nerd-fonts-SourceCodePro/Makefile
+# used by fonts/nerd-fonts-Hack/Makefile
+# used by fonts/nerd-fonts-NerdFontsSymbolsOnly/Makefile
+
+CATEGORIES=	fonts
+MASTER_SITES=	${MASTER_SITE_GITHUB:=ryanoasis/}
+GITHUB_PROJECT=	nerd-fonts
+GITHUB_RELEASE=	v3.3.0
+DIST_SUBDIR=	${GITHUB_PROJECT}/${GITHUB_RELEASE:S/v//}
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/ryanoasis/nerd-fonts/
+# the glyphs/icons are from multiple sources, so all these licenses need to be accepted
+GLYPH_LICENSES=	cc-by-v4.0 AND mit AND ofl-v1.1 AND unlicense AND apache-2.0
+# allow overriding in case the derived font falls under a license not already covered by the glyphs
+LICENSE?=	${GLYPH_LICENSES}
+
+NO_BUILD=	yes
+NO_CONFIGURE=	yes
+WRKSRC=		${WRKDIR}


Home | Main Index | Thread Index | Old Index