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:           Thu Apr 14 03:20:20 UTC 2022

Modified Files:
        pkgsrc/print/tex-polski: DESCR Makefile distinfo
        pkgsrc/print/tex-polski-doc: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-polski/DESCR
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-polski/Makefile \
    pkgsrc/print/tex-polski/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-polski-doc/Makefile \
    pkgsrc/print/tex-polski-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-polski/DESCR
diff -u pkgsrc/print/tex-polski/DESCR:1.1 pkgsrc/print/tex-polski/DESCR:1.2
--- pkgsrc/print/tex-polski/DESCR:1.1   Tue Sep 20 13:03:11 2016
+++ pkgsrc/print/tex-polski/DESCR       Thu Apr 14 03:20:20 2022
@@ -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.)

Index: pkgsrc/print/tex-polski/Makefile
diff -u pkgsrc/print/tex-polski/Makefile:1.4 pkgsrc/print/tex-polski/Makefile:1.5
--- pkgsrc/print/tex-polski/Makefile:1.4        Sat Jan 18 23:34:41 2020
+++ pkgsrc/print/tex-polski/Makefile    Thu Apr 14 03:20:20 2022
@@ -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-pl-[0-9]*:../../fonts/tex-pl
 DEPENDS+=      tex-hyphen-polish-[0-9]*:../../print/tex-hyphen-polish
+DEPENDS+=      tex-pl-[0-9]*:../../fonts/tex-pl
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-polski/distinfo
diff -u pkgsrc/print/tex-polski/distinfo:1.4 pkgsrc/print/tex-polski/distinfo:1.5
--- pkgsrc/print/tex-polski/distinfo:1.4        Tue Oct 26 11:14:23 2021
+++ pkgsrc/print/tex-polski/distinfo    Thu Apr 14 03:20:20 2022
@@ -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

Index: pkgsrc/print/tex-polski-doc/Makefile
diff -u pkgsrc/print/tex-polski-doc/Makefile:1.4 pkgsrc/print/tex-polski-doc/Makefile:1.5
--- pkgsrc/print/tex-polski-doc/Makefile:1.4    Sat Jan 18 23:34:41 2020
+++ pkgsrc/print/tex-polski-doc/Makefile        Thu Apr 14 03:20:20 2022
@@ -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"
Index: pkgsrc/print/tex-polski-doc/distinfo
diff -u pkgsrc/print/tex-polski-doc/distinfo:1.4 pkgsrc/print/tex-polski-doc/distinfo:1.5
--- pkgsrc/print/tex-polski-doc/distinfo:1.4    Tue Oct 26 11:14:23 2021
+++ pkgsrc/print/tex-polski-doc/distinfo        Thu Apr 14 03:20:20 2022
@@ -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



Home | Main Index | Thread Index | Old Index