2013-11-25 23:38:16 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
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.
2014-02-13 00:05:10 +01:00
|
|
|
PORTNAME= fantasque-sans-mono
|
2014-12-06 11:59:07 +01:00
|
|
|
PORTVERSION= 1.6.5
|
2015-03-22 00:05:19 +01:00
|
|
|
PORTREVISION= 1
|
2013-11-25 23:38:16 +01:00
|
|
|
CATEGORIES= x11-fonts
|
2014-12-06 11:59:07 +01:00
|
|
|
MASTER_SITES= http://openfontlibrary.org/assets/downloads/${PORTNAME}/db52617ba875d08cbd8e080ca3d9f756/
|
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.
2014-02-13 00:05:10 +01:00
|
|
|
DISTNAME= fantasque-sans-mono
|
2013-11-25 23:38:16 +01:00
|
|
|
|
|
|
|
MAINTAINER= rakuco@FreeBSD.org
|
|
|
|
COMMENT= Programming font, designed with functionality in mind
|
|
|
|
|
|
|
|
LICENSE= OFL11
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
2013-12-25 00:22:35 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
2015-03-22 00:05:19 +01:00
|
|
|
USES= fonts zip
|
2013-11-25 23:38:16 +01:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
do-install:
|
2015-03-22 00:05:19 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
2013-11-25 23:38:16 +01:00
|
|
|
cd ${WRKSRC}/OTF && \
|
2015-03-22 00:05:19 +01:00
|
|
|
${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
|
2013-11-25 23:38:16 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && \
|
|
|
|
${INSTALL_DATA} README.md ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|