pkgsrc/fonts/sourcecodepro-fonts/Makefile

27 lines
751 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2019/11/02 22:24:43 rillig Exp $
DISTNAME= sourcecodepro-fonts-1.050
PKGREVISION= 1
CATEGORIES= fonts
MASTER_SITES= https://github.com/adobe-fonts/source-code-pro/archive/2.030R-ro/
DISTFILES= 1.050R-it.tar.gz
Update to latest version. The versioning is quite confusing (2.010 vs 1.030). I went with the lower version. For the same reason I didn't use the github framework. Changes: Adds italic styles to family. (GitHub issue #6) Adds Powerline symbols. (GitHub issue #43) Adds mathematical operators specifically requested to date. (GitHub issue #49) Adds geometric shapes specifically requested to date. (GitHub issue #51) Changes vendor ID from ADBE to ADBO. (GitHub issue #80) Updates name table to remove full license text. (GitHub issue #83) Increases length of em dash. (GitHub issue #85) Adds character variants features (ccXX). Adds support for some extended Latin (IPA). Adds characters to fully support WGL4 standard. Adds characters that were missing for Arabic and Hebrew transliteration schemes. Adds a few emoji characters. Adds SVG colored versions of these characters: ☑ ✓ ♪ ♫ ♥ ♦ ☺ ☻ ❤ ☕ 💩 🤖 🔒 Nudges the dot accent up to prevent from collapsing in CFF fonts. Adjusts design and positioning of cedillas. Updates the design of the following glyphs in intermediate weights, thanks to intermediate master: B, M, N, W, e, g, m, w, Bstroke, Hbar, Oslash, Tbar, Eth, ae, bstroke, dcroat, eogonek, hbar, oslash, oe, eth, zero.0, zero.0o, zero.0c, e.sups Updates design of ringhalfleftmod, ringhalfrightmod. The following changes only apply to the Roman fonts: Adds support for Greek and Cyrillic. (GitHub issues #48 & #85) Adds alternate lowercase i with foot serifs (ss04 – stylistic set 4).
2016-06-11 20:55:07 +02:00
DIST_SUBDIR= ${DISTNAME}
MAINTAINER= ryoon@NetBSD.org
2016-01-19 00:07:24 +01:00
HOMEPAGE= https://adobe-fonts.github.io/source-code-pro/
COMMENT= Set of monospaced OpenType fonts designed for coding environments
2013-04-08 03:42:39 +02:00
LICENSE= ofl-v1.1
WRKSRC= ${WRKDIR}/source-code-pro-2.030R-ro-1.050R-it
Update to latest version. The versioning is quite confusing (2.010 vs 1.030). I went with the lower version. For the same reason I didn't use the github framework. Changes: Adds italic styles to family. (GitHub issue #6) Adds Powerline symbols. (GitHub issue #43) Adds mathematical operators specifically requested to date. (GitHub issue #49) Adds geometric shapes specifically requested to date. (GitHub issue #51) Changes vendor ID from ADBE to ADBO. (GitHub issue #80) Updates name table to remove full license text. (GitHub issue #83) Increases length of em dash. (GitHub issue #85) Adds character variants features (ccXX). Adds support for some extended Latin (IPA). Adds characters to fully support WGL4 standard. Adds characters that were missing for Arabic and Hebrew transliteration schemes. Adds a few emoji characters. Adds SVG colored versions of these characters: ☑ ✓ ♪ ♫ ♥ ♦ ☺ ☻ ❤ ☕ 💩 🤖 🔒 Nudges the dot accent up to prevent from collapsing in CFF fonts. Adjusts design and positioning of cedillas. Updates the design of the following glyphs in intermediate weights, thanks to intermediate master: B, M, N, W, e, g, m, w, Bstroke, Hbar, Oslash, Tbar, Eth, ae, bstroke, dcroat, eogonek, hbar, oslash, oe, eth, zero.0, zero.0o, zero.0c, e.sups Updates design of ringhalfleftmod, ringhalfrightmod. The following changes only apply to the Roman fonts: Adds support for Greek and Cyrillic. (GitHub issues #48 & #85) Adds alternate lowercase i with foot serifs (ss04 – stylistic set 4).
2016-06-11 20:55:07 +02:00
USE_LANGUAGES= # none
NO_BUILD= yes
FONTSDIR= ${PREFIX}/share/fonts/X11/TTF
FONTS_DIRS.ttf= ${FONTSDIR}
INSTALLATION_DIRS= share/fonts/X11/TTF
do-install:
${INSTALL_DATA} ${WRKSRC}/OTF/*.otf ${DESTDIR}${FONTSDIR}
.include "../../mk/bsd.pkg.mk"