Skip to content

Commit

Permalink
Updated FiraCode to 1.200.
Browse files Browse the repository at this point in the history
    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)
  • Loading branch information
wiz committed Aug 24, 2016
1 parent 6ba67c9 commit 8954aaf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
12 changes: 7 additions & 5 deletions fonts/FiraCode/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -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"
7 changes: 6 additions & 1 deletion fonts/FiraCode/PLIST
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions fonts/FiraCode/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8954aaf

Please sign in to comment.