pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/FiraCode



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Sat Oct 30 14:50:50 UTC 2021

Modified Files:
        pkgsrc/fonts/FiraCode: Makefile PLIST distinfo

Log Message:
fonts/FiraCode: update to 5.2.

No longer has OTF files, but does have a Variable TTF version.
Too many changes to list since version 2;
see https://github.com/tonsky/FiraCode/releases.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/FiraCode/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/fonts/FiraCode/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/fonts/FiraCode/distinfo

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

Modified files:

Index: pkgsrc/fonts/FiraCode/Makefile
diff -u pkgsrc/fonts/FiraCode/Makefile:1.6 pkgsrc/fonts/FiraCode/Makefile:1.7
--- pkgsrc/fonts/FiraCode/Makefile:1.6  Wed Dec 11 13:52:07 2019
+++ pkgsrc/fonts/FiraCode/Makefile      Sat Oct 30 14:50:50 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/12/11 13:52:07 mef Exp $
+# $NetBSD: Makefile,v 1.7 2021/10/30 14:50:50 rhialto Exp $
 
-DISTNAME=      FiraCode-2
+DISTNAME=      FiraCode-5.2
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tonsky/}
 
@@ -11,11 +11,11 @@ LICENSE=    ofl-v1.1
 
 USE_LANGUAGES=         # none
 NO_BUILD=              yes
-FONTS_DIRS.ttf=                ${PREFIX}/share/fonts/X11/OTF ${PREFIX}/share/fonts/X11/TTF
-INSTALLATION_DIRS=     share/fonts/X11/OTF share/fonts/X11/TTF
+FONTS_DIRS.ttf=                ${PREFIX}/share/fonts/X11/TTF
+INSTALLATION_DIRS=     share/fonts/X11/TTF
 
 do-install:
-       ${INSTALL_DATA} ${WRKSRC}/distr/otf/*.otf  ${DESTDIR}${PREFIX}/share/fonts/X11/OTF
        ${INSTALL_DATA} ${WRKSRC}/distr/ttf/*.ttf  ${DESTDIR}${PREFIX}/share/fonts/X11/TTF
+       ${INSTALL_DATA} ${WRKSRC}/distr/variable_ttf/*.ttf  ${DESTDIR}${PREFIX}/share/fonts/X11/TTF
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/fonts/FiraCode/PLIST
diff -u pkgsrc/fonts/FiraCode/PLIST:1.2 pkgsrc/fonts/FiraCode/PLIST:1.3
--- pkgsrc/fonts/FiraCode/PLIST:1.2     Wed Aug 24 10:26:12 2016
+++ pkgsrc/fonts/FiraCode/PLIST Sat Oct 30 14:50:50 2021
@@ -1,11 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2016/08/24 10:26:12 wiz Exp $
-share/fonts/X11/OTF/FiraCode-Bold.otf
-share/fonts/X11/OTF/FiraCode-Light.otf
-share/fonts/X11/OTF/FiraCode-Medium.otf
-share/fonts/X11/OTF/FiraCode-Regular.otf
-share/fonts/X11/OTF/FiraCode-Retina.otf
+@comment $NetBSD: PLIST,v 1.3 2021/10/30 14:50:50 rhialto Exp $
 share/fonts/X11/TTF/FiraCode-Bold.ttf
 share/fonts/X11/TTF/FiraCode-Light.ttf
 share/fonts/X11/TTF/FiraCode-Medium.ttf
 share/fonts/X11/TTF/FiraCode-Regular.ttf
 share/fonts/X11/TTF/FiraCode-Retina.ttf
+share/fonts/X11/TTF/FiraCode-SemiBold.ttf
+share/fonts/X11/TTF/FiraCode-VF.ttf
+@pkgdir share/fonts/X11/OTF

Index: pkgsrc/fonts/FiraCode/distinfo
diff -u pkgsrc/fonts/FiraCode/distinfo:1.7 pkgsrc/fonts/FiraCode/distinfo:1.8
--- pkgsrc/fonts/FiraCode/distinfo:1.7  Tue Oct 26 10:27:00 2021
+++ pkgsrc/fonts/FiraCode/distinfo      Sat Oct 30 14:50:50 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:27:00 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/10/30 14:50:50 rhialto Exp $
 
-BLAKE2s (FiraCode-2.tar.gz) = f8c522572f63cdfa7e26ea0f91f21ea57af30b94a3fbe95fc664983db32f7d99
-SHA512 (FiraCode-2.tar.gz) = 313f11f1550d964119c2576bc988ca7d009ebd670c93b3c4a29583f91499166816ed326fdb5a5082ed7c7a33c49263e627a3356cc739aa1a8e34689820081399
-Size (FiraCode-2.tar.gz) = 7100481 bytes
+BLAKE2s (FiraCode-5.2.tar.gz) = 6c436e85a5a9982b474e50c7c3d8eb4da17cd50527d21efcbc8fc0aa77a7e8af
+SHA512 (FiraCode-5.2.tar.gz) = 10247bf8b72f4d44a5b5d727edeae2baee549b6654e12469ad3ab75d3926635b4b2cdfcbb2b9b4c89b28d7c5411c428c00729f94567dad3bc0dc23ff5446ce2d
+Size (FiraCode-5.2.tar.gz) = 4875970 bytes



Home | Main Index | Thread Index | Old Index