Sat Jun 17 11:25:14 2023 UTC ()
tex-platex{,-doc}: update to 2023

changes engine from eptex to euptex


(markd)
diff -r1.15 -r1.16 pkgsrc/print/tex-platex/Makefile
diff -r1.14 -r1.15 pkgsrc/print/tex-platex/distinfo
diff -r1.14 -r1.15 pkgsrc/print/tex-platex-doc/Makefile
diff -r1.14 -r1.15 pkgsrc/print/tex-platex-doc/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/print/tex-platex/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-platex/Makefile 2023/04/09 06:03:34 1.15
+++ pkgsrc/print/tex-platex/Makefile 2023/06/17 11:25:14 1.16
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.15 2023/04/09 06:03:34 markd Exp $ 1# $NetBSD: Makefile,v 1.16 2023/06/17 11:25:14 markd Exp $
2 2
3DISTNAME= platex 3DISTNAME= platex
4PKGNAME= tex-${DISTNAME}-2022 4PKGNAME= tex-${DISTNAME}-2023
5TEXLIVE_REV= 66186 5TEXLIVE_REV= 67315
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/platex 8HOMEPAGE= https://ctan.org/pkg/platex
9COMMENT= pLaTeX2e and miscellaneous macros for pTeX 9COMMENT= pLaTeX2e and miscellaneous macros for pTeX
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12DEPENDS+= tex-atbegshi-[0-9]*:../../print/tex-atbegshi 12DEPENDS+= tex-atbegshi-[0-9]*:../../print/tex-atbegshi
13DEPENDS+= tex-atveryend-[0-9]*:../../print/tex-atveryend 13DEPENDS+= tex-atveryend-[0-9]*:../../print/tex-atveryend
14DEPENDS+= tex-babel-[0-9]*:../../print/tex-babel 14DEPENDS+= tex-babel-[0-9]*:../../print/tex-babel
15DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm 15DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
16DEPENDS+= tex-everyshi-[0-9]*:../../print/tex-everyshi 16DEPENDS+= tex-everyshi-[0-9]*:../../print/tex-everyshi
17DEPENDS+= tex-firstaid-[0-9]*:../../print/tex-firstaid 17DEPENDS+= tex-firstaid-[0-9]*:../../print/tex-firstaid
18DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base 18DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
@@ -21,22 +21,22 @@ DEPENDS+= tex-l3kernel-[0-9]*:../../deve @@ -21,22 +21,22 @@ DEPENDS+= tex-l3kernel-[0-9]*:../../deve
21DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages 21DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages
22DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex 22DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
23DEPENDS+= tex-latex-base-dev-[0-9]*:../../print/tex-latex-base-dev 23DEPENDS+= tex-latex-base-dev-[0-9]*:../../print/tex-latex-base-dev
24DEPENDS+= tex-latex-firstaid-dev-[0-9]*:../../print/tex-latex-firstaid-dev 24DEPENDS+= tex-latex-firstaid-dev-[0-9]*:../../print/tex-latex-firstaid-dev
25DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts 25DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
26DEPENDS+= tex-ptex-[0-9]*:../../print/tex-ptex 26DEPENDS+= tex-ptex-[0-9]*:../../print/tex-ptex
27DEPENDS+= tex-ptex-fonts-[0-9]*:../../fonts/tex-ptex-fonts 27DEPENDS+= tex-ptex-fonts-[0-9]*:../../fonts/tex-ptex-fonts
28DEPENDS+= tex-tex-ini-files-[0-9]*:../../print/tex-tex-ini-files 28DEPENDS+= tex-tex-ini-files-[0-9]*:../../print/tex-tex-ini-files
29DEPENDS+= tex-unicode-data-[0-9]*:../../print/tex-unicode-data 29DEPENDS+= tex-unicode-data-[0-9]*:../../print/tex-unicode-data
30DEPENDS+= tex-uptex-[0-9]*:../../print/tex-uptex 30DEPENDS+= tex-uptex-[0-9]*:../../print/tex-uptex
31 31
32INSTALLATION_DIRS+= bin 32INSTALLATION_DIRS+= bin
33 33
34TEX_FORMATS+= "platex eptex language.dat *platex.ini\\nplatex-dev euptex language.dat *platex.ini\\n" 34TEX_FORMATS+= "platex euptex language.dat *platex.ini\\nplatex-dev euptex language.dat *platex.ini\\n"
35 35
36.include "../../print/texlive/package.mk" 36.include "../../print/texlive/package.mk"
37 37
38post-install: 38post-install:
39 ${LN} -sf eptex ${DESTDIR}${PREFIX}/bin/platex 39 ${LN} -sf eptex ${DESTDIR}${PREFIX}/bin/platex
40 ${LN} -sf euptex ${DESTDIR}${PREFIX}/bin/platex-dev 40 ${LN} -sf euptex ${DESTDIR}${PREFIX}/bin/platex-dev
41 41
42.include "../../mk/bsd.pkg.mk" 42.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/print/tex-platex/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-platex/distinfo 2023/04/09 06:03:34 1.14
+++ pkgsrc/print/tex-platex/distinfo 2023/06/17 11:25:14 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2023/04/09 06:03:34 markd Exp $ 1$NetBSD: distinfo,v 1.15 2023/06/17 11:25:14 markd Exp $
2 2
3BLAKE2s (platex.r66186.tar.xz) = f0dd0d6755082e0075e08cec5fc23464045ae9797871f56a2a739a48e0efb863 3BLAKE2s (platex.r67315.tar.xz) = 2fa1e6f0c5784a420d59c22f500af7299f0b9f09e544525ddf718744ed60da24
4SHA512 (platex.r66186.tar.xz) = f258b1b54d2d0726fe97323c23f2bdcf1bccfdb1ee7dc1b9a32ac8af7b7c8b1a1f0a9958c5d43c3c33ff414358634be4c3c790f035625b7fe80a4f9f42b2adfa 4SHA512 (platex.r67315.tar.xz) = 4a2682c51dc82e078ad14b30545dccd95f600ab02d5d05fb5c44c214221a3947562432783b43ea505b5199f37a1175a792c709282999f77b17b532d2a61c6e54
5Size (platex.r66186.tar.xz) = 42308 bytes 5Size (platex.r67315.tar.xz) = 42308 bytes

