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 17 01:25:14 UTC 2024

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

Log Message:
tex-tcolorbox{,-doc}: update to 6.2.0

6.1.0
### Added
- New option `redirectlowerto`

### Changed
- Added braces to protect square brackets, mostly for key values
- Internal `\__tcobox_include_graphics:nn` refactored
- `blend into` now also adapts `list type` accordingly,
  e.g. `blend into=figures` now sets `list type=figure`
- `every box`, `every box on layer <n>`, and `every box on higher layers`
  may contain `capture` mode settings now

### Fixed
- With parbox=false, `\par` was ignored in a `tcolorbox` that starts a list
- `varwidth upper` ignored horizontal alignment of upper part

6.2.0
### Added
- New convenience options for box content additions
    - Option `environment upper`
    - Option `environment upper args`
    - Option `environment lower`
    - Option `environment lower args`
    - Option `environment title`
    - Option `environment title args`
- Library `hooks`:
    - Option `environment upper app`
    - Option `environment upper args app`
    - Option `environment lower app`
    - Option `environment lower args app`
    - Option `environment title app`
    - Option `environment title args app`
    - Option `environment upper pre`
    - Option `environment upper args pre`
    - Option `environment lower pre`
    - Option `environment lower args pre`
    - Option `environment title pre`
    - Option `environment title args pre`
- Library `documentation`:
    - Option `index key formatter`
    - Option `index keys formatter`
    - Root (`/`) of a documented key made configurable
        - Option `doc key prefix`

