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 Aug 17 03:30:07 UTC 2017

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

Log Message:
Update tex-tcolorbox{,-doc} to 4.10

- new options:
  'inherit height', 'verbatim ignore percent'
- library 'skins'
  * new style 'enhanced standard jigsaw'
- library 'magazine':
  * new macro: '\ifboxarrayempty'
- library 'breakable':
  * option 'break at' allows negative values now.
  * the algorithm for breaks inside a multicolumn environment was
improved (user code may be affected by this change).
  * new macro: '\tcbbreak'
- library 'minted':
  * the default settings for 'minted options'
    are supplemented by 'breaklines,autogobble'
- new library 'poster'
  * new macros and environments:
    'tcbposter',  '\tcbposterset', '\posterbox', 'posterboxenv',
    'tcbposterwidth', 'tcbposterheight', 'tcbpostercolspacing',
'tcbposterrowspacing', 'tcbpostercolumns', 'tcbposterrows',
'tcbpostercolwidth', 'tcbposterrowheight'
  * new options:
    'poster', 'columns', 'rows', 'colspacing', 'rowspacing', 'spacing',
    'showframe', 'width', 'height', 'prefix', 'coverage', 'no coverage',
    'boxes', 'fontsize', 'name', 'column', 'column*', 'span', 'row',
'rowspan', 'fixed height', 'below', 'above', 'at', 'between',
'sequence', 'placeholder', 'xshift', 'yshift'
- New example file 'tcolorbox-example-poster'
- New tutorial 'tcolorbox-tutorial-poster' for poster creation


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-tcolorbox/Makefile \
    pkgsrc/print/tex-tcolorbox/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-tcolorbox/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-tcolorbox-doc/Makefile \
    pkgsrc/print/tex-tcolorbox-doc/distinfo
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/print/tex-tcolorbox/Makefile:1.3
--- pkgsrc/print/tex-tcolorbox/Makefile:1.2     Wed Jun 21 13:25:33 2017
+++ pkgsrc/print/tex-tcolorbox/Makefile Thu Aug 17 03:30:07 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/06/21 13:25:33 markd Exp $
+# $NetBSD: Makefile,v 1.3 2017/08/17 03:30:07 markd Exp $
 
 DISTNAME=      tcolorbox
-PKGNAME=       tex-${DISTNAME}-4.03
-TEXLIVE_REV=   44046
+PKGNAME=       tex-${DISTNAME}-4.10
+TEXLIVE_REV=   44759
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://ctan.org/pkg/tcolorbox
Index: pkgsrc/print/tex-tcolorbox/distinfo
diff -u pkgsrc/print/tex-tcolorbox/distinfo:1.2 pkgsrc/print/tex-tcolorbox/distinfo:1.3
--- pkgsrc/print/tex-tcolorbox/distinfo:1.2     Wed Jun 21 13:25:33 2017
+++ pkgsrc/print/tex-tcolorbox/distinfo Thu Aug 17 03:30:07 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/06/21 13:25:33 markd Exp $
+$NetBSD: distinfo,v 1.3 2017/08/17 03:30:07 markd Exp $
 
-SHA1 (tex-tcolorbox-44046/tcolorbox.tar.xz) = ee59b428b9a4e023117772411bc2c2eec51e5db7
-RMD160 (tex-tcolorbox-44046/tcolorbox.tar.xz) = dd6033048d788fb172d2dd82bb0b3ad3e84042c9
-SHA512 (tex-tcolorbox-44046/tcolorbox.tar.xz) = f39066007e55bead464cb0ee9a54a64532586f1cca0cbb5d9379657ffd6b3ee1a5672c02b35563a88e0454c5d379d70fabea2bc3efef07223e53454a23e85c27
-Size (tex-tcolorbox-44046/tcolorbox.tar.xz) = 225688 bytes
+SHA1 (tex-tcolorbox-44759/tcolorbox.tar.xz) = cfdae1fedbcdef71ab032347d349c7ad8d1d109b
+RMD160 (tex-tcolorbox-44759/tcolorbox.tar.xz) = 82a5ce62196da23b0f6b6be5a02d051f6e71e24d
+SHA512 (tex-tcolorbox-44759/tcolorbox.tar.xz) = dcbd012cb6b2e0eb4bd9fdfd45b6c52503a2f2a6380f8ee65c106425d98dad69f0635f577e650290f1ced0ce61e3edcd192e4c968b053ae6b3fadfce83e19610
+Size (tex-tcolorbox-44759/tcolorbox.tar.xz) = 227860 bytes

Index: pkgsrc/print/tex-tcolorbox/PLIST
diff -u pkgsrc/print/tex-tcolorbox/PLIST:1.1 pkgsrc/print/tex-tcolorbox/PLIST:1.2
--- pkgsrc/print/tex-tcolorbox/PLIST:1.1        Fri Jan 20 21:44:00 2017
+++ pkgsrc/print/tex-tcolorbox/PLIST    Thu Aug 17 03:30:07 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/01/20 21:44:00 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/08/17 03:30:07 markd Exp $
 share/texmf-dist/tex/latex/tcolorbox/blueshade.png
 share/texmf-dist/tex/latex/tcolorbox/crinklepaper.png
 share/texmf-dist/tex/latex/tcolorbox/goldshade.png
