Changes: version 2.030 (romans) & version 1.050 (italics) created 2016/06/09 Updates outlines for Q to address interpolation issues. version 2.028 (romans) & version 1.048 (italics) created 2016/06/08 Updates outlines for Q to address CFF hinting issues. Corrects OpenType feature rules relating to capital figures and alternate 1s. Fixes final names for fi and fl ligatures to f_i and f_l. version 2.026 (romans) & version 1.046 (italics) created 2016/06/01 Updates the design of 1s in all styles for better character recognition. Adds alternates for l (lowercase L) and 1. (issue #126) Removes colored artwork from default forms of glyphs. Adds IVSes for emoji representation for pictorial glyphs. version 2.020 (romans) & version 1.040 (italics) created 2016/05/05 Fixes issue #121 for Italic. Updates TT hinting for Block- and Quadrant glyphs (U+2080 -- U+209F). Adds manual TT hints to specific Box Drawing Characters for improved horizontal connection. version 2.015 (romans) & version 1.035 (italics) created 2016/05/02 Redesigns box drawing shades (issue #57). Zeros widths of fraction characters in frac feature (issue #121). Adds TrueType hints to box drawing characters (issue #122). Removes NULL (U+0000) and CR (U+000D) glyphs from TrueType fonts. Gzips SVG table documents.
24 lines
719 B
Makefile
24 lines
719 B
Makefile
# $NetBSD: Makefile,v 1.7 2016/12/03 02:26:54 khorben Exp $
|
|
|
|
DISTNAME= sourcecodepro-fonts-1.050
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= https://github.com/adobe-fonts/source-code-pro/archive/2.030R-ro/
|
|
DISTFILES= 1.050R-it.tar.gz
|
|
DIST_SUBDIR= ${DISTNAME}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://adobe-fonts.github.io/source-code-pro/
|
|
COMMENT= Set of monospaced OpenType fonts designed for coding environments
|
|
LICENSE= ofl-v1.1
|
|
|
|
WRKSRC= ${WRKDIR}/source-code-pro-2.030R-ro-1.050R-it
|
|
|
|
USE_LANGUAGES= # none
|
|
NO_BUILD= yes
|
|
FONTS_DIR= ${PREFIX}/share/fonts/sourcecodepro
|
|
INSTALLATION_DIRS= share/fonts/sourcecodepro
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/OTF/*.otf ${DESTDIR}${FONTS_DIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|