476fe13090
Update 2015-12-04: The official release of Inconsolata is at Google Fonts, and official upstream is on github. These versions have better Windows hinting and some fixes. 20 March 2017 (Marc Foley) Inconsolata v 2.001 - Fixed bug in google/fonts “Inconsolata: inconsistent ss03, #611” 19 August 2016 (Alexei Vanyashin) Inconsolata v 2.000 — Extended charset to GF Latin Plus, GF Latin Pro — Added custom characters — Improved outline quality 21 September 2015 (Dave Crossland) Inconsolata bold v. 1.016 - Fixed internal metadata - Updated ttfautohint to v1.3 18 September 2012 (Alexei Vanyashin) Inconsolata bold v. 1.014 - Fixed spacing issue associated with the character "4" and "0" - Applied ttfautohint (to fix windows rendering problem that occurred in v 1.000) 7 December 2011 (Kirill Tkachev) Inconsolata Bold v. 1.000 - Completed Bold version of Inconsolata in VBF format.
29 lines
712 B
Makefile
29 lines
712 B
Makefile
# $NetBSD: Makefile,v 1.14 2019/07/29 08:43:17 nia Exp $
|
|
|
|
PKGNAME= inconsolata-ttf-2.001
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/fonts/raw/${TAG}/ofl/inconsolata/}
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
DISTFILES+= Inconsolata-Bold.ttf
|
|
DISTFILES+= Inconsolata-Regular.ttf
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.levien.com/type/myfonts/inconsolata.html
|
|
COMMENT= Inconsolata TrueType font
|
|
LICENSE= ofl-v1.1
|
|
|
|
TAG= efcbdc5d93ada0d4f9fa83389aba7cdbc797606f
|
|
|
|
CONFLICTS= inconsolata-[0-9]*
|
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
do-extract:
|
|
.for file in ${DISTFILES}
|
|
${CP} ${_DISTDIR}/${file} ${WRKSRC}/${file}
|
|
.endfor
|
|
|
|
.include "../../mk/fonts.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|