cvs diff -r1.14 -r1.15 pkgsrc/print/tex-platex-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-platex-doc/Makefile 2023/04/09 06:03:34 1.14
+++ pkgsrc/print/tex-platex-doc/Makefile 2023/06/17 11:25:14 1.15
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.14 2023/04/09 06:03:34 markd Exp $ 1# $NetBSD: Makefile,v 1.15 2023/06/17 11:25:14 markd Exp $
2 2
3DISTNAME= platex.doc 3DISTNAME= platex.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-2022 4PKGNAME= tex-${DISTNAME:S/./-/}-2023
5TEXLIVE_REV= 66186 5TEXLIVE_REV= 67315
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/platex 8HOMEPAGE= https://ctan.org/pkg/platex
9COMMENT= Documentation for tex-platex 9COMMENT= Documentation for tex-platex
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12.include "../../print/texlive/package.mk" 12.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/print/tex-platex-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-platex-doc/distinfo 2023/04/09 06:03:34 1.14
+++ pkgsrc/print/tex-platex-doc/distinfo 2023/06/17 11:25:14 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2023/04/09 06:03:34 markd Exp $ 1$NetBSD: distinfo,v 1.15 2023/06/17 11:25:14 markd Exp $
2 2
3BLAKE2s (platex.doc.r66186.tar.xz) = f2894a3c589d9655d88683684c9223bfe620b9c049500faf9b62a3f89d02bd79 3BLAKE2s (platex.doc.r67315.tar.xz) = 486db8afac604f8bcbd3a6704c5648440a9a5ade6bb45cbbd240457bbb07631d
4SHA512 (platex.doc.r66186.tar.xz) = 51992f6d3ed6749e9136db4930644b82c435efb6af85fcac1dc254c22e06c5fd017d9bc83f642060d814b86c56fdde6ff97056240b0ab857743203fe5ae2fd7d 4SHA512 (platex.doc.r67315.tar.xz) = faf91bdbc3e0d2ba0b13a914d54fbc4ce47e27c1225e5412b78c1217b2e3f6c22886a9f6f85b06e5e3f38a8b0c7a9aaadb4606721799749ae6ef5018f7bb08bc
5Size (platex.doc.r66186.tar.xz) = 1982668 bytes 5Size (platex.doc.r67315.tar.xz) = 1982676 bytes