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 Feb 18 19:53:42 UTC 2021
Modified Files:
pkgsrc/print/tex-pgf: Makefile PLIST distinfo
pkgsrc/print/tex-pgf-doc: Makefile PLIST distinfo
Log Message:
tex-pgf{,-doc}: update to 3.1.8b
3.1.8b
Hotfix for handling of TeX conditionals on a path. We can't forward
\relax and frozen \relax through the parser because there is existing
code that relies on this.
The recommendation is to use expandable conditionals where possible.
3.1.8a
Hotfix for the new topaths handling. One instance did not yet properly
preserve relative coordinates.
3.1.8
If a topath is bent by any of the in=, out=, bend=, etc. options, a
Bezier curve is constructed in the background. To infer the positions
of the control points the start and end coordinate are converted to
absolute coordinates. However, this has the effect that subsequent
points on the path think that the endpoint of the topath was absolute
which can lead to counter-intuitive path construction, e.g.
```latex
\draw (2,0) to[out=0,in=180] +(1,0) -- ++(0,-1) -- +(1,0);
```
If old code relies on this behavior, this drawing will silently break!
Please open an issue if you rely on this.
This release introduces a fix for path handling which concerns
expansion of tokens on the path in particular with respect to
conditional. Previously when the expansion of a conditonal resulted in
a frozen \relax the parser would just give up. Now the parser will
skip over the frozen \relax and continue to expand tokens. Whether
this will result in a meaningful expansion is up to the user.
This release also includes other bug fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/tex-pgf/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/tex-pgf/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/tex-pgf/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/tex-pgf-doc/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-pgf-doc/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/tex-pgf-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-pgf/Makefile
diff -u pkgsrc/print/tex-pgf/Makefile:1.22 pkgsrc/print/tex-pgf/Makefile:1.23
--- pkgsrc/print/tex-pgf/Makefile:1.22 Sun May 3 11:57:33 2020
+++ pkgsrc/print/tex-pgf/Makefile Thu Feb 18 19:53:42 2021
@@ -1,17 +1,20 @@
-# $NetBSD: Makefile,v 1.22 2020/05/03 11:57:33 markd Exp $
+# $NetBSD: Makefile,v 1.23 2021/02/18 19:53:42 markd Exp $
DISTNAME= pgf
-PKGNAME= tex-${DISTNAME}-3.1.5b
-TEXLIVE_REV= 54512
+PKGNAME= tex-${DISTNAME}-3.1.8b
+TEXLIVE_REV= 57240
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/pgf
COMMENT= PostScript and PDF graphics systems for TeX
LICENSE= lppl-1.3c AND gnu-gpl-v2 AND gnu-fdl-v1.1
+DEPENDS+= tex-atveryend-[0-9]*:../../print/tex-atveryend
+DEPENDS+= tex-fp-[0-9]*:../../math/tex-fp
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin
DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms
+DEPENDS+= tex-pdftexcmds-[0-9]*:../../print/tex-pdftexcmds
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
Index: pkgsrc/print/tex-pgf/PLIST
diff -u pkgsrc/print/tex-pgf/PLIST:1.11 pkgsrc/print/tex-pgf/PLIST:1.12
--- pkgsrc/print/tex-pgf/PLIST:1.11 Sun May 3 11:57:33 2020
+++ pkgsrc/print/tex-pgf/PLIST Thu Feb 18 19:53:42 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2020/05/03 11:57:33 markd Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/02/18 19:53:42 markd Exp $
share/texmf-dist/scripts/pgf/Makefile.pgf_release
share/texmf-dist/scripts/pgf/pgfrevisionfile.sh
share/texmf-dist/tex/context/third/pgf/basiclayer/t-pgf.tex
@@ -350,7 +350,6 @@ share/texmf-dist/tex/generic/pgf/librari
share/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.code.tex
share/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.meta.code.tex
share/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.spaced.code.tex
-share/texmf-dist/tex/generic/pgf/libraries/pgflibrarybbox.code.tex
share/texmf-dist/tex/generic/pgf/libraries/pgflibrarycurvilinear.code.tex
share/texmf-dist/tex/generic/pgf/libraries/pgflibraryfadings.code.tex
share/texmf-dist/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex
@@ -419,6 +418,7 @@ share/texmf-dist/tex/generic/pgf/systeml
share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def
share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvips.def
share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvisvgm.def
+share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvisvgm4ht.def
share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-luatex.def
share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def
@@ -465,6 +465,7 @@ share/texmf-dist/tex/latex/pgf/compatibi
share/texmf-dist/tex/latex/pgf/compatibility/pgflibrarytikztrees.sty
share/texmf-dist/tex/latex/pgf/compatibility/pgfnodes.sty
share/texmf-dist/tex/latex/pgf/compatibility/pgfshade.sty
+share/texmf-dist/tex/latex/pgf/doc/pgfmanual-en-macros.tex
share/texmf-dist/tex/latex/pgf/doc/pgfmanual.code.tex
share/texmf-dist/tex/latex/pgf/doc/pgfmanual.pdflinks.code.tex
share/texmf-dist/tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex
@@ -478,6 +479,7 @@ share/texmf-dist/tex/latex/pgf/utilities
share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
share/texmf-dist/tex/latex/pgf/utilities/pgfpages.sty
+share/texmf-dist/tex/latex/pgf/utilities/pgfparser.sty
share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
share/texmf-dist/tex/latex/pgf/utilities/tikzexternal.sty
share/texmf-dist/tex/latex/pgf/utilities/xxcolor.sty
Index: pkgsrc/print/tex-pgf/distinfo
diff -u pkgsrc/print/tex-pgf/distinfo:1.13 pkgsrc/print/tex-pgf/distinfo:1.14
--- pkgsrc/print/tex-pgf/distinfo:1.13 Sun May 3 11:57:33 2020
+++ pkgsrc/print/tex-pgf/distinfo Thu Feb 18 19:53:42 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/05/03 11:57:33 markd Exp $
+$NetBSD: distinfo,v 1.14 2021/02/18 19:53:42 markd Exp $
-SHA1 (pgf.r54512.tar.xz) = d4a27ed2c88d9d9cdb96fb14eb3079e4295fc2df
-RMD160 (pgf.r54512.tar.xz) = d21c72f2bab73f46ffec2ab392ca2d72e48629b3
-SHA512 (pgf.r54512.tar.xz) = a52e1ad12c3f177c0896a6e1bbb9eff373d6647328fa3ed9234feeeb97d1e3ff74320af842abf915f6e06f07508a3f6dd278c689273bc41cdb08609d12e780e1
-Size (pgf.r54512.tar.xz) = 703864 bytes
+SHA1 (pgf.r57240.tar.xz) = e50faa9bf64b8f36bf2d292c58d000adf5d15e30
+RMD160 (pgf.r57240.tar.xz) = 3de59ff08e919e93f9ee3cb406d8fbf137172687
+SHA512 (pgf.r57240.tar.xz) = da45fe7a5b4e9aacf39c64da1596a30ceffc8751ceb6543b20f6d3f2134da75eff7684a72ce15fee9d1e4404efcf98d9fd3354d9c178caa3881a735be87c9073
+Size (pgf.r57240.tar.xz) = 716948 bytes
Index: pkgsrc/print/tex-pgf-doc/Makefile
diff -u pkgsrc/print/tex-pgf-doc/Makefile:1.12 pkgsrc/print/tex-pgf-doc/Makefile:1.13
--- pkgsrc/print/tex-pgf-doc/Makefile:1.12 Sun May 3 11:57:34 2020
+++ pkgsrc/print/tex-pgf-doc/Makefile Thu Feb 18 19:53:42 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2020/05/03 11:57:34 markd Exp $
+# $NetBSD: Makefile,v 1.13 2021/02/18 19:53:42 markd Exp $
DISTNAME= pgf.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-3.1.5b
-TEXLIVE_REV= 54512
+PKGNAME= tex-${DISTNAME:S/./-/}-3.1.8b
+TEXLIVE_REV= 57240
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/pgf
Index: pkgsrc/print/tex-pgf-doc/PLIST
diff -u pkgsrc/print/tex-pgf-doc/PLIST:1.9 pkgsrc/print/tex-pgf-doc/PLIST:1.10
--- pkgsrc/print/tex-pgf-doc/PLIST:1.9 Sun May 3 11:57:34 2020
+++ pkgsrc/print/tex-pgf-doc/PLIST Thu Feb 18 19:53:42 2021
@@ -1,11 +1,12 @@
-@comment $NetBSD: PLIST,v 1.9 2020/05/03 11:57:34 markd Exp $
-share/texmf-dist/doc/generic/pgf/AUTHORS
+@comment $NetBSD: PLIST,v 1.10 2021/02/18 19:53:42 markd Exp $
share/texmf-dist/doc/generic/pgf/ChangeLog
share/texmf-dist/doc/generic/pgf/FILES
share/texmf-dist/doc/generic/pgf/INSTALL
-share/texmf-dist/doc/generic/pgf/README
+share/texmf-dist/doc/generic/pgf/RELEASE_NOTES.md
+share/texmf-dist/doc/generic/pgf/description.html
share/texmf-dist/doc/generic/pgf/extract.lua
share/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo-mask.bb
+share/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo-mask.eps
share/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo-mask.jpg
share/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.25.bb
share/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.25.eps
@@ -22,7 +23,6 @@ share/texmf-dist/doc/generic/pgf/license
share/texmf-dist/doc/generic/pgf/licenses/latex-project-public-license-1.3c.txt
share/texmf-dist/doc/generic/pgf/licenses/manifest-code.txt
share/texmf-dist/doc/generic/pgf/licenses/manifest-documentation.txt
-share/texmf-dist/doc/generic/pgf/macros/pgfmanual-en-macros.tex
share/texmf-dist/doc/generic/pgf/pgfmanual.pdf
share/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-actions.tex
share/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-animations.tex
@@ -79,7 +79,6 @@ share/texmf-dist/doc/generic/pgf/text-en
share/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex
share/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-babel.tex
share/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-backgrounds.tex
-share/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-bbox.tex
share/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calc.tex
share/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex
share/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-chains.tex
@@ -266,6 +265,7 @@ share/texmf-dist/doc/generic/pgf/version
share/texmf-dist/doc/generic/pgf/version-for-luatex/en/plots/pgf-exp.gnuplot
share/texmf-dist/doc/generic/pgf/version-for-luatex/en/plots/pgf-exp.table
share/texmf-dist/doc/generic/pgf/version-for-luatex/en/plots/pgf-parametric-example-cut.gnuplot
+share/texmf-dist/doc/generic/pgf/version-for-luatex/en/plots/pgf-parametric-example-cut.table
share/texmf-dist/doc/generic/pgf/version-for-luatex/en/plots/pgf-parametric-example.gnuplot
share/texmf-dist/doc/generic/pgf/version-for-luatex/en/plots/pgf-parametric-example.table
share/texmf-dist/doc/generic/pgf/version-for-luatex/en/plots/pgf-sin.gnuplot
Index: pkgsrc/print/tex-pgf-doc/distinfo
diff -u pkgsrc/print/tex-pgf-doc/distinfo:1.11 pkgsrc/print/tex-pgf-doc/distinfo:1.12
--- pkgsrc/print/tex-pgf-doc/distinfo:1.11 Sun May 3 11:57:34 2020
+++ pkgsrc/print/tex-pgf-doc/distinfo Thu Feb 18 19:53:42 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/05/03 11:57:34 markd Exp $
+$NetBSD: distinfo,v 1.12 2021/02/18 19:53:42 markd Exp $
-SHA1 (pgf.doc.r54512.tar.xz) = bd4eb69822718b334666c921a1a1dec4c5317b92
-RMD160 (pgf.doc.r54512.tar.xz) = 908e37696c1ab047afb663607d341162afe8f53c
-SHA512 (pgf.doc.r54512.tar.xz) = 00c8b5094ae59cb8f43c8e3c18add93db02ba567e8e56812e75b04c78f5c204ad7f53fc94cdda968fda62050335714ca738ff691effdaf51de3c714ad27cd1bf
-Size (pgf.doc.r54512.tar.xz) = 10555588 bytes
+SHA1 (pgf.doc.r57240.tar.xz) = be0cd55f75cd9ba5a70b0d37faf2e95a7a9e43a6
+RMD160 (pgf.doc.r57240.tar.xz) = e612cddd2ff3f75a13cd31e1d991edf6a40ca030
+SHA512 (pgf.doc.r57240.tar.xz) = 697cc2e2503f3d71cd751530e1e9d8c9ada584690b212f03b7a15808b9f973de532dbbc144ef924b4e806d849cabe2850d1ae802c51b073d84e567349c29fb90
+Size (pgf.doc.r57240.tar.xz) = 10717352 bytes
Home |
Main Index |
Thread Index |
Old Index