Sat Feb 13 11:35:31 2021 UTC ()
tex-polyglossia{,-doc}: update to 1.51

1.50
New features:
 * Polyglossia now uses the Harfbuzz renderer by default with LuaTeX
   output. This brings LuaTeX on par with XeTeX for all scripts.
   The renderer can be changed via the new global luatexrenderer
   option.
 * The (previously inadvertently working) hyphenrules environment that
   ceased to work after a recent babel update is back and now
   officially supported. The environment now also supports language
   options and aliases.
 * New command \setlanghyphenmins to adapt hyphenation thresholds of
   languages and varieties.
 * New command \abjadalph for Arabic with corresponding option.
 * Replace consecutive glues around punctuation by the correct amount
   of space with LuaLaTeX for French, ecclesiastic Latin, and Sanskrit.

1.50a
This is a minor release that fixes a regression with Russian and
some classes introduced in v. 1.50

1.51
New features:
  * New option "frenchpart" for French.
  * New option "splithyphens" for Croatian.

Bug fixes:
  * Use new LaTeX core hooks rather than filehook package. This fixes
    a recent breakage of filehook with other external packages.
  * Remove very old code that pretends polyglossia is babel.
  * Fix spelling of Albanian \contentsname.
  * Fix part heading modification in French.
  * Fix extra space in Hebrew.
  * Register main polyglossia language earlier.
  * Allow for hyphenations in words following opening guillemet in
    French with XeTeX.


(markd)
diff -r1.8 -r1.9 pkgsrc/print/tex-polyglossia/Makefile
diff -r1.6 -r1.7 pkgsrc/print/tex-polyglossia/distinfo
diff -r1.7 -r1.8 pkgsrc/print/tex-polyglossia-doc/Makefile
diff -r1.6 -r1.7 pkgsrc/print/tex-polyglossia-doc/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/print/tex-polyglossia/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-polyglossia/Makefile 2020/05/03 11:57:35 1.8
+++ pkgsrc/print/tex-polyglossia/Makefile 2021/02/13 11:35:31 1.9
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.8 2020/05/03 11:57:35 markd Exp $ 1# $NetBSD: Makefile,v 1.9 2021/02/13 11:35:31 markd Exp $
2 2
3DISTNAME= polyglossia 3DISTNAME= polyglossia
4PKGNAME= tex-${DISTNAME}-1.49 4PKGNAME= tex-${DISTNAME}-1.51
5TEXLIVE_REV= 54758 5TEXLIVE_REV= 57098
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/polyglossia 8HOMEPAGE= https://ctan.org/pkg/polyglossia
9COMMENT= An alternative to babel for XeLaTeX and LuaLaTeX 9COMMENT= An alternative to babel for XeLaTeX and LuaLaTeX
10LICENSE= mit AND lppl-1.3c AND cc0-1.0-universal 10LICENSE= mit AND lppl-1.3c AND cc0-1.0-universal
11 11
12DEPENDS+= tex-etoolbox>=2.1d:../../devel/tex-etoolbox 12DEPENDS+= tex-etoolbox>=2.1d:../../devel/tex-etoolbox
13DEPENDS+= tex-filehook-[0-9]*:../../print/tex-filehook 13DEPENDS+= tex-filehook-[0-9]*:../../print/tex-filehook
14DEPENDS+= tex-fontspec>=2.4c:../../fonts/tex-fontspec 14DEPENDS+= tex-fontspec>=2.4c:../../fonts/tex-fontspec
15DEPENDS+= tex-iftex-[0-9]*:../../print/tex-iftex 15DEPENDS+= tex-iftex-[0-9]*:../../print/tex-iftex
16DEPENDS+= tex-makecmds-[0-9]*:../../print/tex-makecmds 16DEPENDS+= tex-makecmds-[0-9]*:../../print/tex-makecmds
17DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval 17DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
18DEPENDS+= xetex>=0.9995.3nb1:../../print/xetex 18DEPENDS+= xetex>=0.9995.3nb1:../../print/xetex

