Sat Apr 1 10:55:08 2023 UTC ()
tex-eplain{-doc}: update to 3.13

This minor release avoids a conflict of the control sequence \cs
(in btxmac.tex).

It also incorporates the current version of iftex.sty (providing
numerous engine-related conditionals), replacing the previous ifpdf.sty.


(markd)
diff -r1.11 -r1.12 pkgsrc/print/tex-eplain/Makefile
diff -r1.8 -r1.9 pkgsrc/print/tex-eplain/distinfo
diff -r1.6 -r1.7 pkgsrc/print/tex-eplain-doc/Makefile
diff -r1.8 -r1.9 pkgsrc/print/tex-eplain-doc/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/print/tex-eplain/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-eplain/Makefile 2021/02/14 03:00:49 1.11
+++ pkgsrc/print/tex-eplain/Makefile 2023/04/01 10:55:08 1.12
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.11 2021/02/14 03:00:49 markd Exp $ 1# $NetBSD: Makefile,v 1.12 2023/04/01 10:55:08 markd Exp $
2 2
3DISTNAME= eplain 3DISTNAME= eplain
4PKGNAME= tex-${DISTNAME}-3.11 4PKGNAME= tex-${DISTNAME}-3.13
5TEXLIVE_REV= 57186 5TEXLIVE_REV= 64721
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/eplain 8HOMEPAGE= https://ctan.org/pkg/eplain
9COMMENT= Extended plain TeX macros 9COMMENT= Extended plain TeX macros
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12DEPENDS+= tex-knuth-lib-[0-9]*:../../fonts/tex-knuth-lib 12DEPENDS+= tex-knuth-lib-[0-9]*:../../fonts/tex-knuth-lib
13DEPENDS+= tex-babel-[0-9]*:../../print/tex-babel 13DEPENDS+= tex-babel-[0-9]*:../../print/tex-babel
14DEPENDS+= tex-dehyph-[0-9]*:../../print/tex-dehyph 14DEPENDS+= tex-dehyph-[0-9]*:../../print/tex-dehyph
15DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8 15DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
16DEPENDS+= tex-l3backend-[0-9]*:../../devel/tex-l3backend 16DEPENDS+= tex-l3backend-[0-9]*:../../devel/tex-l3backend
17DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel 17DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
18DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages 18DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages

cvs diff -r1.8 -r1.9 pkgsrc/print/tex-eplain/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-eplain/distinfo 2021/10/26 11:13:13 1.8
+++ pkgsrc/print/tex-eplain/distinfo 2023/04/01 10:55:08 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2021/10/26 11:13:13 nia Exp $ 1$NetBSD: distinfo,v 1.9 2023/04/01 10:55:08 markd Exp $
2 2
3BLAKE2s (eplain.r57186.tar.xz) = 5e72b199a688a587158cb39575ca154ad1712ffd04e0cfbf7acd8ec39dbbbbd9 3BLAKE2s (eplain.r64721.tar.xz) = bea650d87b5a0e05f1877f757a8d151e31b249d10f94db2cb36bb30be3c69a4b
4SHA512 (eplain.r57186.tar.xz) = a5b93a081e9b2201a65bf7e7fb01381480f5c1f31aafaa78c5785981d895a384f1f8db1d474db845c06cd0850cf70ec4bec0e3935b67fe506b8b07512ee97479 4SHA512 (eplain.r64721.tar.xz) = fda8158ae2bdc96187b6e6ace2a94be3e0f68201adbc02553b48a3848481352ac10ddd72babcbc2835e089ce751ade7dfa6cfd1c642c94155c2861db865f5c29
5Size (eplain.r57186.tar.xz) = 42280 bytes 5Size (eplain.r64721.tar.xz) = 43160 bytes

cvs diff -r1.6 -r1.7 pkgsrc/print/tex-eplain-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-eplain-doc/Makefile 2021/02/14 03:00:49 1.6
+++ pkgsrc/print/tex-eplain-doc/Makefile 2023/04/01 10:55:08 1.7
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.6 2021/02/14 03:00:49 markd Exp $ 1# $NetBSD: Makefile,v 1.7 2023/04/01 10:55:08 markd Exp $
2 2
3DISTNAME= eplain.doc 3DISTNAME= eplain.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-3.11 4PKGNAME= tex-${DISTNAME:S/./-/}-3.13
5TEXLIVE_REV= 57186 5TEXLIVE_REV= 64721
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/eplain 8HOMEPAGE= https://ctan.org/pkg/eplain
9COMMENT= Documentation for tex-eplain 9COMMENT= Documentation for tex-eplain
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
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.8 -r1.9 pkgsrc/print/tex-eplain-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-eplain-doc/distinfo 2021/10/26 11:13:13 1.8
+++ pkgsrc/print/tex-eplain-doc/distinfo 2023/04/01 10:55:08 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2021/10/26 11:13:13 nia Exp $ 1$NetBSD: distinfo,v 1.9 2023/04/01 10:55:08 markd Exp $
2 2
3BLAKE2s (eplain.doc.r57186.tar.xz) = bfe4f199e57aa49426c48c533ca74a5e908a342ea9ac5b7b85a72a7aeea453f7 3BLAKE2s (eplain.doc.r64721.tar.xz) = b47c9a93531e00d75acf75bca2fe524823ed2b00b8cb281130aeec6d7de84ee1
4SHA512 (eplain.doc.r57186.tar.xz) = 44d804287cdd427043f766ea9f5f352d93d65f941b3e18727dfc9276fc381f51fccb3a025707f24dca5efd59cccd1a340e5de0d452d928ec0296b4faa46abf67 4SHA512 (eplain.doc.r64721.tar.xz) = 60902b2422d2f5d7570a19daf7f586df7882505d7c156539699a0aa47a0f3bde5688dcbdc92c8a6a9878f11392bc9b9f147626aad230eecd2740d56f104928ed
5Size (eplain.doc.r57186.tar.xz) = 982712 bytes 5Size (eplain.doc.r64721.tar.xz) = 1048452 bytes