pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-pgf{,-doc}: update to 3.1.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8144a9865bd
branches: trunk
changeset: 336545:b8144a9865bd
user: markd <markd%pkgsrc.org@localhost>
date: Wed Jul 17 11:14:13 2019 +0000
description:
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
diffstat:
print/tex-pgf-doc/Makefile | 6 +++---
print/tex-pgf-doc/PLIST | 3 ++-
print/tex-pgf-doc/distinfo | 10 +++++-----
print/tex-pgf/Makefile | 6 +++---
print/tex-pgf/PLIST | 3 ++-
print/tex-pgf/distinfo | 10 +++++-----
6 files changed, 20 insertions(+), 18 deletions(-)
diffs (94 lines):
diff -r 7bb45909cdad -r b8144a9865bd print/tex-pgf-doc/Makefile
--- a/print/tex-pgf-doc/Makefile Wed Jul 17 11:04:45 2019 +0000
+++ b/print/tex-pgf-doc/Makefile Wed Jul 17 11:14:13 2019 +0000
@@ -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@localhost
HOMEPAGE= http://ctan.org/pkg/pgf
diff -r 7bb45909cdad -r b8144a9865bd print/tex-pgf-doc/PLIST
--- a/print/tex-pgf-doc/PLIST Wed Jul 17 11:04:45 2019 +0000
+++ b/print/tex-pgf-doc/PLIST Wed Jul 17 11:14:13 2019 +0000
@@ -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 -r 7bb45909cdad -r b8144a9865bd print/tex-pgf-doc/distinfo
--- a/print/tex-pgf-doc/distinfo Wed Jul 17 11:04:45 2019 +0000
+++ b/print/tex-pgf-doc/distinfo Wed Jul 17 11:14:13 2019 +0000
@@ -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 -r 7bb45909cdad -r b8144a9865bd print/tex-pgf/Makefile
--- a/print/tex-pgf/Makefile Wed Jul 17 11:04:45 2019 +0000
+++ b/print/tex-pgf/Makefile Wed Jul 17 11:14:13 2019 +0000
@@ -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@localhost
HOMEPAGE= http://ctan.org/pkg/pgf
diff -r 7bb45909cdad -r b8144a9865bd print/tex-pgf/PLIST
--- a/print/tex-pgf/PLIST Wed Jul 17 11:04:45 2019 +0000
+++ b/print/tex-pgf/PLIST Wed Jul 17 11:14:13 2019 +0000
@@ -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.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 -r 7bb45909cdad -r b8144a9865bd print/tex-pgf/distinfo
--- a/print/tex-pgf/distinfo Wed Jul 17 11:04:45 2019 +0000
+++ b/print/tex-pgf/distinfo Wed Jul 17 11:14:13 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index