Date: Wed, 12 Feb 2014 23:05:10 +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: r344028 - in head: . x11-fonts x11-fonts/cosmic-sans-neue-mono x11-fonts/fantasque-sans-mono Message-ID: <201402122305.s1CN5AEf036194@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Wed Feb 12 23:05:10 2014 New Revision: 344028 URL: http://svnweb.freebsd.org/changeset/ports/344028 QAT: https://qat.redports.org/buildarchive/r344028/ Log: Rename x11-fonts/cosmic-sans-neue-mono to x11-fonts/fantasque-sans-mono, update to 1.6.1. The font was renamed upstream, so follow suit and rename the port. Changes since 1.3.1: 1.3.2 - Various fixes: playing again with bold m, moving accents again, taking care again of Powerline symbols, clean 8 and R. Add a few box drawing characters (for use with vim-indentline). Generate webfonts (goal: this font used for code samples on all cool languages' websites). Add a WIP medium version of the proportional font. 1.4 - Rename font to Fantasque Sans, because fantasque is the new cosmic. Make W look symetrical at big size. 1.4.1 - Drop Reserved Font Name. You can now subset, compress, hint and whatnot without worrying about renaming. Many small improvements (8, s , t, a, e, {, }, W, i, l, g...). 1.5 - Add regular italic version. Some small changes (Q, w, y, n). 1.6 - Add bold italic version. 1.6.1 - Simplify @ to make it look sharp at all sizes. Various fixes. Added: head/x11-fonts/fantasque-sans-mono/ - copied from r344017, head/x11-fonts/cosmic-sans-neue-mono/ Deleted: head/x11-fonts/cosmic-sans-neue-mono/ Modified: head/MOVED head/x11-fonts/Makefile head/x11-fonts/fantasque-sans-mono/Makefile head/x11-fonts/fantasque-sans-mono/distinfo head/x11-fonts/fantasque-sans-mono/pkg-descr head/x11-fonts/fantasque-sans-mono/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Wed Feb 12 22:55:19 2014 (r344027) +++ head/MOVED Wed Feb 12 23:05:10 2014 (r344028) @@ -5448,3 +5448,4 @@ irc/trickyirc||2014-02-10|Abandonware, s databases/p5-DBD-mysql55|databases/p5-DBD-mysql|2014-02-12|If you need a different default MYSQL version, use DEFAULT_VERSIONS databases/p5-DBD-mysql56|databases/p5-DBD-mysql|2014-02-12|If you need a different default MYSQL version, use DEFAULT_VERSIONS textproc/p5-ElasticSearch|textproc/p5-ElasticSearch-legacy|2014-02-12|This version is depricated in favour of the offical client +x11-fonts/cosmic-sans-neue-mono|x11-fonts/fantasque-sans-mono|2014-02-13|Renamed upstream Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Wed Feb 12 22:55:19 2014 (r344027) +++ head/x11-fonts/Makefile Wed Feb 12 23:05:10 2014 (r344028) @@ -24,7 +24,6 @@ SUBDIR += code2001 SUBDIR += comfortaa-ttf SUBDIR += consolamono-ttf - SUBDIR += cosmic-sans-neue-mono SUBDIR += croscorefonts-fonts-ttf SUBDIR += cyberbit-ttfonts SUBDIR += cyr-rfx @@ -35,6 +34,7 @@ SUBDIR += droid-fonts-ttf SUBDIR += ecofont SUBDIR += encodings + SUBDIR += fantasque-sans-mono SUBDIR += farsifonts SUBDIR += fira SUBDIR += fntsample Modified: head/x11-fonts/fantasque-sans-mono/Makefile ============================================================================== --- head/x11-fonts/cosmic-sans-neue-mono/Makefile Wed Feb 12 21:23:24 2014 (r344017) +++ head/x11-fonts/fantasque-sans-mono/Makefile Wed Feb 12 23:05:10 2014 (r344028) @@ -1,10 +1,10 @@ # $FreeBSD$ -PORTNAME= cosmic-sans-neue-mono -PORTVERSION= 1.3.1 +PORTNAME= fantasque-sans-mono +PORTVERSION= 1.6.1 CATEGORIES= x11-fonts -MASTER_SITES= http://openfontlibrary.org/assets/downloads/${PORTNAME}/feb9d273fd3f3068493fd183c589ecff/ -DISTNAME= ${PORTNAME} +MASTER_SITES= http://openfontlibrary.org/assets/downloads/${PORTNAME}/1baf065481fd4829a407040743378130/ +DISTNAME= fantasque-sans-mono MAINTAINER= rakuco@FreeBSD.org COMMENT= Programming font, designed with functionality in mind Modified: head/x11-fonts/fantasque-sans-mono/distinfo ============================================================================== --- head/x11-fonts/cosmic-sans-neue-mono/distinfo Wed Feb 12 21:23:24 2014 (r344017) +++ head/x11-fonts/fantasque-sans-mono/distinfo Wed Feb 12 23:05:10 2014 (r344028) @@ -1,2 +1,2 @@ -SHA256 (cosmic-sans-neue-mono.zip) = 54a660dd16d4e32aeaa65cd0cc28c94eb31fee368bf7b0cba6591d78b68a40bf -SIZE (cosmic-sans-neue-mono.zip) = 393279 +SHA256 (fantasque-sans-mono.zip) = fbde521ca16233f2a9d2cbfa040edff0f0efcd6ae261b22382002bfda73cfbab +SIZE (fantasque-sans-mono.zip) = 1434592 Modified: head/x11-fonts/fantasque-sans-mono/pkg-descr ============================================================================== --- head/x11-fonts/cosmic-sans-neue-mono/pkg-descr Wed Feb 12 21:23:24 2014 (r344017) +++ head/x11-fonts/fantasque-sans-mono/pkg-descr Wed Feb 12 23:05:10 2014 (r344028) @@ -1,4 +1,4 @@ A programming font, designed with functionality in mind, and with some wibbly-wobbly handwriting-like fuzziness that makes it unassumingly cool. -WWW: http://openfontlibrary.org/en/font/cosmic-sans-neue-mono/ +WWW: http://openfontlibrary.org/en/font/fantasque-sans-mono Modified: head/x11-fonts/fantasque-sans-mono/pkg-plist ============================================================================== --- head/x11-fonts/cosmic-sans-neue-mono/pkg-plist Wed Feb 12 21:23:24 2014 (r344017) +++ head/x11-fonts/fantasque-sans-mono/pkg-plist Wed Feb 12 23:05:10 2014 (r344028) @@ -1,5 +1,7 @@ -lib/X11/fonts/cosmic-sans-neue-mono/CosmicSansNeueMono.otf -lib/X11/fonts/cosmic-sans-neue-mono/CosmicSansNeueMonoBold.otf -@dirrm lib/X11/fonts/cosmic-sans-neue-mono +lib/X11/fonts/fantasque-sans-mono/FantasqueSansMono-Bold.otf +lib/X11/fonts/fantasque-sans-mono/FantasqueSansMono-BoldItalic.otf +lib/X11/fonts/fantasque-sans-mono/FantasqueSansMono-RegItalic.otf +lib/X11/fonts/fantasque-sans-mono/FantasqueSansMono-Regular.otf +@dirrm lib/X11/fonts/fantasque-sans-mono %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%@dirrm %%DOCSDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402122305.s1CN5AEf036194>