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:           Wed Jul 17 11:14:13 UTC 2019

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.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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/tex-pgf/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-pgf/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/tex-pgf/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/tex-pgf-doc/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/tex-pgf-doc/PLIST
cvs rdiff -u -r1.9 -r1.10 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.18 pkgsrc/print/tex-pgf/Makefile:1.19
--- pkgsrc/print/tex-pgf/Makefile:1.18  Mon May 13 21:18:11 2019
+++ pkgsrc/print/tex-pgf/Makefile       Wed Jul 17 11:14:13 2019
@@ -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

Index: pkgsrc/print/tex-pgf/PLIST
diff -u pkgsrc/print/tex-pgf/PLIST:1.9 pkgsrc/print/tex-pgf/PLIST:1.10
--- pkgsrc/print/tex-pgf/PLIST:1.9      Mon May 13 21:18:11 2019
+++ pkgsrc/print/tex-pgf/PLIST  Wed Jul 17 11:14:13 2019
@@ -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/librari
 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

Index: pkgsrc/print/tex-pgf/distinfo
diff -u pkgsrc/print/tex-pgf/distinfo:1.11 pkgsrc/print/tex-pgf/distinfo:1.12
--- pkgsrc/print/tex-pgf/distinfo:1.11  Mon May 13 21:18:11 2019
+++ pkgsrc/print/tex-pgf/distinfo       Wed Jul 17 11:14:13 2019
@@ -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

Index: pkgsrc/print/tex-pgf-doc/Makefile
diff -u pkgsrc/print/tex-pgf-doc/Makefile:1.8 pkgsrc/print/tex-pgf-doc/Makefile:1.9
--- pkgsrc/print/tex-pgf-doc/Makefile:1.8       Mon May 13 21:18:12 2019
+++ pkgsrc/print/tex-pgf-doc/Makefile   Wed Jul 17 11:14:13 2019
@@ -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

Index: pkgsrc/print/tex-pgf-doc/PLIST
diff -u pkgsrc/print/tex-pgf-doc/PLIST:1.7 pkgsrc/print/tex-pgf-doc/PLIST:1.8
--- pkgsrc/print/tex-pgf-doc/PLIST:1.7  Mon May 13 21:18:12 2019
+++ pkgsrc/print/tex-pgf-doc/PLIST      Wed Jul 17 11:14:13 2019
@@ -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

Index: pkgsrc/print/tex-pgf-doc/distinfo
diff -u pkgsrc/print/tex-pgf-doc/distinfo:1.9 pkgsrc/print/tex-pgf-doc/distinfo:1.10
--- pkgsrc/print/tex-pgf-doc/distinfo:1.9       Mon May 13 21:18:12 2019
+++ pkgsrc/print/tex-pgf-doc/distinfo   Wed Jul 17 11:14:13 2019
@@ -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



Home | Main Index | Thread Index | Old Index