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 5.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9ee8be149dd
branches:  trunk
changeset: 384457:d9ee8be149dd
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Sep 01 05:22:04 2022 +0000

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

5.1.1
### Changed
- Some documentation improvements
- Library `xparse` removed from settings `many` and `most`
- Slight implemenation change for `\newtcbtheorem` and `\renewtcbtheorem`

### Fixed
- Regression bug introduced with v5.0.0 2021-12-16
   Instead of `beforeafter skip balanced`, `autoparskip` was set as default,
   restoring the situation before v4.40 (with some inconsistencies)

5.1.0
 ### Added
 - Options wrapping `\tl_if_blank:nTF` and `\tl_if_empty:nTF`
 - Options to insert code at begin and end of floats
 - Library `skins`: overlap of lower part for `bicolor`, `tile`, and `beamer`
     made configurable
 - Library `documentation`: package warning, if `imakeidx` is loaded after the
     library is loaded
 - Library `documentation`: gather index LaTeX macros and configure gathering

 ### Changed
- Required latex2e specified `\NeedsTeXFormat{LaTeX2e}[2020/10/01]`
- Documentation: comment `default setting` for `every box on higher layers`
- Documentation: hyperlinking keys and commands where not already done inside
    the listings section
- All contents of library `xparse` are moved to the `tcolorbox` main package and
    to libraries `listings` and `fitting` respectively. `xparse` now only loads
    the package `xparse`
- Internal implementation of all `\new*` commands, e.g. `\newtcolorbox` changed.
    Note that a missing backlash for `tcbox`-like commands
    e.g. `\newtcbox{mybox}` instead of `\newtcbox{\mybox}` is no longer tolerated.

### Fixed
- With `parbox=false`, `before skip` was ignored in inner box

diffstat:

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

diffs (56 lines):

diff -r a0f952b04a18 -r d9ee8be149dd print/tex-tcolorbox-doc/Makefile
--- a/print/tex-tcolorbox-doc/Makefile  Thu Sep 01 05:17:02 2022 +0000
+++ b/print/tex-tcolorbox-doc/Makefile  Thu Sep 01 05:22:04 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2022/04/14 03:28:48 markd Exp $
+# $NetBSD: Makefile,v 1.14 2022/09/01 05:22:04 markd Exp $
 
 DISTNAME=      tcolorbox.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-5.0.2
-TEXLIVE_REV=   61524
+PKGNAME=       tex-${DISTNAME:S/./-/}-5.1.1
+TEXLIVE_REV=   63713
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/tcolorbox
diff -r a0f952b04a18 -r d9ee8be149dd print/tex-tcolorbox-doc/distinfo
--- a/print/tex-tcolorbox-doc/distinfo  Thu Sep 01 05:17:02 2022 +0000
+++ b/print/tex-tcolorbox-doc/distinfo  Thu Sep 01 05:22:04 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/04/14 03:28:48 markd Exp $
+$NetBSD: distinfo,v 1.14 2022/09/01 05:22:04 markd Exp $
 
-BLAKE2s (tcolorbox.doc.r61524.tar.xz) = fd7bae9a770bb4407a46680d1c8a2599712f8fa1f997e33abb05071674addada
-SHA512 (tcolorbox.doc.r61524.tar.xz) = 64bf381bfff6b87b431bfbd32596818a786f99676f596adab78cc0b447895cf9f63b234ed9e120c543c7af7fdb6c58a114d15c0d4494171b2a3ba49085e4976e
-Size (tcolorbox.doc.r61524.tar.xz) = 4836948 bytes
+BLAKE2s (tcolorbox.doc.r63713.tar.xz) = 073be236eea942252159021dfcf9b8018598263a5579b8eaab3e9377920dd7eb
+SHA512 (tcolorbox.doc.r63713.tar.xz) = 5a32c0ace3fadb9ab8d108096ba974b641ccbc07dc86f9c1fe293288aa3cb1573be732727743d3f6e8f04e28f93849fbaae44cdbccbf56c26b2baa70717711ea
+Size (tcolorbox.doc.r63713.tar.xz) = 4872752 bytes
diff -r a0f952b04a18 -r d9ee8be149dd print/tex-tcolorbox/Makefile
--- a/print/tex-tcolorbox/Makefile      Thu Sep 01 05:17:02 2022 +0000
+++ b/print/tex-tcolorbox/Makefile      Thu Sep 01 05:22:04 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2022/04/14 03:28:48 markd Exp $
+# $NetBSD: Makefile,v 1.15 2022/09/01 05:22:04 markd Exp $
 
 DISTNAME=      tcolorbox
-PKGNAME=       tex-${DISTNAME}-5.0.2
-TEXLIVE_REV=   61524
+PKGNAME=       tex-${DISTNAME}-5.1.1
+TEXLIVE_REV=   63713
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/tcolorbox
diff -r a0f952b04a18 -r d9ee8be149dd print/tex-tcolorbox/distinfo
--- a/print/tex-tcolorbox/distinfo      Thu Sep 01 05:17:02 2022 +0000
+++ b/print/tex-tcolorbox/distinfo      Thu Sep 01 05:22:04 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/04/14 03:28:48 markd Exp $
+$NetBSD: distinfo,v 1.14 2022/09/01 05:22:04 markd Exp $
 
-BLAKE2s (tcolorbox.r61524.tar.xz) = 13533cbcb03353b78c46e9f5aef3f3ce9f754ec5e85c11ffba3274fb20c9a4e7
-SHA512 (tcolorbox.r61524.tar.xz) = 35ead6c1859d6112eae3e3f5c33abfa58eac55de2154aebf21131d73aac96fa96f7214e662c5eb174ba4ebb6ce26ee0838dc6ee1762f5d4824dc17c7bd6850c8
-Size (tcolorbox.r61524.tar.xz) = 232088 bytes
+BLAKE2s (tcolorbox.r63713.tar.xz) = f66544d431c2331d3864fafb1008df4a12f904a80da5966f67b52d80b69442f2
+SHA512 (tcolorbox.r63713.tar.xz) = ab33d6e208fc2624f3956ec2fc1f29f55906245e07fe20105208838a125c4d9295b71f94ccf4bfca794c2c7e114fb990fb340293a07fff0fe7e0c0ca1deb63e2
+Size (tcolorbox.r63713.tar.xz) = 232420 bytes



Home | Main Index | Thread Index | Old Index