pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-translations{,-doc}: update to 1.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8554f967428
branches:  trunk
changeset: 376852:e8554f967428
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Apr 14 03:39:52 2022 +0000

description:
tex-translations{,-doc}: update to 1.12

1.12
Add Polish dictionary

1.11
- correct deprecated file hooks
- remove \unexpanded from translated keys
- make nynorsk a dialect of norsk
- don't define the literal string as command but output it directly
- correct some Dutch translations

diffstat:

 print/tex-translations-doc/Makefile |   6 +++---
 print/tex-translations-doc/PLIST    |   6 +++---
 print/tex-translations-doc/distinfo |   8 ++++----
 print/tex-translations/DESCR        |  12 ++++++------
 print/tex-translations/Makefile     |   6 +++---
 print/tex-translations/PLIST        |   3 ++-
 print/tex-translations/distinfo     |   8 ++++----
 7 files changed, 25 insertions(+), 24 deletions(-)

diffs (101 lines):

diff -r 0555937783a9 -r e8554f967428 print/tex-translations-doc/Makefile
--- a/print/tex-translations-doc/Makefile       Thu Apr 14 03:36:05 2022 +0000
+++ b/print/tex-translations-doc/Makefile       Thu Apr 14 03:39:52 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2021/02/20 11:04:57 markd Exp $
+# $NetBSD: Makefile,v 1.3 2022/04/14 03:39:52 markd Exp $
 
 DISTNAME=      translations.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.10a
-TEXLIVE_REV=   57461
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.12
+TEXLIVE_REV=   61896
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/translations
diff -r 0555937783a9 -r e8554f967428 print/tex-translations-doc/PLIST
--- a/print/tex-translations-doc/PLIST  Thu Apr 14 03:36:05 2022 +0000
+++ b/print/tex-translations-doc/PLIST  Thu Apr 14 03:39:52 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/05/22 03:27:50 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/04/14 03:39:52 markd Exp $
 share/texmf-dist/doc/latex/translations/README
-share/texmf-dist/doc/latex/translations/translations_en.pdf
-share/texmf-dist/doc/latex/translations/translations_en.tex
+share/texmf-dist/doc/latex/translations/translations-manual.pdf
+share/texmf-dist/doc/latex/translations/translations-manual.tex
diff -r 0555937783a9 -r e8554f967428 print/tex-translations-doc/distinfo
--- a/print/tex-translations-doc/distinfo       Thu Apr 14 03:36:05 2022 +0000
+++ b/print/tex-translations-doc/distinfo       Thu Apr 14 03:39:52 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:14:57 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/14 03:39:52 markd Exp $
 
-BLAKE2s (translations.doc.r57461.tar.xz) = 62e0eab5739d42d7c18c437df385770739c328d538e90dfdac90b97b6afa501c
-SHA512 (translations.doc.r57461.tar.xz) = e5faff88c1b8f9588e6b7bba20aa3aef9711ee273d79623ea79f90345be6c6420595dcbb5419f87463c2a89b019b8999c330627a74f4f03ebc1af41ee7894006
-Size (translations.doc.r57461.tar.xz) = 503624 bytes
+BLAKE2s (translations.doc.r61896.tar.xz) = bb55aeaad906c0b75e65cc31803863c272b8491870e62c1b5a33e9aeb3301cf5
+SHA512 (translations.doc.r61896.tar.xz) = ab72edcca1d3407eaef679acd3f3d2a49f559e5ca6d9d1ad7221dd76152560be307722155cd4da54215e3b7f561f39e08ae737c70ff2e7fea1ddce2561b506fb
+Size (translations.doc.r61896.tar.xz) = 518100 bytes
diff -r 0555937783a9 -r e8554f967428 print/tex-translations/DESCR
--- a/print/tex-translations/DESCR      Thu Apr 14 03:36:05 2022 +0000
+++ b/print/tex-translations/DESCR      Thu Apr 14 03:39:52 2022 +0000
@@ -1,9 +1,9 @@
 This package (once part of the exsheets package), provides a
 framework for providing multilingual features to a LaTeX
 package. The package has its own basic dictionaries for
