summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2019-07-17 11:14:13 +0000
committermarkd <markd@pkgsrc.org>2019-07-17 11:14:13 +0000
commitd7f5d5fb39cd253f9a88426de1e8fb7b49ccef39 (patch)
tree6ec0bd88a5c052ab74c02ea44bf8251054239a19
parent9f2634edab06f72551982d19bfb40ffc7da9ca82 (diff)
downloadpkgsrc-d7f5d5fb39cd253f9a88426de1e8fb7b49ccef39.tar.gz
tex-pgf{,-doc}: update to 3.1.4
PGF 3.1.3 is a maintenance release with a couple of bug fixes. 3.1.4 New features - Document and fix the patterns.meta library - Stretchable dash patterns - Use \protected at edef in \pgfmathparse Bug fixes
-rw-r--r--print/tex-pgf-doc/Makefile6
-rw-r--r--print/tex-pgf-doc/PLIST3
-rw-r--r--print/tex-pgf-doc/distinfo10
-rw-r--r--print/tex-pgf/Makefile6
-rw-r--r--print/tex-pgf/PLIST3
-rw-r--r--print/tex-pgf/distinfo10
6 files changed, 20 insertions, 18 deletions
diff --git a/print/tex-pgf-doc/Makefile b/print/tex-pgf-doc/Makefile
index 3a6818502be..59e8365b52c 100644
--- a/print/tex-pgf-doc/Makefile
+++ b/print/tex-pgf-doc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2019/05/13 21:18:12 markd Exp $
+# $NetBSD: Makefile,v 1.9 2019/07/17 11:14:13 markd Exp $
DISTNAME= pgf.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-3.1.2
-TEXLIVE_REV= 51018
+PKGNAME= tex-${DISTNAME:S/./-/}-3.1.4
+TEXLIVE_REV= 51626
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/pgf
diff --git a/print/tex-pgf-doc/PLIST b/print/tex-pgf-doc/PLIST
index e898eca683f..1e856af0abe 100644
--- a/print/tex-pgf-doc/PLIST
+++ b/print/tex-pgf-doc/PLIST
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.7 2019/05/13 21:18:12 markd Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/07/17 11:14:13 markd Exp $
share/texmf-dist/doc/generic/pgf/AUTHORS
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/README-3.0.0
+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.jpg
share/texmf-dist/doc/generic/pgf/images/brave-gnu-world-logo.25.bb
diff --git a/print/tex-pgf-doc/distinfo b/print/tex-pgf-doc/distinfo
index 410a8d2b8da..8e66e6ff046 100644
--- a/print/tex-pgf-doc/distinfo
+++ b/print/tex-pgf-doc/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/05/13 21:18:12 markd Exp $
+$NetBSD: distinfo,v 1.10 2019/07/17 11:14:13 markd Exp $
-SHA1 (tex-pgf-51018/pgf.doc.tar.xz) = c30704d8156c00d8202d9ec16ba9582e455fa7f9
-RMD160 (tex-pgf-51018/pgf.doc.tar.xz) = c039ef7c993ab67eb4bb8e7bb6595e3d14fffdba
-SHA512 (tex-pgf-51018/pgf.doc.tar.xz) = 323cfc5b32bf6fcdcf32f1466a9d2aa1eadb9dd1260609510423f5d110ec65ef2a86e4cd1e696eacfaa9e91872bf1df24dd78b74d33252397a8ca240bc8a67fa
-Size (tex-pgf-51018/pgf.doc.tar.xz) = 10492476 bytes
+SHA1 (tex-pgf-51626/pgf.doc.tar.xz) = 183589394f27ebe7911e8b20e4d0e0ea77acb408
+RMD160 (tex-pgf-51626/pgf.doc.tar.xz) = 03a744d70f6774fb16de7f3e0da3df7ed829e815
+SHA512 (tex-pgf-51626/pgf.doc.tar.xz) = 4ad32f8f812ae2fa1a6d43f0016ed6b0bf6f4f3eeb6aa28d72c2536f3086f5e753ac420e95a8fb5a5007b7f8b3efb0b8424df014b8380d56194f44673556f3a1
+Size (tex-pgf-51626/pgf.doc.tar.xz) = 10375128 bytes
diff --git a/print/tex-pgf/Makefile b/print/tex-pgf/Makefile
index 911a20ef594..32f51a1ae2a 100644
--- a/print/tex-pgf/Makefile
+++ b/print/tex-pgf/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2019/05/13 21:18:11 markd Exp $
+# $NetBSD: Makefile,v 1.19 2019/07/17 11:14:13 markd Exp $
DISTNAME= pgf
-PKGNAME= tex-${DISTNAME}-3.1.2
+PKGNAME= tex-${DISTNAME}-3.1.4
CATEGORIES= print graphics
-TEXLIVE_REV= 51018
+TEXLIVE_REV= 51626
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/pgf
diff --git a/print/tex-pgf/PLIST b/print/tex-pgf/PLIST
index e5740f3e76f..c1688b602bf 100644
--- a/print/tex-pgf/PLIST
+++ b/print/tex-pgf/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2019/05/13 21:18:11 markd Exp $
+@comment $NetBSD: PLIST,v 1.10 2019/07/17 11:14:13 markd Exp $
share/texmf-dist/tex/context/third/pgf/basiclayer/t-pgf.tex
share/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbim.tex
share/texmf-dist/tex/context/third/pgf/basiclayer/t-pgfbla.tex
@@ -377,6 +377,7 @@ share/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.cod
share/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex
share/texmf-dist/tex/generic/pgf/lua/pgf/manual.lua
share/texmf-dist/tex/generic/pgf/lua/pgf/manual/DocumentParser.lua
+share/texmf-dist/tex/generic/pgf/math/pgfint.code.tex
share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
diff --git a/print/tex-pgf/distinfo b/print/tex-pgf/distinfo
index 697007ea125..d79a6291aac 100644
--- a/print/tex-pgf/distinfo
+++ b/print/tex-pgf/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/05/13 21:18:11 markd Exp $
+$NetBSD: distinfo,v 1.12 2019/07/17 11:14:13 markd Exp $
-SHA1 (tex-pgf-51018/pgf.tar.xz) = e950a8d1ba4e299b54a425cd3e14b06fa5b58267
-RMD160 (tex-pgf-51018/pgf.tar.xz) = 71bd8bdacd6764108223d9fb4d48e940d3bcdbb9
-SHA512 (tex-pgf-51018/pgf.tar.xz) = 1e33cf9e9ade063abb871228bd608898511ab827e5b35cf7b9eeab6cccee92a3e55a95469c73f80bf6c3caa61fa2cda7acc9ddd2ef1202c38ee898ed3a36c2ca
-Size (tex-pgf-51018/pgf.tar.xz) = 692524 bytes
+SHA1 (tex-pgf-51626/pgf.tar.xz) = a51d33e27a9e230ce258386f1c5ba2b49f3a9f7e
+RMD160 (tex-pgf-51626/pgf.tar.xz) = 4ff943839e4155b26ec7b63ad07e16b0f827de8e
+SHA512 (tex-pgf-51626/pgf.tar.xz) = 36e85ddb3b71cecc7cd208c794582d6af319abbb85f72b10c27cbbb780be38dbfe1e5f28c6fec552dcb3172948621d158d5de31f4b1fef28e1dacd87998fee44
+Size (tex-pgf-51626/pgf.tar.xz) = 699772 bytes