pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Feb 13 11:35:31 UTC 2021

Modified Files:
        pkgsrc/print/tex-polyglossia: Makefile distinfo
        pkgsrc/print/tex-polyglossia-doc: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/tex-polyglossia/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-polyglossia/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/tex-polyglossia-doc/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-polyglossia-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/tex-polyglossia/Makefile
diff -u pkgsrc/print/tex-polyglossia/Makefile:1.8 pkgsrc/print/tex-polyglossia/Makefile:1.9
--- pkgsrc/print/tex-polyglossia/Makefile:1.8   Sun May  3 11:57:35 2020
+++ pkgsrc/print/tex-polyglossia/Makefile       Sat Feb 13 11:35:31 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2020/05/03 11:57:35 markd Exp $
+# $NetBSD: Makefile,v 1.9 2021/02/13 11:35:31 markd Exp $
 
 DISTNAME=      polyglossia
-PKGNAME=       tex-${DISTNAME}-1.49
-TEXLIVE_REV=   54758
+PKGNAME=       tex-${DISTNAME}-1.51
+TEXLIVE_REV=   57098
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/polyglossia

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

Index: pkgsrc/print/tex-polyglossia-doc/Makefile
diff -u pkgsrc/print/tex-polyglossia-doc/Makefile:1.7 pkgsrc/print/tex-polyglossia-doc/Makefile:1.8
--- pkgsrc/print/tex-polyglossia-doc/Makefile:1.7       Sun May  3 11:57:35 2020
+++ pkgsrc/print/tex-polyglossia-doc/Makefile   Sat Feb 13 11:35:31 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2020/05/03 11:57:35 markd Exp $
+# $NetBSD: Makefile,v 1.8 2021/02/13 11:35:31 markd Exp $
 
 DISTNAME=      polyglossia.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.49
-TEXLIVE_REV=   54758
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.51
+TEXLIVE_REV=   57098
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/polyglossia

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



Home | Main Index | Thread Index | Old Index