pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-babel{,-doc}: update to 3.59
details: https://anonhg.NetBSD.org/pkgsrc/rev/368e41166ce0
branches: trunk
changeset: 453787:368e41166ce0
user: markd <markd%pkgsrc.org@localhost>
date: Thu Jun 03 04:09:47 2021 +0000
description:
tex-babel{,-doc}: update to 3.59
3.59:
* Tentative kashida with user-definable rules (via transforms).
* Fixes:
- \babel at texpdf inconsistently defined
- Partial fix (quotation with CJK).
* Removed doubleletter.hyphen (Norsk), which serves to nothing.
3.58:
* More predefined transforms (lua):
- doubleletter.hyphen: Norsk
- oneletter.nobreak: Czech, Polish, Slovak
- hyphen.repeat: Czech, Polish, Portuguese, Slovak, Spanish
- punctuation.space: Hindi, Sanskrit
- transliteration.hk: Sanskrit
- transliteration.gajica: Serbian
* 'prehyphenation' transforms are now disabled in verbatim.
* New line breaking mode ‘unhyphenated’.
* Fix: \shorthandoff*{^} was not revertible
* Experimental code for Arabic justification (with elongated
forms; lua).
3.57:
* Predefined transforms (lua):
- Arabic: transliteration.dad
- Croatian: digraphs.ligatures
- Greek: diaeresis.hyphen
- Hindi: transliteration.hk
- Hungarian: digraphs.hyphen
* Transforms: {xxxx} syntax also in string=.
* Preliminary code for Uyghur hyphenation (lua).
* magyar as alternative name to hungarian in \babelprovide.
3.56:
* Transforms (\babelprehyphenation, \babelposthyphenation)
- Key 'space', in em units.
- Key 'spacefactor', based on the current word separation.
- Multiple 'insert's allowed.
- Definable in 'ini' files.
- Arbitrary characters in pattern.
* Fixes:
- 'insert' and 'data' didn't always set/get the expected node.
- Hyphen was not shown in Marathi
3.55:
This is primarily a maintenance release, with some minor bugs fixed.
3.54:
* RTL text inside \put (with pict2e) correctly rendered in
typical cases (lua).
* Same for \tikz (lua).
* The main change in internal (loader of ini files refactored).
* Fixes:
- The tentative \foreignlanguage* stopped working.
diffstat:
print/tex-babel-doc/Makefile | 6 +++---
print/tex-babel-doc/distinfo | 10 +++++-----
print/tex-babel/Makefile | 6 +++---
print/tex-babel/PLIST | 3 ++-
print/tex-babel/distinfo | 10 +++++-----
5 files changed, 18 insertions(+), 17 deletions(-)
diffs (77 lines):
diff -r 9f16a1b0009c -r 368e41166ce0 print/tex-babel-doc/Makefile
--- a/print/tex-babel-doc/Makefile Wed Jun 02 23:29:15 2021 +0000
+++ b/print/tex-babel-doc/Makefile Thu Jun 03 04:09:47 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2021/02/13 04:21:00 markd Exp $
+# $NetBSD: Makefile,v 1.20 2021/06/03 04:09:47 markd Exp $
DISTNAME= babel.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-3.53
-TEXLIVE_REV= 57530
+PKGNAME= tex-${DISTNAME:S/./-/}-3.59
+TEXLIVE_REV= 59229
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/babel
diff -r 9f16a1b0009c -r 368e41166ce0 print/tex-babel-doc/distinfo
--- a/print/tex-babel-doc/distinfo Wed Jun 02 23:29:15 2021 +0000
+++ b/print/tex-babel-doc/distinfo Thu Jun 03 04:09:47 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2021/02/13 04:21:00 markd Exp $
+$NetBSD: distinfo,v 1.18 2021/06/03 04:09:47 markd Exp $
-SHA1 (babel.doc.r57530.tar.xz) = 71800278931076f32974f98aac851e7a9436023c
-RMD160 (babel.doc.r57530.tar.xz) = 7b8c99eb7548181626e9da15afa54618a3963504
-SHA512 (babel.doc.r57530.tar.xz) = 9d1a05fb252d6bb95fe43f5dd60b7a769bdaf1942532d17c850233d4ad3cb27f17b9be78051be7d305d88c21177e8f1a5acd12411a578fa845d8cb55964fa42f
-Size (babel.doc.r57530.tar.xz) = 805200 bytes
+SHA1 (babel.doc.r59229.tar.xz) = 51c1ea32b0c014f2dc5b34230010fd8aa2c3691a
+RMD160 (babel.doc.r59229.tar.xz) = 71607d51a23192eaad244746882e2f1e04f214c5
+SHA512 (babel.doc.r59229.tar.xz) = a244609b7d5f13f8ade9f006841318564166771202cfdac69131e071656a8de780600b2330d4697bbf30499a15dd7d83ce56f65cc6c425c39c1667df3fc89e81
+Size (babel.doc.r59229.tar.xz) = 830360 bytes
diff -r 9f16a1b0009c -r 368e41166ce0 print/tex-babel/Makefile
--- a/print/tex-babel/Makefile Wed Jun 02 23:29:15 2021 +0000
+++ b/print/tex-babel/Makefile Thu Jun 03 04:09:47 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2021/02/13 04:21:00 markd Exp $
+# $NetBSD: Makefile,v 1.20 2021/06/03 04:09:47 markd Exp $
DISTNAME= babel
-PKGNAME= tex-${DISTNAME}-3.53
-TEXLIVE_REV= 57530
+PKGNAME= tex-${DISTNAME}-3.59
+TEXLIVE_REV= 59229
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/babel
diff -r 9f16a1b0009c -r 368e41166ce0 print/tex-babel/PLIST
--- a/print/tex-babel/PLIST Wed Jun 02 23:29:15 2021 +0000
+++ b/print/tex-babel/PLIST Thu Jun 03 04:09:47 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2021/02/13 04:21:00 markd Exp $
+@comment $NetBSD: PLIST,v 1.11 2021/06/03 04:09:47 markd Exp $
share/texmf-dist/makeindex/babel/bbglo.ist
share/texmf-dist/makeindex/babel/bbind.ist
share/texmf-dist/tex/generic/babel/UKenglish.sty
@@ -280,6 +280,7 @@
share/texmf-dist/tex/generic/babel/locale/hsb/babel-usorbian.tex
share/texmf-dist/tex/generic/babel/locale/hu/babel-hu.ini
share/texmf-dist/tex/generic/babel/locale/hu/babel-hungarian.tex
+share/texmf-dist/tex/generic/babel/locale/hu/babel-magyar.tex
share/texmf-dist/tex/generic/babel/locale/hy/babel-armenian.tex
share/texmf-dist/tex/generic/babel/locale/hy/babel-hy.ini
share/texmf-dist/tex/generic/babel/locale/ia/babel-ia.ini
diff -r 9f16a1b0009c -r 368e41166ce0 print/tex-babel/distinfo
--- a/print/tex-babel/distinfo Wed Jun 02 23:29:15 2021 +0000
+++ b/print/tex-babel/distinfo Thu Jun 03 04:09:47 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2021/02/13 04:21:00 markd Exp $
+$NetBSD: distinfo,v 1.18 2021/06/03 04:09:47 markd Exp $
-SHA1 (babel.r57530.tar.xz) = a9fb337b5babe66ecb39ad711c7591124b3c002d
-RMD160 (babel.r57530.tar.xz) = 98a0ea908628239889a260773c3b062b4d65f408
-SHA512 (babel.r57530.tar.xz) = 265db659b8cbf507d6e1812da4569f73efa9e42dc76b486e6c5927b5465b56ff73f46c092371279ab19f5c170645a5aefb85faa2f3036c18c8ea8a50b5c7918e
-Size (babel.r57530.tar.xz) = 173424 bytes
+SHA1 (babel.r59229.tar.xz) = bd37a2e93d984ec3314a34297bba2072486fda0c
+RMD160 (babel.r59229.tar.xz) = 0e40ae1adab43d05d972a4e2961c1a0bd30b4eb3
+SHA512 (babel.r59229.tar.xz) = d52e73a76ba52643213c442faea3f2ee4dfd3419440ffbb3b56c592ea0fe2102e538e1841af485ad860cc15be4f6401b908a0574a22b62853a7d251052e9e3f9
+Size (babel.r59229.tar.xz) = 179988 bytes
Home |
Main Index |
Thread Index |
Old Index