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:           Tue Mar 31 08:01:43 UTC 2026

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

Log Message:
tex-pgfplots{,-doc}: update to 1.18.2

2025-07-22 Yukai Chou
- fix(pgfplotstable): recognize the new end-of-cell marker

2025-01-24 Florian Schmaus
- doc: libs.statistics: drop superfluous \Bigr
- doc: libs.statistics: i runs till N, not N - 1

2024-11-22 f380cedric
- doc: fix typos

2024-09-05 Phillip Raffeck
- [doc] include single bar legend style
- [doc] add missing brace

2024-09-04 mbertucci47
- Update repo link in documentation
- fix small typos

2024-03-12 Yukai Chou
- ci: upgrade actions

2024-03-08 Alan D. Salewski
- docs (tutorial1): adjust wording for option key formatting recommendations

2024-02-13 rdrehmel
- Make phi(m) look nicer.
- Fix the phi(m) function.

2024-02-10 Christian Feuersaenger
- fixed issue in description of matrix plot
- added missing file

2023-04-01 Stefan Pinnow
- docs: visualisation --> visualization

2023-01-15 Markus Schneider
- fix: ifnum should be ifdim in \pgfplotsforeachtodomain

2022-12-11 muzimuzhi
- docs: Ensure `doc` v2 is loaded
- chore: Update GitHub Actions

2022-02-03 muzimuzhi
- fix: Remove stray grave accent #424

2022-02-02 Henri Menke
- fix: wrong use of /.code handler #425

2022-01-04 Stefan Pinnow
- fix: `trig format` value is `rad`
- chore: remove trailing spaces
- chore: remove leading space
- doc: remove superfluous word
- chore: use TAB delimiter (as is used for the whole file)
- chore: move plasma colormap *after* viridis colormap definition is complete


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/tex-pgfplots/Makefile \
    pkgsrc/print/tex-pgfplots/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-pgfplots-doc/DESCR
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/tex-pgfplots-doc/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/tex-pgfplots-doc/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/tex-pgfplots-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-pgfplots/Makefile
diff -u pkgsrc/print/tex-pgfplots/Makefile:1.13 pkgsrc/print/tex-pgfplots/Makefile:1.14
--- pkgsrc/print/tex-pgfplots/Makefile:1.13     Tue Jun  8 21:00:27 2021
+++ pkgsrc/print/tex-pgfplots/Makefile  Tue Mar 31 08:01:43 2026
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.13 2021/06/08 21:00:27 markd Exp $
+# $NetBSD: Makefile,v 1.14 2026/03/31 08:01:43 markd Exp $
 
 DISTNAME=      pgfplots
-PKGNAME=       tex-${DISTNAME}-1.18.1
-PKGREVISION=   1
-TEXLIVE_REV=   59243
+PKGNAME=       tex-${DISTNAME}-1.18.2
+TEXLIVE_REV=   77682
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/pgfplots
-COMMENT=       LaTeX package to create normal/logarithmic plots
+COMMENT=       Create normal/logarithmic plots in two and three dimensions
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      tex-graphics-[0-9]*:../../print/tex-graphics
Index: pkgsrc/print/tex-pgfplots/distinfo
diff -u pkgsrc/print/tex-pgfplots/distinfo:1.13 pkgsrc/print/tex-pgfplots/distinfo:1.14
--- pkgsrc/print/tex-pgfplots/distinfo:1.13     Tue Oct 26 11:14:20 2021
+++ pkgsrc/print/tex-pgfplots/distinfo  Tue Mar 31 08:01:43 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:14:20 nia Exp $
+$NetBSD: distinfo,v 1.14 2026/03/31 08:01:43 markd Exp $
 
-BLAKE2s (pgfplots.r59243.tar.xz) = a3c63696bb77e939fda76e76610d15668225a4b02654a97b30548a62b73b869d
-SHA512 (pgfplots.r59243.tar.xz) = 8f4661e193d6b2d9a5e3f488ff7f35849fe559fe4587b5050ac67256aa4b93e24c79948e8f8757eb901e6b531fffffd6597049b1e457d79db36d5043f00e10e5
-Size (pgfplots.r59243.tar.xz) = 529456 bytes
+BLAKE2s (pgfplots.r77682.tar.xz) = e69cfdb0afdb32cbc2a16085021b402c06c628eba244bb6ba375336b7f9d5bef
+SHA512 (pgfplots.r77682.tar.xz) = c9b2c6d15e7b1586fad02aabb6e5005ac00c55f39b2087fc99df1649fb1cbc6f5f7d62eb105e27d02c5f53eef6480c4093ad401c3fbda61fffad8804e879407d
+Size (pgfplots.r77682.tar.xz) = 531076 bytes

