Fri Jan 21 17:32:29 2011 UTC ()
Update tex-fontspec{,-doc} to 2.1e.

Changes:
    * Internal changes for luatexbase v0.3.
    * Bug fix when \itdefault is "sl" rather than "it".
      E.g., when using the "slides" class.
    * Minor internal changes, including merging some code from unicode-math.
    * New documentation for defining custom kerning and ligatures
      when using LuaLaTeX.
    * Fix bug when defining bold italic fonts by filename.
    * Avoid infinite loop when the Latin script is requested for a font
      that does not contain it. TODO: a suitable fallback script should be
      chosen; right now we just ignore the script selection.
    * Fix for bug introduced in the last release:
      small caps weren't being automatically selected correctly
    * Fix for colours bug introduced in the last update
    * Fix for for bad interaction with LuaLaTeX and fallback fonts
      (such as using \slshape when no slanted font specified)
    * Behaviour/messaging improvement when scripts/languages are requested
      that do not exist in the font
    * Fix bug with detecting font features/scripts in some cases with:
        - `\fontspec_if_feature:n(TF)`
        - `\fontspec_if_language:n(TF)`
        - `\fontspec_if_current_script:n(TF)`
        - `\fontspec_if_current_language:n(TF)`
    * Some messages in the log file are improved
    * Code for "visible space" fixed for LuaLaTeX use
    * Lots of internal changes to bring the implementation closer
      to being "native expl3".


(minskim)
diff -r1.3 -r1.4 pkgsrc/fonts/tex-fontspec/Makefile
diff -r1.3 -r1.4 pkgsrc/fonts/tex-fontspec/distinfo
diff -r1.3 -r1.4 pkgsrc/fonts/tex-fontspec-doc/Makefile
diff -r1.3 -r1.4 pkgsrc/fonts/tex-fontspec-doc/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/fonts/tex-fontspec/Makefile (expand / switch to unified diff)

--- pkgsrc/fonts/tex-fontspec/Makefile 2010/09/19 14:21:29 1.3
+++ pkgsrc/fonts/tex-fontspec/Makefile 2011/01/21 17:32:29 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2010/09/19 14:21:29 minskim Exp $ 1# $NetBSD: Makefile,v 1.4 2011/01/21 17:32:29 minskim Exp $
2 2
3DISTNAME= fontspec 3DISTNAME= fontspec
4PKGNAME= tex-${DISTNAME}-2.1 4PKGNAME= tex-${DISTNAME}-2.1e
5TEXLIVE_REV= 19796 5TEXLIVE_REV= 20472
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8COMMENT= Advanced font selection in XeLaTeX and LuaLaTeX 8COMMENT= Advanced font selection in XeLaTeX and LuaLaTeX
9 9
10DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex 10DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
11DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex 11DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
12DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools 12DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
13DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval 13DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
14 14
15.include "../../print/texlive/package.mk" 15.include "../../print/texlive/package.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/fonts/tex-fontspec/distinfo (expand / switch to unified diff)

--- pkgsrc/fonts/tex-fontspec/distinfo 2010/09/19 14:21:29 1.3
+++ pkgsrc/fonts/tex-fontspec/distinfo 2011/01/21 17:32:29 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2010/09/19 14:21:29 minskim Exp $ 1$NetBSD: distinfo,v 1.4 2011/01/21 17:32:29 minskim Exp $
2 2
3SHA1 (tex-fontspec-19796/fontspec.tar.xz) = 5877ee8c343149c495eac6463d2171905fe7ff1a 3SHA1 (tex-fontspec-20472/fontspec.tar.xz) = 7646a17de6a75241afe5a545b96eb7fe96a477a9
4RMD160 (tex-fontspec-19796/fontspec.tar.xz) = 553d4197a413e6a5ee8a3df197204a591e1e9326 4RMD160 (tex-fontspec-20472/fontspec.tar.xz) = f53eb78f2f2bac671c3020f3f838322e7fdfded1
5Size (tex-fontspec-19796/fontspec.tar.xz) = 17108 bytes 5Size (tex-fontspec-20472/fontspec.tar.xz) = 17692 bytes

cvs diff -r1.3 -r1.4 pkgsrc/fonts/tex-fontspec-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/fonts/tex-fontspec-doc/Makefile 2010/09/19 14:21:29 1.3
+++ pkgsrc/fonts/tex-fontspec-doc/Makefile 2011/01/21 17:32:29 1.4
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1# $NetBSD: Makefile,v 1.3 2010/09/19 14:21:29 minskim Exp $ 1# $NetBSD: Makefile,v 1.4 2011/01/21 17:32:29 minskim Exp $
2 2
3DISTNAME= fontspec.doc 3DISTNAME= fontspec.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-2.1 4PKGNAME= tex-${DISTNAME:S/./-/}-2.1e
5TEXLIVE_REV= 19796 5TEXLIVE_REV= 20472
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8COMMENT= Documentation for tex-fontspec 8COMMENT= Documentation for tex-fontspec
9 9
10.include "../../print/texlive/package.mk" 10.include "../../print/texlive/package.mk"
11.include "../../mk/bsd.pkg.mk" 11.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/fonts/tex-fontspec-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/fonts/tex-fontspec-doc/distinfo 2010/09/19 14:21:29 1.3
+++ pkgsrc/fonts/tex-fontspec-doc/distinfo 2011/01/21 17:32:29 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2010/09/19 14:21:29 minskim Exp $ 1$NetBSD: distinfo,v 1.4 2011/01/21 17:32:29 minskim Exp $
2 2
3SHA1 (tex-fontspec-19796/fontspec.doc.tar.xz) = c033d38d249a45e0cda49c27bb882841f768bdfc 3SHA1 (tex-fontspec-20472/fontspec.doc.tar.xz) = 2449d515fd992fe8d6a25571e337997f4afd461d
4RMD160 (tex-fontspec-19796/fontspec.doc.tar.xz) = 9687bfe2a0c23cc90aa03d3e1ff13627420adddb 4RMD160 (tex-fontspec-20472/fontspec.doc.tar.xz) = 2cf12025956cd4d79a545314a4dc972a929e9881
5Size (tex-fontspec-19796/fontspec.doc.tar.xz) = 2836952 bytes 5Size (tex-fontspec-20472/fontspec.doc.tar.xz) = 2864772 bytes