pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print tex-tcolorbox{,-doc}: update to 4.42



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7c07c12ef73
branches:  trunk
changeset: 447371:f7c07c12ef73
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Feb 20 10:55:08 2021 +0000

description:
tex-tcolorbox{,-doc}: update to 4.42

4.42
- due to several problems with the color algorithm introduced with
  version 4.32, essentially reversion to the proven pre 4.32 method.
  * support of luacolor persists (since 4.32)
  * color stacks (by pdfcol) are not mandatory any more,
    but are optional now with 'use color stack'. Note that effects
    of whatsits on the vertical space have to be expected.

4.41
- bug fix: color bleeding for xelatex and breakable boxes (since 4.32)

4.40
- bug fix: 'IfBooleanT', 'IfBooleanF'
- bug fix: 'widget' set 'toprule at break' and needed the breakable library
- (bug) fix: style 'marker' set 'breakable' and needed the breakable library
- 'capture=hbox' applies '\@parboxrestore' now to allow e.g. hbox style
    listings inside indented environments like itemize
- support 'hbox' for 'minted' listings
- New default vertical space options
        'before skip balanced', 'after skip balanced', 'beforeafter skip
  balanced'
  NOTE: These options replace the current default options
        'parskip', 'noparskip', 'autoparskip'
  WARNING: Old documents may need adapted manual page breaks where used.
           Otherwise: Use \tcbsetforeverylayer{autoparskip}
           to restore the old behavior!
- 'before skip' and 'before skip balanced' do not insert glue now, if
  the tcolorbox is the first element in a minipage (or sourrounding tcolorbox)

4.32
- documentation typo corrections and enhancements
- bug fix: 'index format=doc' caused redefinition of '\_'
  among other errors.
- bug fix: 'valign=scale*' was erroneous.
- enhancement: color stack support for breakable boxes (pdflatex and
  lualatex) to let colors survive a break to the next partial box.
- library 'xparse':
  * new options: 'IfNoValueT', 'IfNoValueF', 'IfValueT', 'IfValueF',
      'IfBooleanT', 'IfBooleanF'

4.31
- bug fix: \tcbincludepdf did not work for lualatex
- bug fix: Several tests had a missing \relax
- bug fix: Breakable tcolorbox may overlap with following the
  text
- bug fix: 'space to' did not result in a stable value
- Internal change: all 'code 2 args' replaced by 'code n args={2}'
- documentation typo corrections
- library 'documentation':
  * indention of <environment content> changed to \ttfamily

diffstat:

 print/tex-tcolorbox-doc/Makefile |   6 +++---
 print/tex-tcolorbox-doc/distinfo |  10 +++++-----
 print/tex-tcolorbox/Makefile     |   6 +++---
 print/tex-tcolorbox/distinfo     |  10 +++++-----
 4 files changed, 16 insertions(+), 16 deletions(-)

diffs (60 lines):

diff -r d7ef8e78da25 -r f7c07c12ef73 print/tex-tcolorbox-doc/Makefile
--- a/print/tex-tcolorbox-doc/Makefile  Sat Feb 20 10:48:19 2021 +0000
+++ b/print/tex-tcolorbox-doc/Makefile  Sat Feb 20 10:55:08 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2020/05/05 12:01:03 markd Exp $
+# $NetBSD: Makefile,v 1.11 2021/02/20 10:55:08 markd Exp $
 
 DISTNAME=      tcolorbox.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-4.30
-TEXLIVE_REV=   54928
+PKGNAME=       tex-${DISTNAME:S/./-/}-4.42
+TEXLIVE_REV=   56610
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/tcolorbox
diff -r d7ef8e78da25 -r f7c07c12ef73 print/tex-tcolorbox-doc/distinfo
--- a/print/tex-tcolorbox-doc/distinfo  Sat Feb 20 10:48:19 2021 +0000
+++ b/print/tex-tcolorbox-doc/distinfo  Sat Feb 20 10:55:08 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/05/05 12:01:03 markd Exp $
+$NetBSD: distinfo,v 1.9 2021/02/20 10:55:08 markd Exp $
 
