diff options
author | markd <markd@pkgsrc.org> | 2015-06-14 12:50:00 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-06-14 12:50:00 +0000 |
commit | 3395bad7e681ebbfa2ff35e90bfdbbcf6a36c504 (patch) | |
tree | 4bebba1a08d6fe1cf0121c506cb4443b2dc1a3bc /print/tex-luatex | |
parent | bda74f9fb98dcedb79666257ea7115731117ccb4 (diff) | |
download | pkgsrc-3395bad7e681ebbfa2ff35e90bfdbbcf6a36c504.tar.gz |
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.
Diffstat (limited to 'print/tex-luatex')
-rw-r--r-- | print/tex-luatex/Makefile | 7 | ||||
-rw-r--r-- | print/tex-luatex/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile index 07d5e20ebbb..beae448601b 100644 --- a/print/tex-luatex/Makefile +++ b/print/tex-luatex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2015/04/23 12:09:18 markd Exp $ +# $NetBSD: Makefile,v 1.15 2015/06/14 12:50:04 markd Exp $ DISTNAME= luatex -PKGNAME= tex-${DISTNAME}-0.70.1pl33828 -TEXLIVE_REV= 33828 +PKGNAME= tex-${DISTNAME}-0.70.1pl37242 +TEXLIVE_REV= 37242 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.luatex.org/ @@ -21,7 +21,6 @@ CONF_FILES+= ${PREFIX}/share/texmf-dist/web2c/texmfcnf.lua \ INSTALLATION_DIRS+= bin TEX_FORMATS+= "luatex luatex language.def,language.dat.lua luatex.ini\\ndviluatex luatex language.def,language.dat.lua dviluatex.ini\\n" -#TEX_FORMATS+= "luatex luatex language.def,language.dat.lua luatex.ini\\ndviluatex luatex language.def,language.dat.lua dviluatex.ini\\nluajittex luajittex language.def,language.dat.lua luatex.ini\\n" .include "../../print/texlive/package.mk" diff --git a/print/tex-luatex/distinfo b/print/tex-luatex/distinfo index 51fcd805d61..fbd2b37d037 100644 --- a/print/tex-luatex/distinfo +++ b/print/tex-luatex/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2015/04/23 12:09:18 markd Exp $ +$NetBSD: distinfo,v 1.12 2015/06/14 12:50:04 markd Exp $ -SHA1 (tex-luatex-33828/luatex.tar.xz) = 5fc75c1ecb1e74b17b6d3e9f0f92146cf25d4f87 -RMD160 (tex-luatex-33828/luatex.tar.xz) = da4f480a95f52d554fd56b9fc64fe19143187dd0 -Size (tex-luatex-33828/luatex.tar.xz) = 12744 bytes +SHA1 (tex-luatex-37242/luatex.tar.xz) = 7707119c8e149877e5f23a909e26fdffa07f5c7e +RMD160 (tex-luatex-37242/luatex.tar.xz) = 54c838ed82630ac6db0e086771288c8057b7d2ac +Size (tex-luatex-37242/luatex.tar.xz) = 12752 bytes |