Sun May 13 10:27:43 2018 UTC ()
tex-tcolorbox{,-doc}: update to 4.13

4.13
 - typos in 'tcolorbox-tutorial-poster' corrected

 - new options:
   'grow sidewards by'

 - library 'breakable':
   * Warning for discarded zero height box content added

 - library 'listings':
   * Documentation for 'text side listing', 'listing side text',
     'comment side listing', 'listing side comment' supplemented with notes.

 - library 'skins':
   * Options given by '/tcb/graphics options' and '/tikz/fill image options'
     are now fully expanded while applied to underlying '\includegraphics'
   * new option:
     'graphics orientation'

4.12
 - color implementation changed to fix problems with expl3
   (thanks to Ulrike Fischer)

 - Documentation typo corrected ('tcbsetmanagedlayers' instead of
   'tcbsetmanagedlayer')

 - Bug fix: 'borderline south' and 'borderline north' created
   'Missing character' messages for breakable boxes

 - library 'theorems':
   * new options 'theorem label supplement',
     'theorem full label supplement'


(markd)
diff -r1.4 -r1.5 pkgsrc/print/tex-tcolorbox/Makefile
diff -r1.4 -r1.5 pkgsrc/print/tex-tcolorbox/distinfo
diff -r1.4 -r1.5 pkgsrc/print/tex-tcolorbox-doc/Makefile
diff -r1.4 -r1.5 pkgsrc/print/tex-tcolorbox-doc/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/print/tex-tcolorbox/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-tcolorbox/Makefile 2017/10/23 01:19:56 1.4
+++ pkgsrc/print/tex-tcolorbox/Makefile 2018/05/13 10:27:42 1.5
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.4 2017/10/23 01:19:56 markd Exp $ 1# $NetBSD: Makefile,v 1.5 2018/05/13 10:27:42 markd Exp $
2 2
3DISTNAME= tcolorbox 3DISTNAME= tcolorbox
4PKGNAME= tex-${DISTNAME}-4.11 4PKGNAME= tex-${DISTNAME}-4.13
5TEXLIVE_REV= 45313 5TEXLIVE_REV= 47079
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://ctan.org/pkg/tcolorbox 8HOMEPAGE= http://ctan.org/pkg/tcolorbox
9COMMENT= Coloured boxes, for LaTeX examples and theorems, etc 9COMMENT= Coloured boxes, for LaTeX examples and theorems, etc
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath 12DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
13DEPENDS+= tex-environ-[0-9]*:../../print/tex-environ 13DEPENDS+= tex-environ-[0-9]*:../../print/tex-environ
14DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox 14DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
15DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref 15DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
16DEPENDS+= tex-ifluatex-[0-9]*:../../print/tex-ifluatex 16DEPENDS+= tex-ifluatex-[0-9]*:../../print/tex-ifluatex
17DEPENDS+= tex-incgraph-[0-9]*:../../graphics/tex-incgraph 17DEPENDS+= tex-incgraph-[0-9]*:../../graphics/tex-incgraph
18DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages 18DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages

cvs diff -r1.4 -r1.5 pkgsrc/print/tex-tcolorbox/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-tcolorbox/distinfo 2017/10/23 01:19:56 1.4
+++ pkgsrc/print/tex-tcolorbox/distinfo 2018/05/13 10:27:42 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2017/10/23 01:19:56 markd Exp $ 1$NetBSD: distinfo,v 1.5 2018/05/13 10:27:42 markd Exp $
2 2
3SHA1 (tex-tcolorbox-45313/tcolorbox.tar.xz) = b2898212d4616f95036888648ae66f77668fc688 3SHA1 (tex-tcolorbox-47079/tcolorbox.tar.xz) = 10173c1ac9b7933a18ae5b8d0e25dbf43f1b7dc9
4RMD160 (tex-tcolorbox-45313/tcolorbox.tar.xz) = 538f6769b7c1d4912a6eb8e474e4ccfb5e3f0554 4RMD160 (tex-tcolorbox-47079/tcolorbox.tar.xz) = c4b92c44caef46ccc4cb04085439303a05696691
5SHA512 (tex-tcolorbox-45313/tcolorbox.tar.xz) = bd1b447726bb49f03475f8d82704b51f91c0a28de09ea1c14e752a01970b004bd37393653404383607ba03dd88050e0291227c60f6e1a72a5f2132859abb78c7 5SHA512 (tex-tcolorbox-47079/tcolorbox.tar.xz) = 335bb03016629c14ade508a538a70d4e164459c949d6c5602a489b36883df161b0ae1963e9d303bd301325edc9a90525a0a9dc6bc6a7a26a0fbb4e4d01b3650d
6Size (tex-tcolorbox-45313/tcolorbox.tar.xz) = 227844 bytes 6Size (tex-tcolorbox-47079/tcolorbox.tar.xz) = 228112 bytes

cvs diff -r1.4 -r1.5 pkgsrc/print/tex-tcolorbox-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-tcolorbox-doc/Makefile 2017/10/23 01:19:56 1.4
+++ pkgsrc/print/tex-tcolorbox-doc/Makefile 2018/05/13 10:27:42 1.5
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.4 2017/10/23 01:19:56 markd Exp $ 1# $NetBSD: Makefile,v 1.5 2018/05/13 10:27:42 markd Exp $
2 2
3DISTNAME= tcolorbox.doc 3DISTNAME= tcolorbox.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-4.11 4PKGNAME= tex-${DISTNAME:S/./-/}-4.13
5TEXLIVE_REV= 45313 5TEXLIVE_REV= 47079
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://ctan.org/pkg/tcolorbox 8HOMEPAGE= http://ctan.org/pkg/tcolorbox
9COMMENT= Documentation for tex-tcolorbox 9COMMENT= Documentation for tex-tcolorbox
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12.include "../../print/texlive/package.mk" 12.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/print/tex-tcolorbox-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-tcolorbox-doc/distinfo 2017/10/23 01:19:56 1.4
+++ pkgsrc/print/tex-tcolorbox-doc/distinfo 2018/05/13 10:27:42 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2017/10/23 01:19:56 markd Exp $ 1$NetBSD: distinfo,v 1.5 2018/05/13 10:27:42 markd Exp $
2 2
3SHA1 (tex-tcolorbox-45313/tcolorbox.doc.tar.xz) = 3e52b988577ed1f4e5e04eb030bea4e8301d530d 3SHA1 (tex-tcolorbox-47079/tcolorbox.doc.tar.xz) = 62b79e42b94221ba71a21a73bf4bc35fe2443590
4RMD160 (tex-tcolorbox-45313/tcolorbox.doc.tar.xz) = 46747c56a2a4b653edee8cd878c6857929f3262a 4RMD160 (tex-tcolorbox-47079/tcolorbox.doc.tar.xz) = 6f396cae61b2d1bc46030913858145475dd1bff1
5SHA512 (tex-tcolorbox-45313/tcolorbox.doc.tar.xz) = fbb25d5fc5df75e26a6d62d4d5fd3fa3ffa2617a8c850e3e9fffc21175726591b4425210f2d89dbefacf4156a5a9d5cc7fdf5d8c40b15db4102ced9ed628b732 5SHA512 (tex-tcolorbox-47079/tcolorbox.doc.tar.xz) = 5ee9a63715744a34cad78ac9e8a58c861900db654fd32302644f389a7a873aabe645fd51a61a6ffc807aa4cbb3c77c19aca4643facfc96ac604bdc3adfb468f9
6Size (tex-tcolorbox-45313/tcolorbox.doc.tar.xz) = 4471484 bytes 6Size (tex-tcolorbox-47079/tcolorbox.doc.tar.xz) = 4493868 bytes