pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/gallant
Module Name: pkgsrc
Committed By: vins
Date: Sat Nov 15 10:35:14 UTC 2025
Added Files:
pkgsrc/fonts/gallant: DESCR Makefile PLIST distinfo
Log Message:
fonts/gallant: initial import of package
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/gallant/DESCR \
pkgsrc/fonts/gallant/Makefile pkgsrc/fonts/gallant/PLIST \
pkgsrc/fonts/gallant/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/fonts/gallant/DESCR
diff -u /dev/null pkgsrc/fonts/gallant/DESCR:1.1
--- /dev/null Sat Nov 15 10:35:14 2025
+++ pkgsrc/fonts/gallant/DESCR Sat Nov 15 10:35:14 2025
@@ -0,0 +1,19 @@
+This is the Gallant font, as used by the Sun Microsystems SPARCstation
+console, extended with glyphs for many Unicode blocks. It is a raster
+font with a 22x12 pixel character cell, descent 5 and ascent 17.
+
+This project currently provides more than 4500 glyphs. Major additions:
+
+* Greek
+* Cyrillic
+* International Phonetic Association Extensions
+* Extended Latin characters
+* Zapf Dingbats
+* Tons of arrows
+* Tons of mathematical symbols
+* Letter-like symbols and enclosed alphanumerics
+* Pixel-perfect box drawing
+* Currency symbols
+* More punctuation
+* Just enough Katakana to say KO N NI CHI HA
+* Powerline glyphs in the Private Use Area at U+e0a0
Index: pkgsrc/fonts/gallant/Makefile
diff -u /dev/null pkgsrc/fonts/gallant/Makefile:1.1
--- /dev/null Sat Nov 15 10:35:14 2025
+++ pkgsrc/fonts/gallant/Makefile Sat Nov 15 10:35:14 2025
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2025/11/15 10:35:14 vins Exp $
+
+DISTNAME= gallant-0.1
+CATEGORIES= fonts
+MASTER_SITES= ${MASTER_SITE_GITHUB:=NanoBillion/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= vins%NetBSD.org@localhost
+HOMEPAGE= https://github.com/NanoBillion/gallant/
+COMMENT= Sun Gallant font with >4500 Unicode glyphs
+LICENSE= 2-clause-bsd
+
+USE_LANGUAGES= # none
+
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+FONTS_DIRS.ttf= share/fonts/X11/TTF
+FONTS_DIRS.x11= share/fonts/X11/misc
+
+AUTO_MKDIRS= yes
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/${PKGBASE}.pcf.gz \
+ ${DESTDIR}${PREFIX}/share/fonts/X11/misc
+ ${INSTALL_DATA} ${WRKSRC}/${PKGBASE}.ttf \
+ ${DESTDIR}${PREFIX}/share/fonts/X11/TTF
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/fonts/gallant/PLIST
diff -u /dev/null pkgsrc/fonts/gallant/PLIST:1.1
--- /dev/null Sat Nov 15 10:35:14 2025
+++ pkgsrc/fonts/gallant/PLIST Sat Nov 15 10:35:14 2025
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2025/11/15 10:35:14 vins Exp $
+share/fonts/X11/TTF/gallant.ttf
+share/fonts/X11/misc/gallant.pcf.gz
Index: pkgsrc/fonts/gallant/distinfo
diff -u /dev/null pkgsrc/fonts/gallant/distinfo:1.1
--- /dev/null Sat Nov 15 10:35:14 2025
+++ pkgsrc/fonts/gallant/distinfo Sat Nov 15 10:35:14 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/11/15 10:35:14 vins Exp $
+
+BLAKE2s (gallant-0.1.tar.gz) = 637008694a1a752530ae3a9e5d7784e3f66f6e3acd8570a54302f3447b71212b
+SHA512 (gallant-0.1.tar.gz) = 6ddfa1a8cb8a99faab3f574ff5afd079456e63ef7cfe050bbfac75d70ac34d6c472387e802560f3ca79aa837d0cc07769798549b50e6716698f507728e4da53e
+Size (gallant-0.1.tar.gz) = 2972029 bytes
Home |
Main Index |
Thread Index |
Old Index