Received: by mail.netbsd.org (Postfix, from userid 605) id 5ADCE84EBE; Sat, 8 Apr 2023 11:23:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8840084D8A for ; Sat, 8 Apr 2023 11:23:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id i_U8VQmE_i9D for ; Sat, 8 Apr 2023 11:23:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A9DF284D0E for ; Sat, 8 Apr 2023 11:23:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98F19FA84; Sat, 8 Apr 2023 11:23:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1680952982176270" MIME-Version: 1.0 Date: Sat, 8 Apr 2023 11:23:02 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230408112302.98F19FA84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1680952982176270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Apr 8 11:23:02 UTC 2023 Modified Files: pkgsrc/print/tex-tcolorbox: Makefile distinfo pkgsrc/print/tex-tcolorbox-doc: Makefile distinfo Log Message: tex-tcolorbox{,-doc}: update to 6.0.3 6.0.0 ### Added - Generalized text alignment options (issue #184) - Option `halign code` - Option `halign upper code` - Option `halign lower code` - Option `halign title code` - New Options: - Option `before title*` (equals `before title` until 5.1.1) - Option `after title*` (equals `after title` until 5.1.1) - New option for verbatim output and listings: - Option `verbatim ignore indention at end` - Option `short title` (part of issue #186) - Support for zref / zref-titleref / zref-clever (issue #206) - Option `label is label` - Option `label is zlabel` - Library `theorems`: New theorem generation macros. Generated theorema support an optional short title now (part of issue #186): - `\NewTcbTheorem` - `\RenewTcbTheorem` - `\ProvideTcbTheorem` - `\DeclareTcbTheorem` - Library `skins`: Default values added to the options - `watermark zoom` - `watermark shrink` - `watermark overzoom` - `watermark stretch` - The 'TikZ Image and Picture Fill Extensions' are extracted from library `skins` into an `tcolorbox` indendent TikZ library `tikzfill.image` and made part of a new package `tikzfill`. Also, the respective documentation is moved into this new package (issue #185) - Library `skins`: The implementation of all watermark options is changed and adapted to `tikzfill`. `clip watermark=false` has now some restrictions - Library `skins`: `\tcbincludegraphics` implementation changed to LaTeX3 code 6.0.1 - Typo in CHANGES.md - Regression bug: `\NewTCBInputListing` without initialization options produces an error 6.0.3 ### Added - Usage of `\tcblower` where not applicable gives a more helpful error message - Usage of `capture=fitbox` for `\tcbox` gives an error message - Library documentation: - Macro `\sarg` ### Changed - Documentation: - List of initialization option macros enlarged - Removed `xparse` references - Typo correction - Library `skins`: - `\tcbhypernode` made compatible for xelatex ### Fixed - `parbox=false` accumulated negative `\parskip` values, if called several times or used with `attach title to upper` - Library `breakable`: - Reverting to `\color{.}` hack to avoid color bleeding after the box - `Discard zero height first box part` problem hopefully solved To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/tex-tcolorbox/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/tex-tcolorbox/distinfo cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/tex-tcolorbox-doc/Makefile \ pkgsrc/print/tex-tcolorbox-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1680952982176270 Content-Disposition: inline Content-Length: 3388 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-tcolorbox/Makefile diff -u pkgsrc/print/tex-tcolorbox/Makefile:1.15 pkgsrc/print/tex-tcolorbox/Makefile:1.16 --- pkgsrc/print/tex-tcolorbox/Makefile:1.15 Thu Sep 1 05:22:04 2022 +++ pkgsrc/print/tex-tcolorbox/Makefile Sat Apr 8 11:23:02 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2022/09/01 05:22:04 markd Exp $ +# $NetBSD: Makefile,v 1.16 2023/04/08 11:23:02 markd Exp $ DISTNAME= tcolorbox -PKGNAME= tex-${DISTNAME}-5.1.1 -TEXLIVE_REV= 63713 +PKGNAME= tex-${DISTNAME}-6.0.3 +TEXLIVE_REV= 66620 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/tcolorbox Index: pkgsrc/print/tex-tcolorbox/distinfo diff -u pkgsrc/print/tex-tcolorbox/distinfo:1.14 pkgsrc/print/tex-tcolorbox/distinfo:1.15 --- pkgsrc/print/tex-tcolorbox/distinfo:1.14 Thu Sep 1 05:22:04 2022 +++ pkgsrc/print/tex-tcolorbox/distinfo Sat Apr 8 11:23:02 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/09/01 05:22:04 markd Exp $ +$NetBSD: distinfo,v 1.15 2023/04/08 11:23:02 markd Exp $ -BLAKE2s (tcolorbox.r63713.tar.xz) = f66544d431c2331d3864fafb1008df4a12f904a80da5966f67b52d80b69442f2 -SHA512 (tcolorbox.r63713.tar.xz) = ab33d6e208fc2624f3956ec2fc1f29f55906245e07fe20105208838a125c4d9295b71f94ccf4bfca794c2c7e114fb990fb340293a07fff0fe7e0c0ca1deb63e2 -Size (tcolorbox.r63713.tar.xz) = 232420 bytes +BLAKE2s (tcolorbox.r66620.tar.xz) = 4401725302a5e8516e0e5875dd16d3fe6f28778e09419e948a71b33f5e73a94c +SHA512 (tcolorbox.r66620.tar.xz) = c69235b995ba0c77390160dccaa08228acfa45e419bf30aa78d3d1f7a8c1edb55637a9d46ade95811ede7866a88d3fdc176f3f88eec5cbd12b146ed11674c6ed +Size (tcolorbox.r66620.tar.xz) = 232704 bytes Index: pkgsrc/print/tex-tcolorbox-doc/Makefile diff -u pkgsrc/print/tex-tcolorbox-doc/Makefile:1.14 pkgsrc/print/tex-tcolorbox-doc/Makefile:1.15 --- pkgsrc/print/tex-tcolorbox-doc/Makefile:1.14 Thu Sep 1 05:22:04 2022 +++ pkgsrc/print/tex-tcolorbox-doc/Makefile Sat Apr 8 11:23:02 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2022/09/01 05:22:04 markd Exp $ +# $NetBSD: Makefile,v 1.15 2023/04/08 11:23:02 markd Exp $ DISTNAME= tcolorbox.doc -PKGNAME= tex-${DISTNAME:S/./-/}-5.1.1 -TEXLIVE_REV= 63713 +PKGNAME= tex-${DISTNAME:S/./-/}-6.0.3 +TEXLIVE_REV= 66620 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/tcolorbox Index: pkgsrc/print/tex-tcolorbox-doc/distinfo diff -u pkgsrc/print/tex-tcolorbox-doc/distinfo:1.14 pkgsrc/print/tex-tcolorbox-doc/distinfo:1.15 --- pkgsrc/print/tex-tcolorbox-doc/distinfo:1.14 Thu Sep 1 05:22:04 2022 +++ pkgsrc/print/tex-tcolorbox-doc/distinfo Sat Apr 8 11:23:02 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/09/01 05:22:04 markd Exp $ +$NetBSD: distinfo,v 1.15 2023/04/08 11:23:02 markd Exp $ -BLAKE2s (tcolorbox.doc.r63713.tar.xz) = 073be236eea942252159021dfcf9b8018598263a5579b8eaab3e9377920dd7eb -SHA512 (tcolorbox.doc.r63713.tar.xz) = 5a32c0ace3fadb9ab8d108096ba974b641ccbc07dc86f9c1fe293288aa3cb1573be732727743d3f6e8f04e28f93849fbaae44cdbccbf56c26b2baa70717711ea -Size (tcolorbox.doc.r63713.tar.xz) = 4872752 bytes +BLAKE2s (tcolorbox.doc.r66620.tar.xz) = cb3ca53b9fbc45816520771da0df3dec6da3e200b5717d75db79cff3d8ba6b1f +SHA512 (tcolorbox.doc.r66620.tar.xz) = 3a7776172474ac4fb3cf8562da6f913f31c591fedec9c064a4c2595830713ac34a5a7d9ddd80b843ad49961e7733639541edc57151cd7c6232090bc75a53322f +Size (tcolorbox.doc.r66620.tar.xz) = 4848020 bytes --_----------=_1680952982176270--