pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/xetex Update xetex to 0.99991



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a682662e913e
branches:  trunk
changeset: 650642:a682662e913e
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Apr 25 11:24:54 2015 +0000

description:
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:

 print/xetex/Makefile |  10 +++++-----
 print/xetex/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r 4e79000a4097 -r a682662e913e print/xetex/Makefile
--- a/print/xetex/Makefile      Sat Apr 25 11:19:18 2015 +0000
+++ b/print/xetex/Makefile      Sat Apr 25 11:24:54 2015 +0000
@@ -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@localhost
@@ -26,6 +25,7 @@
 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 -r 4e79000a4097 -r a682662e913e print/xetex/distinfo
--- a/print/xetex/distinfo      Sat Apr 25 11:19:18 2015 +0000
+++ b/print/xetex/distinfo      Sat Apr 25 11:24:54 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index