Mon Jan 28 10:22:46 2019 UTC ()
tex-tcolorbox{,-doc}: update to 4.15

 - bug fix: 'tikz upper', 'tikz lower' failed to take more than
   one parameter (again)

 - bug fix: 'tcboxedraster' could not be set to be 'breakable'

 - library 'breakable': Implementation of 'pad after break' changed to
   be consistent with a boxed title.

 - library 'raster':
   * dimension settings changed to be more robust
   * new options 'raster width center', 'raster width flush left',
     'raster width flush right'

 - Example source code of 'tcolorbox-example-poster' and 'tcolorbox-tutorial-poster'
   adapted to be compatible with lipsum package version 2.0


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

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

--- pkgsrc/print/tex-tcolorbox/Makefile 2018/05/13 10:27:42 1.5
+++ pkgsrc/print/tex-tcolorbox/Makefile 2019/01/28 10:22:46 1.6
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.5 2018/05/13 10:27:42 markd Exp $ 1# $NetBSD: Makefile,v 1.6 2019/01/28 10:22:46 markd Exp $
2 2
3DISTNAME= tcolorbox 3DISTNAME= tcolorbox
4PKGNAME= tex-${DISTNAME}-4.13 4PKGNAME= tex-${DISTNAME}-4.15
5TEXLIVE_REV= 47079 5TEXLIVE_REV= 49347
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.5 -r1.6 pkgsrc/print/tex-tcolorbox/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-tcolorbox/distinfo 2018/05/13 10:27:42 1.5
+++ pkgsrc/print/tex-tcolorbox/distinfo 2019/01/28 10:22:46 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2018/05/13 10:27:42 markd Exp $ 1$NetBSD: distinfo,v 1.6 2019/01/28 10:22:46 markd Exp $
2 2
3SHA1 (tex-tcolorbox-47079/tcolorbox.tar.xz) = 10173c1ac9b7933a18ae5b8d0e25dbf43f1b7dc9 3SHA1 (tex-tcolorbox-49347/tcolorbox.tar.xz) = 130b2ee4d236a9053b129496db0584192b1f0604
4RMD160 (tex-tcolorbox-47079/tcolorbox.tar.xz) = c4b92c44caef46ccc4cb04085439303a05696691 4RMD160 (tex-tcolorbox-49347/tcolorbox.tar.xz) = 802196e4b367ec3fd888d23826aba58060511c8d
5SHA512 (tex-tcolorbox-47079/tcolorbox.tar.xz) = 335bb03016629c14ade508a538a70d4e164459c949d6c5602a489b36883df161b0ae1963e9d303bd301325edc9a90525a0a9dc6bc6a7a26a0fbb4e4d01b3650d 5SHA512 (tex-tcolorbox-49347/tcolorbox.tar.xz) = 893addebf4a542444fae2b046e398fb98a81e0b8a51d29d6e1015008c29d93478245e0e418cb5c67d521735d6216849852e2b72714ae99e8f6faa685acb9cd05
6Size (tex-tcolorbox-47079/tcolorbox.tar.xz) = 228112 bytes 6Size (tex-tcolorbox-49347/tcolorbox.tar.xz) = 228396 bytes

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

--- pkgsrc/print/tex-tcolorbox-doc/Makefile 2018/05/13 10:27:42 1.5
+++ pkgsrc/print/tex-tcolorbox-doc/Makefile 2019/01/28 10:22:46 1.6
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.5 2018/05/13 10:27:42 markd Exp $ 1# $NetBSD: Makefile,v 1.6 2019/01/28 10:22:46 markd Exp $
2 2
3DISTNAME= tcolorbox.doc 3DISTNAME= tcolorbox.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-4.13 4PKGNAME= tex-${DISTNAME:S/./-/}-4.15
5TEXLIVE_REV= 47079 5TEXLIVE_REV= 49347
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.5 -r1.6 pkgsrc/print/tex-tcolorbox-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-tcolorbox-doc/distinfo 2018/05/13 10:27:42 1.5
+++ pkgsrc/print/tex-tcolorbox-doc/distinfo 2019/01/28 10:22:46 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2018/05/13 10:27:42 markd Exp $ 1$NetBSD: distinfo,v 1.6 2019/01/28 10:22:46 markd Exp $
2 2
3SHA1 (tex-tcolorbox-47079/tcolorbox.doc.tar.xz) = 62b79e42b94221ba71a21a73bf4bc35fe2443590 3SHA1 (tex-tcolorbox-49347/tcolorbox.doc.tar.xz) = ac6d764e3299f053ddd7cdea038ce0bfd478a44c
4RMD160 (tex-tcolorbox-47079/tcolorbox.doc.tar.xz) = 6f396cae61b2d1bc46030913858145475dd1bff1 4RMD160 (tex-tcolorbox-49347/tcolorbox.doc.tar.xz) = ac9427e1d55f1bd463a3d0e672d748d9f0bd73ad
5SHA512 (tex-tcolorbox-47079/tcolorbox.doc.tar.xz) = 5ee9a63715744a34cad78ac9e8a58c861900db654fd32302644f389a7a873aabe645fd51a61a6ffc807aa4cbb3c77c19aca4643facfc96ac604bdc3adfb468f9 5SHA512 (tex-tcolorbox-49347/tcolorbox.doc.tar.xz) = 88f6aa63aa757571a166ef21c07c17fec56307f86fd087ea66a682aa533c6953ebcf4c3915689f0e38ddbc56509daad3279dfbb740b064ad45995ee8a5cc12fb
6Size (tex-tcolorbox-47079/tcolorbox.doc.tar.xz) = 4493868 bytes 6Size (tex-tcolorbox-49347/tcolorbox.doc.tar.xz) = 5418116 bytes