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.
41 lines
1.2 KiB
Makefile
41 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.21 2015/06/14 12:50:05 markd Exp $
|
|
|
|
DISTNAME= pdftex
|
|
PKGNAME= tex-${DISTNAME}-1.40.11pl37432
|
|
TEXLIVE_REV= 37432
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/pdftex
|
|
COMMENT= TeX extension for direct creation of PDF
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
CONFLICTS+= teTeX-bin<=3.0nb29
|
|
DEPENDS+= tex-dvips-[0-9]*:../../print/tex-dvips
|
|
DEPENDS+= tex-etex-[0-9]*:../../print/tex-etex
|
|
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
|
|
DEPENDS+= tex-kpathsea-[0-9]*:../../print/tex-kpathsea
|
|
DEPENDS+= tex-plain-[0-9]*:../../print/tex-plain
|
|
DEPENDS+= web2c-[0-9]*:../../print/web2c
|
|
|
|
USE_TOOLS+= sh:run
|
|
|
|
REPLACE_SH= bin/simpdftex
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
TEX_FORMATS+= "pdftex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini\\netex pdftex language.def -translate-file=cp227.tcx *etex.ini\\npdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini\\n"
|
|
|
|
TEX_MAP_FILES+= dummy-space.map
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}/bin
|
|
${MV} ${WRKSRC}/texmf-dist/scripts/simpdftex/simpdftex \
|
|
${WRKSRC}/bin/
|
|
|
|
post-install:
|
|
${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/etex
|
|
${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/pdfetex
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|