Changes: - increased sup_dest_names_size - partial support for TTC - enable mktexpk by default - patch #2087: Support for CMap namespace - \pdfshellescape is 2 if restricted shell escapes are enabled. - segfault when processing certain TTF fonts - jpg image resolution not set in some cases - \pdfobj file {foo} for files foo that don't end with '\n' - bugfix #4289: \primitive\pdfoutput cannot be queried - bugfix #4288: character width mismatch in font XY.vf ignored - bugfix #993: "/Names array not sorted correctly" - bugfix #606: "Forbidden ... while scanning ???" - bugfix #3253: Bug in Type1 font subsetting - \show\pdfstartlink is wrong - pdf_set_rule() uses incorrect variables - bugfix #2090: enabling LFS breaks PDF inclusion on some systems - t1_log() macro caused problem with some compilers
29 lines
1,023 B
Makefile
29 lines
1,023 B
Makefile
# $NetBSD: Makefile,v 1.7 2010/01/30 00:41:26 minskim Exp $
|
|
# TeX Live Revision 16770
|
|
|
|
DISTNAME= pdftex
|
|
PKGNAME= tex-${DISTNAME}-1.40.10
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= TeX extension for direct creation of PDF
|
|
|
|
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
|
|
|
|
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_TEXMF_DIRS+= ${PREFIX}/share/texmf
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
|
|
post-install:
|
|
${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/etex
|
|
${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/pdfetex
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|