### Changed
- Minor implementation change to `redirectlowerto`
- `pgfkeys` mentioned in the documentation
- Distinct `savelowerto`/`redirectlowerto` file names inside the documentation
- Updated documentation and warnings for the interaction between `saveto`
    and `savelowerto`(issue #249)
- Improved some `\sarg` examples in the documentation
- Small typos in the documentation
- Recording macros rewritten in expl3 code
- Usage of expl3 scratch variables like `\l_tmpa_tl` replaced by package
  variables like `\l__tcobox_tmpa_tl`
- Library `documentation`:
    - Expl3 arg-spec of internal macro corrected
    - `\tcbmakedocSubKey` and `\tcbmakedocSubKeys` take options now
- Library `external`: package loading of `pdftexcmds` and `shellesc` removed.
    Expl3 functions are used as drop-in replacements
- Libraries `listings`, `listingsutf8`, and `minted`:
    package loading of `pdftexcmds` and `shellesc` removed
- Needed LaTeX version updated to 2021-11-15

### Removed
- Loading of the `xparse` library dropped inside the `documentation`
  library since all needed features are part of the LaTeX format now

### Fixed
- Several documentation typos and minor improvements
- Extra top space if `parbox=false` and tcolorbox starts with a list


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/tex-tcolorbox/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/tex-tcolorbox/distinfo
cvs rdiff -u -r1.15 -r1.16 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.

Modified files:

Index: pkgsrc/print/tex-tcolorbox/Makefile
diff -u pkgsrc/print/tex-tcolorbox/Makefile:1.16 pkgsrc/print/tex-tcolorbox/Makefile:1.17
--- pkgsrc/print/tex-tcolorbox/Makefile:1.16    Sat Apr  8 11:23:02 2023
+++ pkgsrc/print/tex-tcolorbox/Makefile Sat Feb 17 01:25:14 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2023/04/08 11:23:02 markd Exp $
+# $NetBSD: Makefile,v 1.17 2024/02/17 01:25:14 markd Exp $
 
 DISTNAME=      tcolorbox
-PKGNAME=       tex-${DISTNAME}-6.0.3
-TEXLIVE_REV=   66620
+PKGNAME=       tex-${DISTNAME}-6.2.0
+TEXLIVE_REV=   69370
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/tcolorbox

Index: pkgsrc/print/tex-tcolorbox/distinfo
diff -u pkgsrc/print/tex-tcolorbox/distinfo:1.15 pkgsrc/print/tex-tcolorbox/distinfo:1.16
--- pkgsrc/print/tex-tcolorbox/distinfo:1.15    Sat Apr  8 11:23:02 2023
+++ pkgsrc/print/tex-tcolorbox/distinfo Sat Feb 17 01:25:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/04/08 11:23:02 markd Exp $
+$NetBSD: distinfo,v 1.16 2024/02/17 01:25:14 markd Exp $
 
-BLAKE2s (tcolorbox.r66620.tar.xz) = 4401725302a5e8516e0e5875dd16d3fe6f28778e09419e948a71b33f5e73a94c
-SHA512 (tcolorbox.r66620.tar.xz) = c69235b995ba0c77390160dccaa08228acfa45e419bf30aa78d3d1f7a8c1edb55637a9d46ade95811ede7866a88d3fdc176f3f88eec5cbd12b146ed11674c6ed
-Size (tcolorbox.r66620.tar.xz) = 232704 bytes
+BLAKE2s (tcolorbox.r69370.tar.xz) = 2da956a3009dc84cb309b4394f839473d49784a906c243806b9277184665fcf4
+SHA512 (tcolorbox.r69370.tar.xz) = f62323c290e39f10555df66bfe43a3a199f99fd5ee81c13e450cab4736c805a21cd3d85ae710ccbccbcc552d5e0370245600a5e58e605d6b3d35a3fefa2a6fe0
+Size (tcolorbox.r69370.tar.xz) = 233576 bytes

Index: pkgsrc/print/tex-tcolorbox-doc/Makefile
diff -u pkgsrc/print/tex-tcolorbox-doc/Makefile:1.15 pkgsrc/print/tex-tcolorbox-doc/Makefile:1.16
--- pkgsrc/print/tex-tcolorbox-doc/Makefile:1.15        Sat Apr  8 11:23:02 2023
+++ pkgsrc/print/tex-tcolorbox-doc/Makefile     Sat Feb 17 01:25:14 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2023/04/08 11:23:02 markd Exp $
+# $NetBSD: Makefile,v 1.16 2024/02/17 01:25:14 markd Exp $
 
 DISTNAME=      tcolorbox.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-6.0.3
-TEXLIVE_REV=   66620
+PKGNAME=       tex-${DISTNAME:S/./-/}-6.2.0
+TEXLIVE_REV=   69370
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/tcolorbox
Index: pkgsrc/print/tex-tcolorbox-doc/distinfo
diff -u pkgsrc/print/tex-tcolorbox-doc/distinfo:1.15 pkgsrc/print/tex-tcolorbox-doc/distinfo:1.16
--- pkgsrc/print/tex-tcolorbox-doc/distinfo:1.15        Sat Apr  8 11:23:02 2023
+++ pkgsrc/print/tex-tcolorbox-doc/distinfo     Sat Feb 17 01:25:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/04/08 11:23:02 markd Exp $
+$NetBSD: distinfo,v 1.16 2024/02/17 01:25:14 markd Exp $
 
-BLAKE2s (tcolorbox.doc.r66620.tar.xz) = cb3ca53b9fbc45816520771da0df3dec6da3e200b5717d75db79cff3d8ba6b1f
-SHA512 (tcolorbox.doc.r66620.tar.xz) = 3a7776172474ac4fb3cf8562da6f913f31c591fedec9c064a4c2595830713ac34a5a7d9ddd80b843ad49961e7733639541edc57151cd7c6232090bc75a53322f
-Size (tcolorbox.doc.r66620.tar.xz) = 4848020 bytes
+BLAKE2s (tcolorbox.doc.r69370.tar.xz) = 8921c2a14e0f6bf3a893f9e498726a12a922eb22eef130380fc5fc1c8b525e4a
+SHA512 (tcolorbox.doc.r69370.tar.xz) = 7f4f312fee029753decd7456a6e2d8bc829484282f93d245e73a3ae706f7c948091694c05bd2b4f18982b4ed11662ec1868ef0dfd7bab3f35c15a1c1d486f41e
+Size (tcolorbox.doc.r69370.tar.xz) = 5178032 bytes



Home | Main Index | Thread Index | Old Index