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 Jun 17 10:39:31 UTC 2023

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

Log Message:
tex-polyglossia{,.doc}: update to 1.63

Bug fixes:
‣ Language options are now lowercased before they are handled.
  This fixes errors when using the options in \MakeUppercase
  context (e.g., in headings).
‣ Fix casing value for medieval Latin (this concerns ⟨u⟩ and
  ⟨V⟩ casing).
‣ Remove hacks in some gloss files where \MakeUppercase has been
  redefined to a no-op since the respective scripts do not have
  uppercasing. As \MakeUppercase is now locale-aware, these hacks
  are no longer needed. This concerns Arabic, Divehi, Hebrew,
  Hindi, Kurdish, Persian, Punjabi, Syriac, and Urdu.
‣ Fix Eastern (Mashriq) Arabic numbering direction with LuaLaTeX
  for Arabic, Kurdish, Persian, Syriac, and Urdu.
‣ French variant=acadian refers to the Canadian French subvariety
  as spoken in the Acadian region (as opposed to Quebec French).
  To differentiate it we now use a dedicated subtag which can also
  be used to access the language (fr-CA-u-sd-canb).
  Note that Quebec French is currently connected with fr-CA,
  not the more specific fr-CA-u-sd-caqc, although the u extension
  is returned if requested via \BCPdata. In practice, the Canadian
  subvarieties of French are identical currently, anyway.
‣ Do not blindly de-activate the quote character in languages that
  provide shorthands if the shorthands are not used. This allows
  to activate the character with other packages such as csquotes.
‣ Do not flood the LaTeX hooks with redundant French itemlabels
  and footnote settings.
‣ Fix Korean patching of part format with hyperref.
‣ Make Hebrew numerals expandable.
‣ Avoid superfluous writing of language switches to aux file.

New features:
‣ New option capitalyiwn for Armenian.
‣ New option capitaleszett for German.
‣ New option capitaliota for Greek.
‣ New option datei for Serbian.
‣ New option sectionsep for Arabic, Kurdish, Persian, Syriac,
  and Urdu.
‣ Add aliases eastern (= mashriq) and western (= maghrib) to
  Arabic numerals.
‣ New date commands \today*, \todayGen, \todayArabic, and
  \todayRoman (all with starred counterparts) for Serbian.
‣ Implement basic support for variant=ijekavian in Serbian.
‣ Dutch now hyphenates properly on letters with tremata.
  The new option, tremahyphenation, is provided to opt-out
  this feature.
‣ Add shorthands "a, "e, "i, "o, "u, "A, "E, "I, "O, "U,
  "y, and "Y to Dutch.

Interface changes:
‣ All language options are now lowercase by default (though the
  mechanism is case-insensitive anyway). Changes cover Kurdish,
  Sanskrit, Serbian.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/tex-polyglossia/Makefile \
    pkgsrc/print/tex-polyglossia/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/tex-polyglossia/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/tex-polyglossia-doc/Makefile
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/print/tex-polyglossia/Makefile:1.16
--- pkgsrc/print/tex-polyglossia/Makefile:1.15  Sun Jun 11 07:32:57 2023
+++ pkgsrc/print/tex-polyglossia/Makefile       Sat Jun 17 10:39:31 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2023/06/11 07:32:57 markd Exp $
+# $NetBSD: Makefile,v 1.16 2023/06/17 10:39:31 markd Exp $
 
 DISTNAME=      polyglossia
-PKGNAME=       tex-${DISTNAME}-1.62
-TEXLIVE_REV=   66917
+PKGNAME=       tex-${DISTNAME}-1.63
+TEXLIVE_REV=   67322
 
 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.15 pkgsrc/print/tex-polyglossia/distinfo:1.16
--- pkgsrc/print/tex-polyglossia/distinfo:1.15  Sun Jun 11 07:32:57 2023
+++ pkgsrc/print/tex-polyglossia/distinfo       Sat Jun 17 10:39:31 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/06/11 07:32:57 markd Exp $
+$NetBSD: distinfo,v 1.16 2023/06/17 10:39:31 markd Exp $
 
