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:           Sat Feb 20 10:48:20 UTC 2021

Modified Files:
        pkgsrc/print/tex-subfiles: Makefile distinfo
        pkgsrc/print/tex-subfiles-doc: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/tex-subfiles/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-subfiles/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/tex-subfiles-doc/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-subfiles-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-subfiles/Makefile
diff -u pkgsrc/print/tex-subfiles/Makefile:1.5 pkgsrc/print/tex-subfiles/Makefile:1.6
--- pkgsrc/print/tex-subfiles/Makefile:1.5      Sun May  3 11:57:36 2020
+++ pkgsrc/print/tex-subfiles/Makefile  Sat Feb 20 10:48:19 2021
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.5 2020/05/03 11:57:36 markd Exp $
+# $NetBSD: Makefile,v 1.6 2021/02/20 10:48:19 markd Exp $
 
 DISTNAME=      subfiles
-PKGNAME=       tex-${DISTNAME}-1.6
-TEXLIVE_REV=   53782
+PKGNAME=       tex-${DISTNAME}-2.2
+TEXLIVE_REV=   56977
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/subfiles
 COMMENT=       Individual typesetting of subfiles of a "main" document
 LICENSE=       lppl-1.3c
 
+DEPENDS+=      tex-import-[0-9]*:../../print/tex-import
+
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

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

Index: pkgsrc/print/tex-subfiles-doc/Makefile
diff -u pkgsrc/print/tex-subfiles-doc/Makefile:1.5 pkgsrc/print/tex-subfiles-doc/Makefile:1.6
--- pkgsrc/print/tex-subfiles-doc/Makefile:1.5  Sun May  3 11:57:36 2020
+++ pkgsrc/print/tex-subfiles-doc/Makefile      Sat Feb 20 10:48:20 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2020/05/03 11:57:36 markd Exp $
+# $NetBSD: Makefile,v 1.6 2021/02/20 10:48:20 markd Exp $
 
 DISTNAME=      subfiles.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.6
-TEXLIVE_REV=   53782
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.2
+TEXLIVE_REV=   56977
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/subfiles

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



Home | Main Index | Thread Index | Old Index