@@ -13,6 +13,7 @@ share/texmf-dist/tex/latex/tcolorbox/tcb
 share/texmf-dist/tex/latex/tcolorbox/tcblistingsutf8.code.tex
 share/texmf-dist/tex/latex/tcolorbox/tcbmagazine.code.tex
 share/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex
+share/texmf-dist/tex/latex/tcolorbox/tcbposter.code.tex
 share/texmf-dist/tex/latex/tcolorbox/tcbprocessing.code.tex
 share/texmf-dist/tex/latex/tcolorbox/tcbraster.code.tex
 share/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex

Index: pkgsrc/print/tex-tcolorbox-doc/Makefile
diff -u pkgsrc/print/tex-tcolorbox-doc/Makefile:1.2 pkgsrc/print/tex-tcolorbox-doc/Makefile:1.3
--- pkgsrc/print/tex-tcolorbox-doc/Makefile:1.2 Wed Jun 21 13:25:33 2017
+++ pkgsrc/print/tex-tcolorbox-doc/Makefile     Thu Aug 17 03:30:07 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/06/21 13:25:33 markd Exp $
+# $NetBSD: Makefile,v 1.3 2017/08/17 03:30:07 markd Exp $
 
 DISTNAME=      tcolorbox.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-4.03
-TEXLIVE_REV=   44046
+PKGNAME=       tex-${DISTNAME:S/./-/}-4.10
+TEXLIVE_REV=   44759
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://ctan.org/pkg/tcolorbox
Index: pkgsrc/print/tex-tcolorbox-doc/distinfo
diff -u pkgsrc/print/tex-tcolorbox-doc/distinfo:1.2 pkgsrc/print/tex-tcolorbox-doc/distinfo:1.3
--- pkgsrc/print/tex-tcolorbox-doc/distinfo:1.2 Wed Jun 21 13:25:33 2017
+++ pkgsrc/print/tex-tcolorbox-doc/distinfo     Thu Aug 17 03:30:07 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/06/21 13:25:33 markd Exp $
+$NetBSD: distinfo,v 1.3 2017/08/17 03:30:07 markd Exp $
 
-SHA1 (tex-tcolorbox-44046/tcolorbox.doc.tar.xz) = 882cea1c00dc38a2c4947355a1cea2ad92a6c586
-RMD160 (tex-tcolorbox-44046/tcolorbox.doc.tar.xz) = aa8b4b50403fbc48f95d16353b4e62e4c09864b0
-SHA512 (tex-tcolorbox-44046/tcolorbox.doc.tar.xz) = 3a4bcb11a9008e05b9b8332766329e92bb0558759cba752616beea9ba5f775cea4936a3e212b3afc02c43efac4a0d85dd69a0c6ee339a9b8d221f45b13a70274
-Size (tex-tcolorbox-44046/tcolorbox.doc.tar.xz) = 3918728 bytes
+SHA1 (tex-tcolorbox-44759/tcolorbox.doc.tar.xz) = 459756e972590e89c4add63703329206e959b0a0
+RMD160 (tex-tcolorbox-44759/tcolorbox.doc.tar.xz) = 488187db1df4a8d374c86273bae8abed46cba9f8
+SHA512 (tex-tcolorbox-44759/tcolorbox.doc.tar.xz) = d215eb398f0da37ba81d61db938187ea859d56a55554935d41cd4c93dffa9eb5dc532432e4dd862ca321050a236c664946ca12436b5d4cb53360e12dacd4f0b4
+Size (tex-tcolorbox-44759/tcolorbox.doc.tar.xz) = 4483960 bytes

Index: pkgsrc/print/tex-tcolorbox-doc/PLIST
diff -u pkgsrc/print/tex-tcolorbox-doc/PLIST:1.1 pkgsrc/print/tex-tcolorbox-doc/PLIST:1.2
--- pkgsrc/print/tex-tcolorbox-doc/PLIST:1.1    Fri Jan 20 21:44:00 2017
+++ pkgsrc/print/tex-tcolorbox-doc/PLIST        Thu Aug 17 03:30:07 2017
@@ -1,10 +1,14 @@
-@comment $NetBSD: PLIST,v 1.1 2017/01/20 21:44:00 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/08/17 03:30:07 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/lichtspiel.jpg
+share/texmf-dist/doc/latex/tcolorbox/tcolorbox-example-poster.pdf
+share/texmf-dist/doc/latex/tcolorbox/tcolorbox-example-poster.tex
 share/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.pdf
 share/texmf-dist/doc/latex/tcolorbox/tcolorbox-example.tex
+share/texmf-dist/doc/latex/tcolorbox/tcolorbox-tutorial-poster.pdf
+share/texmf-dist/doc/latex/tcolorbox/tcolorbox-tutorial-poster.tex
 share/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.abstract.tex
 share/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.bib
 share/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.breakable.tex
@@ -22,6 +26,7 @@ share/texmf-dist/doc/latex/tcolorbox/tco
 share/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.listings.tex
 share/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.magazine.tex
 share/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.picturecredits.tex
+share/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.poster.tex
 share/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.quickref.tex
 share/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.raster.tex
 share/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.recording.tex



Home | Main Index | Thread Index | Old Index