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.
This commit is contained in:
parent
0b9eb91f52
commit
0a3a883a65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344028
8 changed files with 16 additions and 13 deletions
1
MOVED
1
MOVED
|
@ -5448,3 +5448,4 @@ irc/trickyirc||2014-02-10|Abandonware, segfaults, no releases in 15 years
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (cosmic-sans-neue-mono.zip) = 54a660dd16d4e32aeaa65cd0cc28c94eb31fee368bf7b0cba6591d78b68a40bf
|
||||
SIZE (cosmic-sans-neue-mono.zip) = 393279
|
|
@ -1,5 +0,0 @@
|
|||
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
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@ -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
|
2
x11-fonts/fantasque-sans-mono/distinfo
Normal file
2
x11-fonts/fantasque-sans-mono/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (fantasque-sans-mono.zip) = fbde521ca16233f2a9d2cbfa040edff0f0efcd6ae261b22382002bfda73cfbab
|
||||
SIZE (fantasque-sans-mono.zip) = 1434592
|
|
@ -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
|
7
x11-fonts/fantasque-sans-mono/pkg-plist
Normal file
7
x11-fonts/fantasque-sans-mono/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
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%%
|
Loading…
Reference in a new issue