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:   wiz
Date:           Wed Aug 24 10:26:12 UTC 2016

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

Log Message:
Updated FiraCode to 1.200.

    Removed !!! ??? ;;; &&& ||| =~ (#167) ~~~ %%%
    New safer calt code that doesn’t apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc (#49, #110, #176)
    Larger + - * and corresponding ligatures (#86)
    Hexadecimal x (0xFF) is now applied to sequences like 128x128 as well (#161)
    Added twoTurned (U+218A) and threeTurned (U+218B) (#146)
    Added whiteFrowningFace (U+2639) (#190)
    Simplified visual style on markdown headers ## ### #### (#107)
    Added </> (#147)
    Provided ttf and webfonts versions (eot, woff, woff2) (#18, #24, #38, #101, #106)
    Increased spacing in <= >= (#117)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/FiraCode/Makefile \
    pkgsrc/fonts/FiraCode/PLIST 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.1 pkgsrc/fonts/FiraCode/Makefile:1.2
--- pkgsrc/fonts/FiraCode/Makefile:1.1  Wed Jan 20 11:38:44 2016
+++ pkgsrc/fonts/FiraCode/Makefile      Wed Aug 24 10:26:12 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/01/20 11:38:44 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/24 10:26:12 wiz Exp $
 
-DISTNAME=      FiraCode_1.102
+DISTNAME=      FiraCode_1.200
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tonsky/}
@@ -14,10 +14,12 @@ LICENSE=    ofl-v1.1
 
 USE_LANGUAGES= # none
 NO_BUILD=      yes
-FONTS_DIRS.ttf=        ${PREFIX}/share/fonts/X11/OTF
-INSTALLATION_DIRS=     share/fonts/X11/OTF
+FONTS_DIRS.ttf=        ${PREFIX}/share/fonts/X11/OTF ${PREFIX}/share/fonts/X11/TTF
+INSTALLATION_DIRS=     share/fonts/X11/OTF share/fonts/X11/TTF
+WRKSRC=                ${WRKDIR}
 
 do-install:
-       ${INSTALL_DATA} ${WRKSRC}/*.otf  ${DESTDIR}${FONTS_DIRS.ttf}
+       ${INSTALL_DATA} ${WRKSRC}/otf/*.otf  ${DESTDIR}${PREFIX}/share/fonts/X11/OTF
+       ${INSTALL_DATA} ${WRKSRC}/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.1 pkgsrc/fonts/FiraCode/PLIST:1.2
--- pkgsrc/fonts/FiraCode/PLIST:1.1     Wed Jan 20 11:38:44 2016
+++ pkgsrc/fonts/FiraCode/PLIST Wed Aug 24 10:26:12 2016
@@ -1,6 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2016/01/20 11:38:44 wiz Exp $
+@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
+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
Index: pkgsrc/fonts/FiraCode/distinfo
diff -u pkgsrc/fonts/FiraCode/distinfo:1.1 pkgsrc/fonts/FiraCode/distinfo:1.2
--- pkgsrc/fonts/FiraCode/distinfo:1.1  Wed Jan 20 11:38:44 2016
+++ pkgsrc/fonts/FiraCode/distinfo      Wed Aug 24 10:26:12 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/01/20 11:38:44 wiz Exp $
+$NetBSD: distinfo,v 1.2 2016/08/24 10:26:12 wiz Exp $
 
-SHA1 (FiraCode_1.102.zip) = 8b9f2ed088f66c46c574069553e6c87814328f80
-RMD160 (FiraCode_1.102.zip) = b9637c050325065335c9c301158156c64cdf9c57
-SHA512 (FiraCode_1.102.zip) = 3f8a00bd3fac24d1b0c8466d5b30380cc81ada4ee386211a1c1c04edeab9245a480c326357cbbfe85890eacb9bdd8f9ea09ecad6306ef182acd3d75f140a9ec6
-Size (FiraCode_1.102.zip) = 484946 bytes
+SHA1 (FiraCode_1.200.zip) = 5926a7193ab8777245d664adc6d3b1000adad0d0
+RMD160 (FiraCode_1.200.zip) = 2cfee479b0555dd537fc27c9174776eaab0766a1
+SHA512 (FiraCode_1.200.zip) = 068b0de36dd6abc07970a2f80da1280d238dd6a636e521f949a0cb8f9f297602def3f6e7a0b1ebc71ac91e0055b12706676d0696a673b0d7d004a1eae8cf2571
+Size (FiraCode_1.200.zip) = 2146528 bytes



Home | Main Index | Thread Index | Old Index