summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-08-24 10:26:12 +0000
committerwiz <wiz@pkgsrc.org>2016-08-24 10:26:12 +0000
commitc2caddecf033762db0d98e0911733ecc2bf90724 (patch)
tree12c2eb6bf25e53f8e47817f42dad2c7b29639573 /fonts
parentf7c59960b0075a2511518d008d2ef2de8ce14a3e (diff)
downloadpkgsrc-c2caddecf033762db0d98e0911733ecc2bf90724.tar.gz
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)
Diffstat (limited to 'fonts')
-rw-r--r--fonts/FiraCode/Makefile12
-rw-r--r--fonts/FiraCode/PLIST7
-rw-r--r--fonts/FiraCode/distinfo10
3 files changed, 18 insertions, 11 deletions
diff --git a/fonts/FiraCode/Makefile b/fonts/FiraCode/Makefile
index 94bdcd03428..6f91778117c 100644
--- a/fonts/FiraCode/Makefile
+++ b/fonts/FiraCode/Makefile
@@ -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"
diff --git a/fonts/FiraCode/PLIST b/fonts/FiraCode/PLIST
index 6a8ca93b1c6..b36d8a140e0 100644
--- a/fonts/FiraCode/PLIST
+++ b/fonts/FiraCode/PLIST
@@ -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
diff --git a/fonts/FiraCode/distinfo b/fonts/FiraCode/distinfo
index 53b31ecd788..22f35b6497b 100644
--- a/fonts/FiraCode/distinfo
+++ b/fonts/FiraCode/distinfo
@@ -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