Date: Wed, 20 Apr 2016 11:44:05 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413679 - head/x11-fonts/fantasque-sans-mono Message-ID: <201604201144.u3KBi5oL015596@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Wed Apr 20 11:44:05 2016 New Revision: 413679 URL: https://svnweb.freebsd.org/changeset/ports/413679 Log: Update to 1.7.1. Also fetch the tarball from GitHub, hopefully that also lets portscout inform me when there are updates. Changes since 1.6.4: 1.6.5 - Make italics visible on Windows. 1.7.0 - Beta version for the 1.7 series. Add Cyrillic alphabet to the four fonts. Add some real sub/supscript numbers and fractions. Revamp straight and curly quotes. Fix some Windows rendering issues. Move accents around (why do I do that every time?) Add fontdiff script which generates font diffs. 1.7.1 - Add a stylistic set to replace the looped lowercase k with a straight version. Adjust curly quotes so they behave better as apostrophes. Also, since nobody complained about the new Cyrillic characters, I declare this is their official release! (I did not change anything since 1.7.0 though). Modified: head/x11-fonts/fantasque-sans-mono/Makefile head/x11-fonts/fantasque-sans-mono/distinfo head/x11-fonts/fantasque-sans-mono/pkg-plist Modified: head/x11-fonts/fantasque-sans-mono/Makefile ============================================================================== --- head/x11-fonts/fantasque-sans-mono/Makefile Wed Apr 20 10:01:15 2016 (r413678) +++ head/x11-fonts/fantasque-sans-mono/Makefile Wed Apr 20 11:44:05 2016 (r413679) @@ -1,11 +1,10 @@ # $FreeBSD$ PORTNAME= fantasque-sans-mono -PORTVERSION= 1.6.5 -PORTREVISION= 1 +PORTVERSION= 1.7.1 CATEGORIES= x11-fonts -MASTER_SITES= https://fontlibrary.org/assets/downloads/${PORTNAME}/db52617ba875d08cbd8e080ca3d9f756/ -DISTNAME= fantasque-sans-mono +MASTER_SITES= https://github.com/belluzj/fantasque-sans/releases/download/v${PORTVERSION}/ +DISTNAME= FantasqueSansMono MAINTAINER= rakuco@FreeBSD.org COMMENT= Programming font, designed with functionality in mind @@ -14,7 +13,7 @@ LICENSE= OFL11 NO_BUILD= yes NO_WRKSUBDIR= yes -USES= fonts zip +USES= fonts OPTIONS_DEFINE= DOCS Modified: head/x11-fonts/fantasque-sans-mono/distinfo ============================================================================== --- head/x11-fonts/fantasque-sans-mono/distinfo Wed Apr 20 10:01:15 2016 (r413678) +++ head/x11-fonts/fantasque-sans-mono/distinfo Wed Apr 20 11:44:05 2016 (r413679) @@ -1,2 +1,2 @@ -SHA256 (fantasque-sans-mono.zip) = d55365727c34012ab85c209761e01a236ef9845903dc5b716fa759b6681748a5 -SIZE (fantasque-sans-mono.zip) = 1688873 +SHA256 (FantasqueSansMono.tar.gz) = 96112ca66ae1e1f1b1a138b965c209a46d869e65382241394b6d47936fa65380 +SIZE (FantasqueSansMono.tar.gz) = 2408721 Modified: head/x11-fonts/fantasque-sans-mono/pkg-plist ============================================================================== --- head/x11-fonts/fantasque-sans-mono/pkg-plist Wed Apr 20 10:01:15 2016 (r413678) +++ head/x11-fonts/fantasque-sans-mono/pkg-plist Wed Apr 20 11:44:05 2016 (r413679) @@ -1,5 +1,5 @@ %%FONTSDIR%%/FantasqueSansMono-Bold.otf %%FONTSDIR%%/FantasqueSansMono-BoldItalic.otf -%%FONTSDIR%%/FantasqueSansMono-RegItalic.otf +%%FONTSDIR%%/FantasqueSansMono-Italic.otf %%FONTSDIR%%/FantasqueSansMono-Regular.otf %%PORTDOCS%%%%DOCSDIR%%/README.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604201144.u3KBi5oL015596>