diff options
author | markd <markd@pkgsrc.org> | 2015-04-25 11:24:54 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-04-25 11:24:54 +0000 |
commit | 508ea4710d01cf6683997f2a3d897d3854283248 (patch) | |
tree | a5686859033ba5c66a499038beb1cbeddbb202f1 /print/xetex | |
parent | 0debe01eed6e46a7660987818fc21f62ee7e90ec (diff) | |
download | pkgsrc-508ea4710d01cf6683997f2a3d897d3854283248.tar.gz |
Update xetex to 0.99991
* Drop build date from --version output.
* Drop Mac-specific image loading code, as it makes little sense after we
dropped xdv2pdf. Supported image formats are the same on all platforms now.
* Fix OpenType math cut-ins support which was not always working properly.
* Avoid Unicode compatibility decomposition fallback for characters not
supported by the font as it often result in loss of essential characteristics
(like using regular Latin characters in place of missing math fraktur ones).
Non compatibility decomposition and composition fallback is still supported.
* For hybrid OpenType/Graphite fonts, we now prefer using OpenType for
compatibility with pre-0.9999 XeTeX.
* Fix many memory leaks when using AAT fonts on Mac.
* The language font option when loading Graphite fonts in now treated as a
BCP 47 language tag not and OpenType one.
* Various Unicode fixes for Windows console (thanks to TANAKA Takuji).
* Respect vertical glyph positioning with AAT fonts (fixes, for example,
rendering of the new Arabic fonts in Mac OS X 10.9).
Diffstat (limited to 'print/xetex')
-rw-r--r-- | print/xetex/Makefile | 10 | ||||
-rw-r--r-- | print/xetex/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/print/xetex/Makefile b/print/xetex/Makefile index bc665b24aae..5348abc1811 100644 --- a/print/xetex/Makefile +++ b/print/xetex/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2015/04/06 08:17:37 adam Exp $ +# $NetBSD: Makefile,v 1.37 2015/04/25 11:24:54 markd Exp $ -DISTNAME= texlive-20130530-source -PKGNAME= xetex-0.9999.3 -PKGREVISION= 9 +DISTNAME= texlive-20140525-source +PKGNAME= xetex-0.99991 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2013/ +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ EXTRACT_SUFX= .tar.xz MAINTAINER= minskim@NetBSD.org @@ -26,6 +25,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake lex perl pkg-config yacc CONFIGURE_ARGS+= --disable-aleph --disable-etex --disable-pdftex \ --disable-luatex --disable-mf --disable-mf-nowin \ + --disable-luajittex \ --disable-mp \ --disable-ptex --disable-eptex --disable-uptex --disable-euptex \ --disable-web-progs \ diff --git a/print/xetex/distinfo b/print/xetex/distinfo index b675a6c22b0..02ae9d041c4 100644 --- a/print/xetex/distinfo +++ b/print/xetex/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2013/12/03 22:25:34 minskim Exp $ +$NetBSD: distinfo,v 1.15 2015/04/25 11:24:54 markd Exp $ -SHA1 (texlive-20130530-source.tar.xz) = 42f0a6fa3f49435991182f14e01276b2ee3fce61 -RMD160 (texlive-20130530-source.tar.xz) = 2d779ae5de979be86a9258b224dfc15cbcd76b18 -Size (texlive-20130530-source.tar.xz) = 179963948 bytes +SHA1 (texlive-20140525-source.tar.xz) = 8cb283ad26b1fe18e1089820cf64ecc63d8224e8 +RMD160 (texlive-20140525-source.tar.xz) = c9fb954e63e700d06aa0cf40c37cdb40eaac84a2 +Size (texlive-20140525-source.tar.xz) = 41657688 bytes SHA1 (patch-texk_web2c_xetexdir_XeTeX__ext.c) = a83e842b567db6acb35cfab5303a7e96845fa953 |