-BLAKE2s (polyglossia.r66917.tar.xz) = 4dc4626765ed02deac99aec46cfcf6056cd898b55b0d03c482c843c3742ba1c3
-SHA512 (polyglossia.r66917.tar.xz) = 30470fa1539ad1bcb69cbc64881c7dec7fa8c8c94147b5628b5ea75f8853e5eedbecbef09b88b6148182b38ebe47fbd625f4119e901a05417bf3bfda607dbfc0
-Size (polyglossia.r66917.tar.xz) = 124632 bytes
+BLAKE2s (polyglossia.r67322.tar.xz) = 202ca1e75afcf34bcaa6a509a98c001da6ff77235506b61b8dbbd69d2bb89e53
+SHA512 (polyglossia.r67322.tar.xz) = 46b640e1d29a6e3157365baac6f8dd81c90b754d68558a660a1b6baed067aa248e64fb186de7ac9b06649f1053f15cd733a09411701fd57cec24825830667d59
+Size (polyglossia.r67322.tar.xz) = 126780 bytes

Index: pkgsrc/print/tex-polyglossia/PLIST
diff -u pkgsrc/print/tex-polyglossia/PLIST:1.8 pkgsrc/print/tex-polyglossia/PLIST:1.9
--- pkgsrc/print/tex-polyglossia/PLIST:1.8      Sat Apr  1 22:09:34 2023
+++ pkgsrc/print/tex-polyglossia/PLIST  Sat Jun 17 10:39:31 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2023/04/01 22:09:34 markd Exp $
+@comment $NetBSD: PLIST,v 1.9 2023/06/17 10:39:31 markd Exp $
 share/texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.map
 share/texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.tec
 share/texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/bengalidigits.map
@@ -126,6 +126,7 @@ share/texmf-dist/tex/latex/polyglossia/g
 share/texmf-dist/tex/latex/polyglossia/gloss-farsi.ldf
 share/texmf-dist/tex/latex/polyglossia/gloss-fi.ldf
 share/texmf-dist/tex/latex/polyglossia/gloss-finnish.ldf
+share/texmf-dist/tex/latex/polyglossia/gloss-fr-CA-u-sd-canb.ldf
 share/texmf-dist/tex/latex/polyglossia/gloss-fr-CA.ldf
 share/texmf-dist/tex/latex/polyglossia/gloss-fr-CH.ldf
 share/texmf-dist/tex/latex/polyglossia/gloss-fr-FR.ldf

Index: pkgsrc/print/tex-polyglossia-doc/Makefile
diff -u pkgsrc/print/tex-polyglossia-doc/Makefile:1.14 pkgsrc/print/tex-polyglossia-doc/Makefile:1.15
--- pkgsrc/print/tex-polyglossia-doc/Makefile:1.14      Sun Jun 11 07:32:57 2023
+++ pkgsrc/print/tex-polyglossia-doc/Makefile   Sat Jun 17 10:39:31 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2023/06/11 07:32:57 markd Exp $
+# $NetBSD: Makefile,v 1.15 2023/06/17 10:39:31 markd Exp $
 
 DISTNAME=      polyglossia.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.62
-TEXLIVE_REV=   66917
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.63
+TEXLIVE_REV=   67322
 
 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.15 pkgsrc/print/tex-polyglossia-doc/distinfo:1.16
--- pkgsrc/print/tex-polyglossia-doc/distinfo:1.15      Sun Jun 11 07:32:57 2023
+++ pkgsrc/print/tex-polyglossia-doc/distinfo   Sat Jun 17 10:39:31 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/06/11 07:32:57 markd Exp $
+$NetBSD: distinfo,v 1.16 2023/06/17 10:39:31 markd Exp $
 
-BLAKE2s (polyglossia.doc.r66917.tar.xz) = 771fbd3b0eda38562c139aa4e0935a2d45f1ff404788014bd35e667bd8550ca0
-SHA512 (polyglossia.doc.r66917.tar.xz) = 2a310ed7f917bbc140be9ed16421638d88673eea238a8ceffea4161d55ab27e36406906029e9014c64547f33f9b8c37165bc055b91a0d3bca37c8f7bc405ad72
-Size (polyglossia.doc.r66917.tar.xz) = 726236 bytes
+BLAKE2s (polyglossia.doc.r67322.tar.xz) = ab5d525b2c3339c9f8b1a7675114c900f15c9730832ef1dc43133cc7a0f0ae90
+SHA512 (polyglossia.doc.r67322.tar.xz) = e439b386e2625daa7ea11752a1b7ebea231a4a26f923c8fa19ca60253f79084b7669678736363729fbfc496cad8c86ededeafff77a48d093821f1facb6c9bfc8
+Size (polyglossia.doc.r67322.tar.xz) = 740004 bytes



Home | Main Index | Thread Index | Old Index