Index: pkgsrc/print/tex-pgfplots-doc/DESCR
diff -u pkgsrc/print/tex-pgfplots-doc/DESCR:1.1.1.1 pkgsrc/print/tex-pgfplots-doc/DESCR:1.2
--- pkgsrc/print/tex-pgfplots-doc/DESCR:1.1.1.1 Sat Apr 10 21:14:46 2010
+++ pkgsrc/print/tex-pgfplots-doc/DESCR Tue Mar 31 08:01:43 2026
@@ -1 +1 @@
-Documentation for tex-pgfplots
+Documentation for tex-pgfplots.

Index: pkgsrc/print/tex-pgfplots-doc/Makefile
diff -u pkgsrc/print/tex-pgfplots-doc/Makefile:1.12 pkgsrc/print/tex-pgfplots-doc/Makefile:1.13
--- pkgsrc/print/tex-pgfplots-doc/Makefile:1.12 Sat Jun  5 05:31:03 2021
+++ pkgsrc/print/tex-pgfplots-doc/Makefile      Tue Mar 31 08:01:43 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2021/06/05 05:31:03 markd Exp $
+# $NetBSD: Makefile,v 1.13 2026/03/31 08:01:43 markd Exp $
 
 DISTNAME=      pgfplots.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.18.1
-TEXLIVE_REV=   59243
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.18.2
+TEXLIVE_REV=   77682
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/pgfplots

Index: pkgsrc/print/tex-pgfplots-doc/PLIST
diff -u pkgsrc/print/tex-pgfplots-doc/PLIST:1.7 pkgsrc/print/tex-pgfplots-doc/PLIST:1.8
--- pkgsrc/print/tex-pgfplots-doc/PLIST:1.7     Sat Jun  5 05:31:03 2021
+++ pkgsrc/print/tex-pgfplots-doc/PLIST Tue Mar 31 08:01:43 2026
@@ -1,15 +1,12 @@
-@comment $NetBSD: PLIST,v 1.7 2021/06/05 05:31:03 markd Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/03/31 08:01:43 markd Exp $
 share/texmf-dist/doc/context/third/pgfplots/Makefile
-share/texmf-dist/doc/context/third/pgfplots/pgfplotsexample-context.pdf
 share/texmf-dist/doc/context/third/pgfplots/pgfplotsexample-context.tex
 share/texmf-dist/doc/generic/pgfplots/README
 share/texmf-dist/doc/generic/pgfplots/license_prepcontour/COPYING
 share/texmf-dist/doc/latex/pgfplots/TeX-programming-notes.pdf
 share/texmf-dist/doc/latex/pgfplots/pgfplots.doc.src.tar.bz2
 share/texmf-dist/doc/latex/pgfplots/pgfplots.pdf
-share/texmf-dist/doc/latex/pgfplots/pgfplotsexample.pdf
 share/texmf-dist/doc/latex/pgfplots/pgfplotsexample.tex
 share/texmf-dist/doc/latex/pgfplots/pgfplotstable.pdf
 share/texmf-dist/doc/latex/pgfplots/pgfplotstodo.pdf
-share/texmf-dist/doc/plain/pgfplots/pgfplotsexample-plain.pdf
 share/texmf-dist/doc/plain/pgfplots/pgfplotsexample-plain.tex

Index: pkgsrc/print/tex-pgfplots-doc/distinfo
diff -u pkgsrc/print/tex-pgfplots-doc/distinfo:1.13 pkgsrc/print/tex-pgfplots-doc/distinfo:1.14
--- pkgsrc/print/tex-pgfplots-doc/distinfo:1.13 Tue Oct 26 11:14:20 2021
+++ pkgsrc/print/tex-pgfplots-doc/distinfo      Tue Mar 31 08:01:43 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:14:20 nia Exp $
+$NetBSD: distinfo,v 1.14 2026/03/31 08:01:43 markd Exp $
 
-BLAKE2s (pgfplots.doc.r59243.tar.xz) = 431f6b08a2cd27450e421c8c6a95762c3f207888b3b9bb504e49fb511432b141
-SHA512 (pgfplots.doc.r59243.tar.xz) = 998246b7c5415e910ff168ffea064aed80957a9f29b09875f8871c9f04d2a52c50a33f7f3cd490a1195c5566ce310330cfba0a5bb7155eb14b944e05e9d1557c
-Size (pgfplots.doc.r59243.tar.xz) = 13086872 bytes
+BLAKE2s (pgfplots.doc.r77682.tar.xz) = 8dd5dccc0b26c2dff224b0958d7faeab6fee9c9a32b45130773097ac444d2b42
+SHA512 (pgfplots.doc.r77682.tar.xz) = 2d3bade56efbb7d00350e070e20bcd7d34230fbaa9eafe7d40087988c3f0ed11b227ce9b980a4edf3076aab63fc02454b70cb2df4f40569abb68ecd41ac79537
+Size (pgfplots.doc.r77682.tar.xz) = 12997780 bytes



Home | Main Index | Thread Index | Old Index