File: [cvs.NetBSD.org] / pkgsrc / print / tex-tetex / Attic / Makefile (download)
Revision 1.22, Sun Jun 14 12:50:05 2015 UTC (7 years, 7 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base Branch point for: pkgsrc-2015Q2
Changes since 1.21: +8 -9
lines
Update to texlive 2015.
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.
|
# $NetBSD: Makefile,v 1.22 2015/06/14 12:50:05 markd Exp $
DISTNAME= tetex
PKGNAME= tex-${DISTNAME}-3.0.37485
TEXLIVE_REV= 37485
MAINTAINER= minskim@NetBSD.org
COMMENT= Supplementary files for updmap
CONFLICTS= texlive-tetex<=2011nb1
DEPENDS+= dialog>=1.0:../../misc/dialog
DEPENDS+= kpathsea-[0-9]*:../../print/kpathsea
DEPENDS+= tex-kpathsea>=2012nb1:../../print/tex-kpathsea
DEPENDS+= tex-texconfig>=2013:../../print/tex-texconfig
DEPENDS+= tex-texlive.infra-[0-9]*:../../print/tex-texlive.infra
USE_TOOLS+= perl:run sh:run
FILES_SUBST+= UPDMAP_SYS=${PREFIX}/bin/updmap-sys
EVAL_PREFIX+= DIALOG_PREFIX=dialog
EVAL_PREFIX+= KPATHSEA_PREFIX=kpathsea
EVAL_PREFIX+= TEXCONFIG_PREFIX=tex-texconfig
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Setting paths to commands.
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= bin/fmtutil bin/fmtutil-sys bin/kpsetool bin/kpsewhere \
bin/texconfig-dialog bin/texconfig-sys bin/texlinks \
bin/updmap bin/updmap-sys
SUBST_SED.paths+= -e 's,@DIALOG@,${DIALOG_PREFIX}/bin/dialog,g'
SUBST_SED.paths+= -e 's,@FMTUTIL@,${PREFIX}/bin/fmtutil,g'
SUBST_SED.paths+= -e 's,@KPSEWHICH@,${KPATHSEA_PREFIX}/bin/kpsewhich,g'
SUBST_SED.paths+= -e 's,@TEXCONFIG@,${TEXCONFIG_PREFIX}/bin/texconfig,g'
SUBST_SED.paths+= -e 's,@UPDMAP@,${PREFIX}/bin/updmap,g'
REPLACE_PERL= bin/updmap bin/fmtutil texmf-dist/scripts/texlive/mktexlsr.pl
REPLACE_SH= bin/allcm bin/allneeded bin/dvi2fax bin/dvired \
bin/fmtutil-sys bin/kpsetool bin/kpsewhere \
bin/texconfig-dialog bin/texconfig-sys bin/texlinks \
bin/updmap-sys
PKG_SYSCONFSUBDIR= texmf
MAKE_DIRS+= ${PKG_SYSCONFDIR}/web2c
CONF_FILES+= ${PREFIX}/share/texmf-dist/web2c/updmap.cfg \
${PKG_SYSCONFDIR}/web2c/updmap.cfg
TEX_TEXMF_DIRS+= ${PKG_SYSCONFDIR} ${PREFIX}/share/texmf-dist
.include "../../print/texlive/package.mk"
post-extract:
${MKDIR} ${WRKSRC}/bin
.for script in fmtutil-sys.sh texconfig-dialog.sh \
texconfig-sys.sh texlinks.sh
${MV} ${WRKSRC}/texmf-dist/scripts/texlive/${script} \
${WRKSRC}/bin/${script:S/.sh//}
.endfor
.for script in allcm.sh allneeded.sh dvi2fax.sh dvired.sh kpsetool.sh \
kpsewhere.sh updmap-sys.sh updmap.pl fmtutil.pl
${MV} ${WRKSRC}/texmf-dist/scripts/texlive/${script} \
${WRKSRC}/bin/${script:S/.pl//:S/.sh//}
.endfor
# ${MV} ${WRKSRC}/texmf-dist/scripts/texlive/mktexlsr.pl ${WRKSRC}/bin
# ${RMDIR} -p ${WRKSRC}/texmf-dist/scripts/texlive 2>/dev/null || ${TRUE}
post-install:
${LN} -sf allcm ${DESTDIR}${PREFIX}/bin/allec
${LN} -sf kpsetool ${DESTDIR}${PREFIX}/bin/kpsepath
${LN} -sf kpsetool ${DESTDIR}${PREFIX}/bin/kpsexpand
.include "../../mk/bsd.pkg.mk"