62a4ba308b
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.
39 lines
1 KiB
Makefile
39 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.9 2015/06/14 12:50:05 markd Exp $
|
|
|
|
DISTNAME= pdftools
|
|
PKGNAME= tex-${DISTNAME}-0.86
|
|
TEXLIVE_REV= 37078
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= PDF-related utilities, including PostScript-to-PDF conversion
|
|
LICENSE= public-domain
|
|
|
|
CONFLICTS= texlive-pdftools<2011
|
|
DEPENDS+= tex-epstopdf-[0-9]*:../../graphics/tex-epstopdf
|
|
DEPENDS+= tex-oberdiek>=2011:../../print/tex-oberdiek
|
|
DEPENDS+= tex-pst-pdf-[0-9]*:../../graphics/tex-pst-pdf
|
|
DEPENDS+= web2c-[0-9]*:../../print/web2c
|
|
|
|
EVAL_PREFIX+= EPSTOPDF_PREFIX=tex-epstopdf
|
|
USE_TOOLS+= perl:run
|
|
|
|
REPLACE_PERL+= bin/e2pall
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_MESSAGE.paths= Setting paths to commands.
|
|
SUBST_STAGE.paths= pre-configure
|
|
SUBST_FILES.paths= bin/e2pall
|
|
SUBST_SED.paths+= -e 's,@EPSTOPDF@,${EPSTODPF_PREFIX}/bin/epstopdf,g'
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
TEX_TEXMF_DIRS= # empty
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "options.mk"
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}/bin
|
|
${MV} ${WRKSRC}/texmf-dist/scripts/texlive/e2pall.pl \
|
|
${WRKSRC}/bin/e2pall
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|