pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-polski{,-doc}: update to 1.3.6



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

description:
tex-polski{,-doc}: update to 1.3.6

A bug fix release: a problem with macros \pauza and \polpauza
in vertical mode has been corrected.

diffstat:

 print/tex-polski-doc/Makefile |   7 +++----
 print/tex-polski-doc/distinfo |   8 ++++----
 print/tex-polski/DESCR        |  16 ++++++++++++----
 print/tex-polski/Makefile     |   9 ++++-----
 print/tex-polski/distinfo     |   8 ++++----
 5 files changed, 27 insertions(+), 21 deletions(-)

diffs (92 lines):

diff -r 5f999ad24bac -r c39a63391ed2 print/tex-polski-doc/Makefile
--- a/print/tex-polski-doc/Makefile     Thu Apr 14 03:16:48 2022 +0000
+++ b/print/tex-polski-doc/Makefile     Thu Apr 14 03:20:20 2022 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 23:34:41 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/14 03:20:20 markd Exp $
 
 DISTNAME=      polski.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.3.4
-TEXLIVE_REV=   44213
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.3.6
+TEXLIVE_REV=   60322
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/polski
 COMMENT=       Documentation for tex-polski
 LICENSE=       lppl-1.2
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5f999ad24bac -r c39a63391ed2 print/tex-polski-doc/distinfo
--- a/print/tex-polski-doc/distinfo     Thu Apr 14 03:16:48 2022 +0000
+++ b/print/tex-polski-doc/distinfo     Thu Apr 14 03:20:20 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:14:23 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/14 03:20:20 markd Exp $
 
-BLAKE2s (tex-polski-44213/polski.doc.tar.xz) = c9dcd9d58c864d6cc391cc4f0f3bbe89f36a46641cff8f83440dc8d3aa6f1bf4
-SHA512 (tex-polski-44213/polski.doc.tar.xz) = d6a7d36c093174c70b22e58b3669a9899d03fee21bcacc5042b17d5d8caa6dc4b098095a3fc1a583b88932865255a720ce355c5c5ee9f40cb7470aede8411ca9
-Size (tex-polski-44213/polski.doc.tar.xz) = 294100 bytes
+BLAKE2s (polski.doc.r60322.tar.xz) = c1fa30ce47ba7c7dff23c2cf65493edb3794f747f4904311f0604a6f0bf1f37f
+SHA512 (polski.doc.r60322.tar.xz) = 755e7625d5ee1e4457e7ee518469d585c9c1e566c57bf147c62195555ae91dadb68f469127cb18a7c30cda1468129db09cb09b1974f5273d41c9491a6e1d5ffc
+Size (polski.doc.r60322.tar.xz) = 284808 bytes
diff -r 5f999ad24bac -r c39a63391ed2 print/tex-polski/DESCR
--- a/print/tex-polski/DESCR    Thu Apr 14 03:16:48 2022 +0000
+++ b/print/tex-polski/DESCR    Thu Apr 14 03:20:20 2022 +0000
@@ -1,4 +1,12 @@
-Tools to typeset documents in Polish using LaTeX2e with Polish
-fonts (the so-called PL fonts), EC fonts or CM fonts. (This
-package was previously known as platex, but has been renamed to
-resolve a name clash.)
+Tools to typeset monolingual Polish documents in LaTeX2e
+without babel or polyglossia. The package loads Polish
+hyphenation patterns, ensures that a font encoding suitable for
+Polish is used; in particular it enables Polish adaptation of
+Computer Modern fonts (the so-called PL fonts), provides
+translations of \today and names like "Bibliography" or
+"Chapter", redefines math symbols according to Polish
+typographical tradition, provides macros for dashes according
+to Polish orthography, provides a historical input method for
+"Polish characters", works with traditional TeX as well as with
+Unicode aware variants. (This package was previously known as
+platex, but has been renamed to resolve a name clash.)
diff -r 5f999ad24bac -r c39a63391ed2 print/tex-polski/Makefile
--- a/print/tex-polski/Makefile Thu Apr 14 03:16:48 2022 +0000
+++ b/print/tex-polski/Makefile Thu Apr 14 03:20:20 2022 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 23:34:41 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/14 03:20:20 markd Exp $
 
 DISTNAME=      polski
-PKGNAME=       tex-${DISTNAME}-1.3.4
-TEXLIVE_REV=   44213
+PKGNAME=       tex-${DISTNAME}-1.3.6
+TEXLIVE_REV=   60322
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/polski
 COMMENT=       Typeset Polish documents with LaTeX and Polish fonts
 LICENSE=       lppl-1.2
 
+DEPENDS+=      tex-hyphen-polish-[0-9]*:../../print/tex-hyphen-polish
 DEPENDS+=      tex-pl-[0-9]*:../../fonts/tex-pl
-DEPENDS+=      tex-hyphen-polish-[0-9]*:../../print/tex-hyphen-polish
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5f999ad24bac -r c39a63391ed2 print/tex-polski/distinfo
--- a/print/tex-polski/distinfo Thu Apr 14 03:16:48 2022 +0000
+++ b/print/tex-polski/distinfo Thu Apr 14 03:20:20 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:14:23 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/14 03:20:20 markd Exp $
 
-BLAKE2s (tex-polski-44213/polski.tar.xz) = 68388cf0cddb5b79ebae14f45e7f3019062f9b7d607601c2c3143a52649a3ba7
-SHA512 (tex-polski-44213/polski.tar.xz) = 5a2c466892bdef8a837e4329e5c1ebb6a5bd0ada13d73b04ee1ffe015c589670b5f3a283d1363fece4cb1525c291e831a7ae38fdf2739384bdf52669a4586874
-Size (tex-polski-44213/polski.tar.xz) = 9064 bytes
+BLAKE2s (polski.r60322.tar.xz) = cbfef3008952b0aa90c2790dbaa543e08cb6cad0c632aec4d023f474601aa43a
+SHA512 (polski.r60322.tar.xz) = 24bdb98990f66e89085056e6ad3e0930dd16d0f4bbd07a2c9a49931796e143505276d2025fee21b2b52d927c3b2992d31f4edae4668cdb549f6f00ef43dc1c69
+Size (polski.r60322.tar.xz) = 9296 bytes



Home | Main Index | Thread Index | Old Index