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:           Thu Apr 14 03:28:49 UTC 2022

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

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

5.0.2
### Changed
- Library `minted`: Temporary patch `\tcbTemporaryPatchMintedFancyvrb`
  removed because of update for package `minted` (2021/12/24).
  This is now the required version for `tcolorbox`

### Fixed
- Using the `documentation` library with `minted` was broken
- Library `theorems`: New implementation had title expansion with
  problems

5.0.1
### Fixed
- Library `minted`: Patch `\tcbTemporaryPatchMintedFancyvrb` fixed
- Fix for issue #157 disabled unbreakability for hbox type boxes
  This also affected boxes with sidebyside content

5.0.0
### Added
- Library `skins`: Option `attach boxed title to top text left`
- Library `skins`: Option `attach boxed title to top text right`
- Library `skins`: Option `attach boxed title to bottom text left`
- Library `skins`: Option `attach boxed title to bottom text right`
- Library `theorems`: Option `theorem number`
- Library `minted`: Option `default minted options`
- Library `minted`: Temporary patch `\tcbTemporaryPatchMintedFancyvrb`
    for the current minted/fancyvrb package clash

### Changed
- Changelog is switched to Markdown for entries from 2021 on
  [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- From now on version numbers adhere to
  [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
- Library `documentation`: warn about not installed `marvosym` and `pifont`
- Environments wrapped with `\tcolorboxenvironment` are now compatible with
  all three capture modes `minipage`, `hbox`, and `fitbox`
- Meaningful error prompts when using unknown capture modes
- Library `raster`: Inside a raster, `tcbrasternum` can now be
  referenced using `label={mylabel}`, if the box is not numbered otherwise
- Library `theorem`: Theorems with empty display name are now possible
  without glitches
- Library `theorem`: Major code parts rewritten in expl3 code
- Internal layer accounting changed from LaTeX to TeX code to avoid problems
  with counter macro manipulations by amsmath alignment environments
- Library `minted`: Option `minted options` now initialized with `default
  minted options`
- Library `minted`: Code parts rewritten in expl3 code

### Removed
- Library 'theorems': `\tcbmaketheorem` removed which is deprecated since
  version 2.40 (2013/07/15).  Use `\newtcbtheorem` instead.

### Fixed
- Library `documentation`: Inconsistent local/global assignment corrected
- Documentation: Changed bibtex link corrected
- Library `breakable`: Option `use color stack` was order dependant
- Library `raster`: Numbering for rasters inside rasters
- In certain situations options were set twice


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/tex-tcolorbox/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/tex-tcolorbox/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/tex-tcolorbox-doc/Makefile \
    pkgsrc/print/tex-tcolorbox-doc/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-tcolorbox-doc/PLIST

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.13 pkgsrc/print/tex-tcolorbox/Makefile:1.14
--- pkgsrc/print/tex-tcolorbox/Makefile:1.13    Sat Jun  5 06:55:25 2021
+++ pkgsrc/print/tex-tcolorbox/Makefile Thu Apr 14 03:28:48 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2021/06/05 06:55:25 markd Exp $
+# $NetBSD: Makefile,v 1.14 2022/04/14 03:28:48 markd Exp $
 
 DISTNAME=      tcolorbox
-PKGNAME=       tex-${DISTNAME}-4.50
-TEXLIVE_REV=   59319
+PKGNAME=       tex-${DISTNAME}-5.0.2
+TEXLIVE_REV=   61524
 
 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.12 pkgsrc/print/tex-tcolorbox/distinfo:1.13
--- pkgsrc/print/tex-tcolorbox/distinfo:1.12    Tue Oct 26 11:14:47 2021
+++ pkgsrc/print/tex-tcolorbox/distinfo Thu Apr 14 03:28:48 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:14:47 nia Exp $
+$NetBSD: distinfo,v 1.13 2022/04/14 03:28:48 markd Exp $
 
-BLAKE2s (tcolorbox.r59319.tar.xz) = 9c0c501ef9f874f338bc6d491c43f7e996d0514e2a83265e50687f393e9c0227
-SHA512 (tcolorbox.r59319.tar.xz) = 5084a335fd0f9d4f0c959059537d6faa247d1796c5ca494ebabf64b686e7092c77346ccc2d58c7f4ec5fce7edb43cdead5608c06fa0a57ececdf91bfd4343f5c
-Size (tcolorbox.r59319.tar.xz) = 231064 bytes
+BLAKE2s (tcolorbox.r61524.tar.xz) = 13533cbcb03353b78c46e9f5aef3f3ce9f754ec5e85c11ffba3274fb20c9a4e7
+SHA512 (tcolorbox.r61524.tar.xz) = 35ead6c1859d6112eae3e3f5c33abfa58eac55de2154aebf21131d73aac96fa96f7214e662c5eb174ba4ebb6ce26ee0838dc6ee1762f5d4824dc17c7bd6850c8
+Size (tcolorbox.r61524.tar.xz) = 232088 bytes

Index: pkgsrc/print/tex-tcolorbox-doc/Makefile
diff -u pkgsrc/print/tex-tcolorbox-doc/Makefile:1.12 pkgsrc/print/tex-tcolorbox-doc/Makefile:1.13
--- pkgsrc/print/tex-tcolorbox-doc/Makefile:1.12        Sat Jun  5 06:55:25 2021
+++ pkgsrc/print/tex-tcolorbox-doc/Makefile     Thu Apr 14 03:28:48 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2021/06/05 06:55:25 markd Exp $
+# $NetBSD: Makefile,v 1.13 2022/04/14 03:28:48 markd Exp $
 
 DISTNAME=      tcolorbox.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-4.50
-TEXLIVE_REV=   59319
+PKGNAME=       tex-${DISTNAME:S/./-/}-5.0.2
+TEXLIVE_REV=   61524
 
 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.12 pkgsrc/print/tex-tcolorbox-doc/distinfo:1.13
--- pkgsrc/print/tex-tcolorbox-doc/distinfo:1.12        Tue Oct 26 11:14:47 2021
+++ pkgsrc/print/tex-tcolorbox-doc/distinfo     Thu Apr 14 03:28:48 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:14:47 nia Exp $
+$NetBSD: distinfo,v 1.13 2022/04/14 03:28:48 markd Exp $
 
-BLAKE2s (tcolorbox.doc.r59319.tar.xz) = 00f912e0280a5e0c5cff288bb19652fda6e30cbb98e7d4463fe41c716c618c21
-SHA512 (tcolorbox.doc.r59319.tar.xz) = 3e740903ada41659911267629528ce0ff37ca60ef28d7b013f4a50899ccd6ff3cca257cbd8f1ccf9cfea1c5c8591a929a829f7beb0e9a1050e9ff75c171a94dc
-Size (tcolorbox.doc.r59319.tar.xz) = 4770092 bytes
+BLAKE2s (tcolorbox.doc.r61524.tar.xz) = fd7bae9a770bb4407a46680d1c8a2599712f8fa1f997e33abb05071674addada
+SHA512 (tcolorbox.doc.r61524.tar.xz) = 64bf381bfff6b87b431bfbd32596818a786f99676f596adab78cc0b447895cf9f63b234ed9e120c543c7af7fdb6c58a114d15c0d4494171b2a3ba49085e4976e
+Size (tcolorbox.doc.r61524.tar.xz) = 4836948 bytes

Index: pkgsrc/print/tex-tcolorbox-doc/PLIST
diff -u pkgsrc/print/tex-tcolorbox-doc/PLIST:1.4 pkgsrc/print/tex-tcolorbox-doc/PLIST:1.5
--- pkgsrc/print/tex-tcolorbox-doc/PLIST:1.4    Sat Jun  5 06:55:25 2021
+++ pkgsrc/print/tex-tcolorbox-doc/PLIST        Thu Apr 14 03:28:48 2022
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2021/06/05 06:55:25 markd Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/04/14 03:28:48 markd Exp $
 share/texmf-dist/doc/latex/tcolorbox/Basilica_5.png
-share/texmf-dist/doc/latex/tcolorbox/CHANGES
-share/texmf-dist/doc/latex/tcolorbox/README
+share/texmf-dist/doc/latex/tcolorbox/CHANGES.md
+share/texmf-dist/doc/latex/tcolorbox/README.md
 share/texmf-dist/doc/latex/tcolorbox/lichtspiel.jpg
 share/texmf-dist/doc/latex/tcolorbox/tcolorbox-example-poster.pdf
 share/texmf-dist/doc/latex/tcolorbox/tcolorbox-example-poster.tex



Home | Main Index | Thread Index | Old Index