Sat Feb 20 10:48:20 2021 UTC ()
tex-subfiles{,-doc}: update to 2.2

2.2
Bugfix release: The previous version, v2.1, introduced an
incompatibility between the subfiles package and the tabular
environment, which has been removed in this version.

2.1
subfiles is a class and a package for multi-file projects in LaTeX.
This release fixes a bug which affected packages that use the new
hooks at the begin and end of documents, in particular packages
related to CJK.

2.0
The version makes the subfiles package compatible with the upcoming
October-2020-release of LaTeX and removes some bugs (see the issue tracker
on Github or the accompanying documentation for details). Another major
change is that the preamble of subfiles and text after the end of a
document are skipped, as one would expect. The old behaviour of subfiles
is still available via a package option.


(markd)
diff -r1.5 -r1.6 pkgsrc/print/tex-subfiles/Makefile
diff -r1.4 -r1.5 pkgsrc/print/tex-subfiles/distinfo
diff -r1.5 -r1.6 pkgsrc/print/tex-subfiles-doc/Makefile
diff -r1.4 -r1.5 pkgsrc/print/tex-subfiles-doc/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/print/tex-subfiles/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-subfiles/Makefile 2020/05/03 11:57:36 1.5
+++ pkgsrc/print/tex-subfiles/Makefile 2021/02/20 10:48:19 1.6
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
1# $NetBSD: Makefile,v 1.5 2020/05/03 11:57:36 markd Exp $ 1# $NetBSD: Makefile,v 1.6 2021/02/20 10:48:19 markd Exp $
2 2
3DISTNAME= subfiles 3DISTNAME= subfiles
4PKGNAME= tex-${DISTNAME}-1.6 4PKGNAME= tex-${DISTNAME}-2.2
5TEXLIVE_REV= 53782 5TEXLIVE_REV= 56977
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/subfiles 8HOMEPAGE= https://ctan.org/pkg/subfiles
9COMMENT= Individual typesetting of subfiles of a "main" document 9COMMENT= Individual typesetting of subfiles of a "main" document
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
 12DEPENDS+= tex-import-[0-9]*:../../print/tex-import
 13
12.include "../../print/texlive/package.mk" 14.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/print/tex-subfiles/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-subfiles/distinfo 2020/05/03 11:57:36 1.4
+++ pkgsrc/print/tex-subfiles/distinfo 2021/02/20 10:48:19 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2020/05/03 11:57:36 markd Exp $ 1$NetBSD: distinfo,v 1.5 2021/02/20 10:48:19 markd Exp $
2 2
3SHA1 (subfiles.r53782.tar.xz) = 24ff78f4d95d96dbe5582b759f4d0958b58b3a4f 3SHA1 (subfiles.r56977.tar.xz) = 9737e3efa0863965b93ce551329067cee062abc5
4RMD160 (subfiles.r53782.tar.xz) = f84d818d42b5f53df4f33366a0212da9742a2258 4RMD160 (subfiles.r56977.tar.xz) = 4c4bd0cd4b11c17e621dadc57e01e09628d14d6a
5SHA512 (subfiles.r53782.tar.xz) = 558a8e29ac5fcb4fba04a75fd02826824690bba8f8b6118ae15f856c0e5cb34a63a507bdaf90a7d2786fe3da34637f76d62d24d061df76dcb95bc324224002a4 5SHA512 (subfiles.r56977.tar.xz) = 8f842b0debcae3110f0a4b2f59047cd55c2726d128bf3e159f2745a4b8a645c3f8471fe218ca34c32f2b35d42d1c5023a25f09fc3bf0c1a4f0c33197776b1cec
6Size (subfiles.r53782.tar.xz) = 1816 bytes 6Size (subfiles.r56977.tar.xz) = 2284 bytes

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

--- pkgsrc/print/tex-subfiles-doc/Makefile 2020/05/03 11:57:36 1.5
+++ pkgsrc/print/tex-subfiles-doc/Makefile 2021/02/20 10:48:20 1.6
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.5 2020/05/03 11:57:36 markd Exp $ 1# $NetBSD: Makefile,v 1.6 2021/02/20 10:48:20 markd Exp $
2 2
3DISTNAME= subfiles.doc 3DISTNAME= subfiles.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-1.6 4PKGNAME= tex-${DISTNAME:S/./-/}-2.2
5TEXLIVE_REV= 53782 5TEXLIVE_REV= 56977
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/subfiles 8HOMEPAGE= https://ctan.org/pkg/subfiles
9COMMENT= Documentation for tex-subfiles 9COMMENT= Documentation for tex-subfiles
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
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.4 -r1.5 pkgsrc/print/tex-subfiles-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-subfiles-doc/distinfo 2020/05/03 11:57:36 1.4
+++ pkgsrc/print/tex-subfiles-doc/distinfo 2021/02/20 10:48:20 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2020/05/03 11:57:36 markd Exp $ 1$NetBSD: distinfo,v 1.5 2021/02/20 10:48:20 markd Exp $
2 2
3SHA1 (subfiles.doc.r53782.tar.xz) = 65d40725abad6b08f78ca7b6da09d3c6a5d7fa8a 3SHA1 (subfiles.doc.r56977.tar.xz) = 5653081ef16bc0557c5f96b7f020cca30ee91bbf
4RMD160 (subfiles.doc.r53782.tar.xz) = 33bf8784a01c46657124bcc68ec11f8c80b6466b 4RMD160 (subfiles.doc.r56977.tar.xz) = 3450d82de1c062e763c2af1976b76c915c9a6bd6
5SHA512 (subfiles.doc.r53782.tar.xz) = eef1fd8e0b739ed9cc8bf45952c53111b45b6659eb2a0afcf64ae76363fcdfe61320db0831f31b2cdc9a242fd766855be3d83224172e9baf84d15ff938d4b23c 5SHA512 (subfiles.doc.r56977.tar.xz) = f54f52c5cee01b7ae8e01bff5a4d828b5c6708c31f2cf40d7e83c8a91c4c597945695dd7062b6088d3f91f7a9858e3227c850d658ae7a7bf94392e00e3eaf9c7
6Size (subfiles.doc.r53782.tar.xz) = 241896 bytes 6Size (subfiles.doc.r56977.tar.xz) = 236484 bytes