pkgsrc/fonts/dejavu-ttf/Makefile
mef 69381e9f73 Updated fonts/dejavu-ttf to 2.37 (from NEWS file with UTF-8 coding)
--------------------------------
Changes from 2.36 to 2.37

* Fix issue with empty glyphs in condensed typefaces in the released source files.

Changes from 2.35 to 2.36

* Math: added DejaVu Math Tex Gyre by B. Jackowski, P. Strzelczyk and
  P. Pianowski (on behalf of TeX users groups)
* Sans: removed dot of U+06BA in all forms
* Sans: fixed position of three dots of U+06BD in init and medi forms (by
  Denis Jacquerye)
* Sans: corrected direction of contours in U+05E7 (by Lior Halphon)
* Sans: added U+1F643  (by Olleg Samoylov)
* Serif: moved up U+0360-0361 (by Gee Fung Sit 薛至峰)
* Serif: increased spacing of Roman numerals U+2161-2163, U+2165-2168,
  U+216A-216B (by Gee Fung Sit 薛至峰)
* Serif: fixed anchor position of U+00E6 (by Gee Fung Sit 薛至峰)
* Sans: fixed vertical position of U+20BA (by Gee Fung Sit 薛至峰)
* Sans, Serif: fixed glyph height of Block Elements (by Gee Fung Sit 薛至峰)
* Sans, Serif: added U+A698-A699 (by Gee Fung Sit 薛至峰)
* Sans, Mono, Serif: added U+037F (by Gee Fung Sit 薛至峰)
* Mono: added U+0376-0377, U+037B-037D (by Gee Fung Sit 薛至峰)
* Serif: removed duplicate point from U+1D05 (by Gee Fung Sit 薛至峰)
* Mono: added U+20BA, U+20BD (by Gee Fung Sit 薛至峰)
* Sans: added moon symbols U+1F311-1F318 (by Ben Laenen)
2016-07-31 12:09:59 +00:00

52 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.23 2016/07/31 12:09:59 mef Exp $
DISTNAME= dejavu-fonts-ttf-2.37
PKGNAME= ${DISTNAME:S/fonts-//}
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dejavu/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jakllsch@NetBSD.org
HOMEPAGE= http://dejavu.sourceforge.net/
COMMENT= DejaVu family of TrueType fonts
# LICENSE= # complex of severals, see LICENSE file
NO_CONFIGURE= yes
NO_BUILD= yes
FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
FCEGDIR= ${EGDIR}/fontconfig-conf.d
FCCFDIR= ${PKG_SYSCONFDIR}/fontconfig/conf.d
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
MAKE_DIRS+= ${FCCFDIR}
CONF_FILES= ${FCEGDIR}/20-unhint-small-dejavu-sans-mono.conf \
${FCCFDIR}/20-unhint-small-dejavu-sans-mono.conf
CONF_FILES+= ${FCEGDIR}/20-unhint-small-dejavu-sans.conf \
${FCCFDIR}/20-unhint-small-dejavu-sans.conf
CONF_FILES+= ${FCEGDIR}/20-unhint-small-dejavu-serif.conf \
${FCCFDIR}/20-unhint-small-dejavu-serif.conf
CONF_FILES+= ${FCEGDIR}/57-dejavu-sans-mono.conf \
${FCCFDIR}/57-dejavu-sans-mono.conf
CONF_FILES+= ${FCEGDIR}/57-dejavu-sans.conf \
${FCCFDIR}/57-dejavu-sans.conf
CONF_FILES+= ${FCEGDIR}/57-dejavu-serif.conf \
${FCCFDIR}/57-dejavu-serif.conf
REQD_DIRS= ${EGDIR}
REQD_DIRS+= ${FCEGDIR}
INSTALLATION_DIRS= share/fonts/X11/TTF ${DOCSDIR} ${FCEGDIR}
do-install:
${INSTALL_DATA} ${WRKSRC}/ttf/*.ttf ${DESTDIR}${FONTS_DIRS.ttf}
${INSTALL_DATA} ${WRKSRC}/fontconfig/*.conf ${DESTDIR}${FCEGDIR}
.for docfile in AUTHORS BUGS LICENSE NEWS README.md
${INSTALL_DATA} ${WRKSRC}/${docfile} ${DESTDIR}${DOCSDIR}
.endfor
.include "../../mk/bsd.pkg.mk"