cvs diff -r1.6 -r1.7 pkgsrc/print/tex-polyglossia/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-polyglossia/distinfo 2020/05/03 11:57:35 1.6
+++ pkgsrc/print/tex-polyglossia/distinfo 2021/02/13 11:35:31 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2020/05/03 11:57:35 markd Exp $ 1$NetBSD: distinfo,v 1.7 2021/02/13 11:35:31 markd Exp $
2 2
3SHA1 (polyglossia.r54758.tar.xz) = ba3216f23cfc443931548cd1a05202620bd92e83 3SHA1 (polyglossia.r57098.tar.xz) = 155fedbb76bf1aea2ff27a51d18f6d4beb2cb205
4RMD160 (polyglossia.r54758.tar.xz) = c7badc251a591c8e3cb5a2bd6d4aec88fc58ce50 4RMD160 (polyglossia.r57098.tar.xz) = f38d521739ab2eaf5bb88fc42e1881b9a74d11f9
5SHA512 (polyglossia.r54758.tar.xz) = fa72d0fa9c0d104c3efd863b179edd14319e9e6e7c755d41feb64006dfc48b6f48143b900c526f5cd8ca8692da428e13362c035d0e142078e6b9f90827410b12 5SHA512 (polyglossia.r57098.tar.xz) = 3dcecdaa957e21a3d66aeea9379548e6e51d5d72143a9d1160cfa2742d36f7d5d04d4e4afcc04ca12e84f2c71f328e528f16115418b25996a762e73bb463d975
6Size (polyglossia.r54758.tar.xz) = 112812 bytes 6Size (polyglossia.r57098.tar.xz) = 113852 bytes

cvs diff -r1.7 -r1.8 pkgsrc/print/tex-polyglossia-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-polyglossia-doc/Makefile 2020/05/03 11:57:35 1.7
+++ pkgsrc/print/tex-polyglossia-doc/Makefile 2021/02/13 11:35:31 1.8
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.7 2020/05/03 11:57:35 markd Exp $ 1# $NetBSD: Makefile,v 1.8 2021/02/13 11:35:31 markd Exp $
2 2
3DISTNAME= polyglossia.doc 3DISTNAME= polyglossia.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-1.49 4PKGNAME= tex-${DISTNAME:S/./-/}-1.51
5TEXLIVE_REV= 54758 5TEXLIVE_REV= 57098
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/polyglossia 8HOMEPAGE= https://ctan.org/pkg/polyglossia
9COMMENT= Documentation for tex-polyglossia 9COMMENT= Documentation for tex-polyglossia
10LICENSE= mit AND lppl-1.3c AND cc0-1.0-universal 10LICENSE= mit AND lppl-1.3c AND cc0-1.0-universal
11 11
12.include "../../print/texlive/package.mk" 12.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/print/tex-polyglossia-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-polyglossia-doc/distinfo 2020/05/03 11:57:35 1.6
+++ pkgsrc/print/tex-polyglossia-doc/distinfo 2021/02/13 11:35:31 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2020/05/03 11:57:35 markd Exp $ 1$NetBSD: distinfo,v 1.7 2021/02/13 11:35:31 markd Exp $
2 2
3SHA1 (polyglossia.doc.r54758.tar.xz) = b6460824912203d1c538ea45d8413b723de311fa 3SHA1 (polyglossia.doc.r57098.tar.xz) = 0d01ef9c279e6b6d37feb6cc55bab167ee7b7c67
4RMD160 (polyglossia.doc.r54758.tar.xz) = b63952b421774e40458af892c30231fa28fba35c 4RMD160 (polyglossia.doc.r57098.tar.xz) = c8f681bd97c4c7809be60fae6522c6342a39eb5c
5SHA512 (polyglossia.doc.r54758.tar.xz) = bda2e942a813ff8bd31ae3abf189e0e49aff423935542161c03ed2188f0e97b18416622b0ba64397da9a54d067cc21de8483945459cd09a663737f3779733cb2 5SHA512 (polyglossia.doc.r57098.tar.xz) = e19e864c189fbf815b3a0c0b9b2ac03daa1da0d0bc6471ed2b82355b253c7ff5147ad65cfce53e2b52adc7931df5f99f59923f4f02704533c5dcdf1de90cff85
6Size (polyglossia.doc.r54758.tar.xz) = 569044 bytes 6Size (polyglossia.doc.r57098.tar.xz) = 565252 bytes