1e2903d897
pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if \pdfinclusionerrorlevel is negative; sync with xpdf 3.04. LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal random number generator and other places. XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling to xetex; internal XDV opcodes changed. MetaPost: New numbersystem binary; new Japanese-enabled upmpost and updvitomp programs, analogous to up*tex. Infrastructure: The fmtutil script has been reimplemented to read fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts (including mktexlsr, mktextfm, mktexpk) now prefer programs in their own directory, instead of always using the existing PATH.
24 lines
600 B
Makefile
24 lines
600 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/06/14 11:19:59 markd Exp $
|
|
|
|
DISTNAME= fontools
|
|
PKGNAME= tex-${DISTNAME}-2015
|
|
TEXLIVE_REV= 37381
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/fontools
|
|
COMMENT= Tools to simplify using fonts (especially TT/OTF ones)
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= bin/afm2afm bin/autoinst bin/ot2kpx
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}/bin
|
|
${MV} ${WRKSRC}/texmf-dist/scripts/fontools/* ${WRKSRC}/bin/
|
|
${RM} -rf ${WRKSRC}/texmf-dist/scripts
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|