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:   pho
Date:           Fri May 17 13:24:08 UTC 2024

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

Log Message:
fonts/FiraCode: Update to 6.2

6.2: Fixed monospaced property #1325
6.1: Fixed hinting settings to match Glyphs export #1315
6:   See https://github.com/tonsky/FiraCode/releases/tag/6


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/fonts/FiraCode/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/FiraCode/PLIST
cvs rdiff -u -r1.8 -r1.9 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.7 pkgsrc/fonts/FiraCode/Makefile:1.8
--- pkgsrc/fonts/FiraCode/Makefile:1.7  Sat Oct 30 14:50:50 2021
+++ pkgsrc/fonts/FiraCode/Makefile      Fri May 17 13:24:08 2024
@@ -1,8 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2021/10/30 14:50:50 rhialto Exp $
+# $NetBSD: Makefile,v 1.8 2024/05/17 13:24:08 pho Exp $
 
-DISTNAME=      FiraCode-5.2
+DISTNAME=      Fira_Code_v6.2
+PKGNAME=       ${DISTNAME:S/Fira_Code_v/FiraCode-/}
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tonsky/}
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
+EXTRACT_SUFX=  .zip
+WRKSRC=                ${WRKDIR}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/tonsky/FiraCode/
@@ -15,7 +19,7 @@ FONTS_DIRS.ttf=               ${PREFIX}/share/fonts/X
 INSTALLATION_DIRS=     share/fonts/X11/TTF
 
 do-install:
-       ${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
+       ${INSTALL_DATA} ${WRKSRC}/ttf/*.ttf             ${DESTDIR}${PREFIX}/share/fonts/X11/TTF
+       ${INSTALL_DATA} ${WRKSRC}/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.3 pkgsrc/fonts/FiraCode/PLIST:1.4
--- pkgsrc/fonts/FiraCode/PLIST:1.3     Sat Oct 30 14:50:50 2021
+++ pkgsrc/fonts/FiraCode/PLIST Fri May 17 13:24:08 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/10/30 14:50:50 rhialto Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/05/17 13:24:08 pho Exp $
 share/fonts/X11/TTF/FiraCode-Bold.ttf
 share/fonts/X11/TTF/FiraCode-Light.ttf
 share/fonts/X11/TTF/FiraCode-Medium.ttf
@@ -6,4 +6,3 @@ 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.8 pkgsrc/fonts/FiraCode/distinfo:1.9
--- pkgsrc/fonts/FiraCode/distinfo:1.8  Sat Oct 30 14:50:50 2021
+++ pkgsrc/fonts/FiraCode/distinfo      Fri May 17 13:24:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/30 14:50:50 rhialto Exp $
+$NetBSD: distinfo,v 1.9 2024/05/17 13:24:08 pho Exp $
 
-BLAKE2s (FiraCode-5.2.tar.gz) = 6c436e85a5a9982b474e50c7c3d8eb4da17cd50527d21efcbc8fc0aa77a7e8af
-SHA512 (FiraCode-5.2.tar.gz) = 10247bf8b72f4d44a5b5d727edeae2baee549b6654e12469ad3ab75d3926635b4b2cdfcbb2b9b4c89b28d7c5411c428c00729f94567dad3bc0dc23ff5446ce2d
-Size (FiraCode-5.2.tar.gz) = 4875970 bytes
+BLAKE2s (Fira_Code_v6.2.zip) = 383c378ac9a8f2a593f47520132bac9369b7c22c6a0f6a03f79240e5edb6c21a
+SHA512 (Fira_Code_v6.2.zip) = 7f71b34cce960bb5b90165505214d9effa7aa0b9e3ae3a7da37b900db54adbb30d1ff4b44f77c88fe0c7ddef45fc17ac6f05f08745fd26e1a298eeb61e6fddd3
+Size (Fira_Code_v6.2.zip) = 2462987 bytes



Home | Main Index | Thread Index | Old Index