-English, Dutch, French, German and Spanish; it aims to use
-translation material for English, Dutch, French, German,
-Italian, Spanish, Catalan, Turkish, Croatian, Hungarian, Danish
-and Portuguese from babel or polyglossia if either is in use in
-the document. (Additional languages from the multilingual
-packages may be possible: ask the author.)
+English, Brazilian, Catalan, Dutch, French, German and Spanish;
+it aims to use translation material for English, Dutch, French,
+German, Italian, Spanish, Catalan, Turkish, Croatian,
+Hungarian, Danish and Portuguese from babel or polyglossia if
+either is in use in the document. (Additional languages from
+the multilingual packages may be possible: ask the author.)
diff -r 0555937783a9 -r e8554f967428 print/tex-translations/Makefile
--- a/print/tex-translations/Makefile   Thu Apr 14 03:36:05 2022 +0000
+++ b/print/tex-translations/Makefile   Thu Apr 14 03:39:52 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2021/02/20 11:04:57 markd Exp $
+# $NetBSD: Makefile,v 1.3 2022/04/14 03:39:52 markd Exp $
 
 DISTNAME=      translations
-PKGNAME=       tex-${DISTNAME}-1.10a
-TEXLIVE_REV=   57461
+PKGNAME=       tex-${DISTNAME}-1.12
+TEXLIVE_REV=   61896
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/translations
diff -r 0555937783a9 -r e8554f967428 print/tex-translations/PLIST
--- a/print/tex-translations/PLIST      Thu Apr 14 03:36:05 2022 +0000
+++ b/print/tex-translations/PLIST      Thu Apr 14 03:39:52 2022 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2021/02/20 11:04:57 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/04/14 03:39:52 markd Exp $
 share/texmf-dist/tex/latex/translations/translations-basic-dictionary-brazil.trsl
 share/texmf-dist/tex/latex/translations/translations-basic-dictionary-catalan.trsl
 share/texmf-dist/tex/latex/translations/translations-basic-dictionary-dutch.trsl
 share/texmf-dist/tex/latex/translations/translations-basic-dictionary-english.trsl
 share/texmf-dist/tex/latex/translations/translations-basic-dictionary-french.trsl
 share/texmf-dist/tex/latex/translations/translations-basic-dictionary-german.trsl
+share/texmf-dist/tex/latex/translations/translations-basic-dictionary-polish.trsl
 share/texmf-dist/tex/latex/translations/translations-basic-dictionary-spanish.trsl
 share/texmf-dist/tex/latex/translations/translations.sty
diff -r 0555937783a9 -r e8554f967428 print/tex-translations/distinfo
--- a/print/tex-translations/distinfo   Thu Apr 14 03:36:05 2022 +0000
+++ b/print/tex-translations/distinfo   Thu Apr 14 03:39:52 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:14:56 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/14 03:39:52 markd Exp $
 
-BLAKE2s (translations.r57461.tar.xz) = ef72dc91380019edf6796c45e25cc508ca5fdb7151ef96c5e03f1bff5371a2b1
-SHA512 (translations.r57461.tar.xz) = bc85fb20313e9e1e6eca3373eb1fa58f0dd3971c04039ead0cdff9479f9d8a2f7ace407bfef0b7a5caa9194573911e3cd0dafda51243db34e922d39af42b0f1e
-Size (translations.r57461.tar.xz) = 12820 bytes
+BLAKE2s (translations.r61896.tar.xz) = d372e50efa63111fda14025437639acbc24bbf973bbf19f002d1f0bb3b71388d
+SHA512 (translations.r61896.tar.xz) = 82d2a821c42bda66658f8557d85f2c52bee6324c88cf44e5440cac4de5bf7e938a3e37f7fe2371069a923c1f3fb794f8860274765054f902eaba560ea195297f
+Size (translations.r61896.tar.xz) = 13476 bytes



Home | Main Index | Thread Index | Old Index