pkgsrc/fonts/dejavu-ttf/Makefile
jakllsch e944864c4a Update dejavu-ttf to 2.32.
Upstream change log from 2.31 to 2.32:
 * added to Sans: Latin small letter p with stroke (U+1D7D), Latin capital letter p with stroke through descender (U+A750), Latin small letter p with stroke through descender (U+A751), Latin capital letter thorn with stroke (U+A764), Latin small letter thorn with stroke (U+A765), Latin capital letter thorn with stroke through descender (U+A766), Latin small letter thorn with stroke through descender (U+A767), Latin capital letter q with stroke through descender (U+A756), Latin small letter q with stroke through descender (U+A757), Latin capital letter p with flourish (U+A752), Latin small letter p with flourish (U+A753)
 * add new Indian rupee symbol (U+20B9) to Sans, Serif and Mono (although standardization in Unicode not complete yet, UTC did assign this code point)
 * Sans: adjusted U+0E3F, U+20AB, U+20AD-U+20AE, U+20B1, U+20B5, U+20B8 to have them take up the same width as digits
 * added U+23E8 to Sans
 * fixed numerous bugs (#22579, #28189, #28977, N'Ko in Windows, fixed U+FB4F, anchors for U+0332-U+0333, made extensions in Misc. Technical connect, and other small fixes)
 * added looptail g as stylistic variant to Serif
 * added the remaining precomposed characters in Latin Extended Additional in Serif
 * added Georgian Mkhedruli (U+10D0-U+10FC) to Sans ExtraLight
 * fix spacing in hinting of U+042E in Mono
 * replaced U+2650 and minor changes to U+2640-U+2642, U+2699, U+26A2-U+26A5, U+26B2-U+26B5, U+26B8 in Sans
 * added U+1E9C-U+1E9D, U+1EFA-U+1EFB, U+2028-U+2029, U+20B8, U+2150-U+2152, U+2189, U+26C0-U+26C3, U+A722-U+A725, U+1F030-U+1F093 to Sans
 * added U+1E9C-U+1E9E, U+1EFA-U+1EFB, U+2028-U+2029, U+20B8, U+2181-U+2182, U+2185 U+A722-U+A725, to Sans ExtraLight
 * added U+20B8, U+22A2-U+22A5, U+A722-U+A725 to Mono
 * added U+02CD, U+01BF, U+01F7, U+0222-U+0223, U+0243-U+0244, U+0246-U+024F, U+2150-U+2152, U+2189, U+239B-U+23AD and U+A73D to Serif
2010-09-11 18:41:09 +00:00

55 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.16 2010/09/11 18:41:09 jakllsch Exp $
#
DISTNAME= dejavu-fonts-ttf-2.32
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
PKG_DESTDIR_SUPPORT= user-destdir
USE_X11BASE= yes
NO_CONFIGURE= yes
NO_BUILD= yes
FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/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= lib/X11/fonts/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
${INSTALL_DATA} ${WRKSRC}/${docfile} ${DESTDIR}${DOCSDIR}
.endfor
.include "../../mk/bsd.pkg.mk"