-SHA1 (tcolorbox.doc.r54928.tar.xz) = 57ba7275a95c464cffaaf2a6949a6a88fa04289d
-RMD160 (tcolorbox.doc.r54928.tar.xz) = 277aa2ef12c2f72ca6d74ab95dba82365942b6d1
-SHA512 (tcolorbox.doc.r54928.tar.xz) = 9ed792d6ee1f82cf8c2aebec193c85636968a7293d6c9100e01830953372722204ea803a7f24846d195ab327d59d8a6fd99fff80466f6a2acf0fc3b9a0ac004a
-Size (tcolorbox.doc.r54928.tar.xz) = 4697184 bytes
+SHA1 (tcolorbox.doc.r56610.tar.xz) = 4372d74aa0e8f2534893fb8bc84e6ec0710aff8d
+RMD160 (tcolorbox.doc.r56610.tar.xz) = 6b0abb338d1e6e8d27cd332d9666a871f713dff8
+SHA512 (tcolorbox.doc.r56610.tar.xz) = 5ec6c748b48b0166555437e0f75203e616e43a8b15787890b00d36df7c86de1971d2a876c5e7228f60f9ccd2e14c7b30ec061f35127a76f6194722c7103c9c0f
+Size (tcolorbox.doc.r56610.tar.xz) = 4716812 bytes
diff -r d7ef8e78da25 -r f7c07c12ef73 print/tex-tcolorbox/Makefile
--- a/print/tex-tcolorbox/Makefile      Sat Feb 20 10:48:19 2021 +0000
+++ b/print/tex-tcolorbox/Makefile      Sat Feb 20 10:55:08 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2020/05/05 12:01:03 markd Exp $
+# $NetBSD: Makefile,v 1.12 2021/02/20 10:55:08 markd Exp $
 
 DISTNAME=      tcolorbox
-PKGNAME=       tex-${DISTNAME}-4.30
-TEXLIVE_REV=   54928
+PKGNAME=       tex-${DISTNAME}-4.42
+TEXLIVE_REV=   56610
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/tcolorbox
diff -r d7ef8e78da25 -r f7c07c12ef73 print/tex-tcolorbox/distinfo
--- a/print/tex-tcolorbox/distinfo      Sat Feb 20 10:48:19 2021 +0000
+++ b/print/tex-tcolorbox/distinfo      Sat Feb 20 10:55:08 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/05/05 12:01:03 markd Exp $
+$NetBSD: distinfo,v 1.9 2021/02/20 10:55:08 markd Exp $
 
-SHA1 (tcolorbox.r54928.tar.xz) = ebad721a8dfaf4404f535733a2e4e406d8f8a100
-RMD160 (tcolorbox.r54928.tar.xz) = 64fb85837f2c8c1a204a5e37c2be14cc6efe0a3c
-SHA512 (tcolorbox.r54928.tar.xz) = 071faa7ef1440eff776bc19ff6f7fc01250f3c2c7dd8ac916a408560e09fe5b4b2905d4502f0283c367c7a4fe4f503992adf99efe4a627afbc313ab4a9824d64
-Size (tcolorbox.r54928.tar.xz) = 229868 bytes
+SHA1 (tcolorbox.r56610.tar.xz) = 4b9040553220eaa1e70c57ab8949472bb67fb118
+RMD160 (tcolorbox.r56610.tar.xz) = 139492520649b3f88f91b45be75b31a5871991b8
+SHA512 (tcolorbox.r56610.tar.xz) = 70647656ee420fcb3c832e8552c2340229b0586a638f7c55404f96f20dcb3e8fd2c561a44ece09e6f507a3c4e2be189aa4cb3a3c4d8bc338ca4396e5d4b9416d
+Size (tcolorbox.r56610.tar.xz) = 230544 bytes



Home | Main Index | Thread Index | Old Index