pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Mar 26 19:24:40 UTC 2026

Modified Files:
        pkgsrc/math/tex-tkz-grapheur: DESCR Makefile PLIST distinfo
        pkgsrc/math/tex-tkz-grapheur-doc: Makefile PLIST distinfo

Log Message:
tex-tkz-grapheur{,-doc}: update to 0.30d

0.30d
Added commands to handle lists of solutions/pre-images
Family of curves (experimental)
Table of values (experimental)
Semi-log and log-log plots (experimental)
Scatter plots from CSV data (experimental)
Implicit curve plotting (via Lua) (highly experimental)

0.30b
Scatter plot for sequences
Experimental: Derivative/primitive + Parametric/polar + Neighbourhoods +
Forbidden values + Conics


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/tex-tkz-grapheur/DESCR \
    pkgsrc/math/tex-tkz-grapheur/Makefile pkgsrc/math/tex-tkz-grapheur/PLIST \
    pkgsrc/math/tex-tkz-grapheur/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/tex-tkz-grapheur-doc/Makefile \
    pkgsrc/math/tex-tkz-grapheur-doc/PLIST \
    pkgsrc/math/tex-tkz-grapheur-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/math/tex-tkz-grapheur/DESCR
diff -u pkgsrc/math/tex-tkz-grapheur/DESCR:1.1 pkgsrc/math/tex-tkz-grapheur/DESCR:1.2
--- pkgsrc/math/tex-tkz-grapheur/DESCR:1.1      Wed May 14 12:26:18 2025
+++ pkgsrc/math/tex-tkz-grapheur/DESCR  Thu Mar 26 19:24:39 2026
@@ -1,6 +1,6 @@
 This package provides some commands to help French mathematics
 teachers for 15-18 years olds, with graphs of functions: define
 and draw functions and interpolations curves work with
-integrals, tangents, intersersections get coordinates of points
+integrals, tangents, intersections get coordinates of points
 ... The syntax is rather explicit, like \DefinirCourbe,
 \RecupererCoordonnees,\TrouverIntersections, etc.
Index: pkgsrc/math/tex-tkz-grapheur/Makefile
diff -u pkgsrc/math/tex-tkz-grapheur/Makefile:1.1 pkgsrc/math/tex-tkz-grapheur/Makefile:1.2
--- pkgsrc/math/tex-tkz-grapheur/Makefile:1.1   Wed May 14 12:26:18 2025
+++ pkgsrc/math/tex-tkz-grapheur/Makefile       Thu Mar 26 19:24:39 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2025/05/14 12:26:18 markd Exp $
+# $NetBSD: Makefile,v 1.2 2026/03/26 19:24:39 markd Exp $
 
 DISTNAME=      tkz-grapheur
-PKGNAME=       tex-${DISTNAME}-0.2.2
-TEXLIVE_REV=   75120
+PKGNAME=       tex-${DISTNAME}-0.30d
+TEXLIVE_REV=   78455
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/tkz-grapheur
Index: pkgsrc/math/tex-tkz-grapheur/PLIST
diff -u pkgsrc/math/tex-tkz-grapheur/PLIST:1.1 pkgsrc/math/tex-tkz-grapheur/PLIST:1.2
--- pkgsrc/math/tex-tkz-grapheur/PLIST:1.1      Wed May 14 12:26:18 2025
+++ pkgsrc/math/tex-tkz-grapheur/PLIST  Thu Mar 26 19:24:39 2026
@@ -1,2 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2025/05/14 12:26:18 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/03/26 19:24:39 markd Exp $
+share/texmf-dist/tex/latex/tkz-grapheur/tkz-grapheur-calc.tex
+share/texmf-dist/tex/latex/tkz-grapheur/tkz-grapheur-en.tex
+share/texmf-dist/tex/latex/tkz-grapheur/tkz-grapheur-fr.tex
+share/texmf-dist/tex/latex/tkz-grapheur/tkz-grapheur-lua.tex
 share/texmf-dist/tex/latex/tkz-grapheur/tkz-grapheur.sty
Index: pkgsrc/math/tex-tkz-grapheur/distinfo
diff -u pkgsrc/math/tex-tkz-grapheur/distinfo:1.1 pkgsrc/math/tex-tkz-grapheur/distinfo:1.2
--- pkgsrc/math/tex-tkz-grapheur/distinfo:1.1   Wed May 14 12:26:18 2025
+++ pkgsrc/math/tex-tkz-grapheur/distinfo       Thu Mar 26 19:24:39 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/05/14 12:26:18 markd Exp $
+$NetBSD: distinfo,v 1.2 2026/03/26 19:24:39 markd Exp $
 
-BLAKE2s (tkz-grapheur.r75120.tar.xz) = 71e950c1a15be6fb46df35642fd6dc0b672dd92fe005915102866494fd79058b
-SHA512 (tkz-grapheur.r75120.tar.xz) = d2f9db07c11eaca9009c2f531da8ac302f1af6596108685e2dc9a3a61c87717d626d80f5a2c9bf2a8af479f357e79e25b283621cf2aed84aa346ea40b43def18
-Size (tkz-grapheur.r75120.tar.xz) = 18692 bytes
+BLAKE2s (tkz-grapheur.r78455.tar.xz) = 43538e854ce633992355d3259831f705744ea0112184b04ba884242604668752
+SHA512 (tkz-grapheur.r78455.tar.xz) = e695d47e5271b7507ba64c39ef36850a862c06f0b3de0b925dffd99b85ad941634aa79d14363ecb7b948ab2e06399b90b61ea4c7c8a325fba62abe6715763534
+Size (tkz-grapheur.r78455.tar.xz) = 45016 bytes

Index: pkgsrc/math/tex-tkz-grapheur-doc/Makefile
diff -u pkgsrc/math/tex-tkz-grapheur-doc/Makefile:1.1 pkgsrc/math/tex-tkz-grapheur-doc/Makefile:1.2
--- pkgsrc/math/tex-tkz-grapheur-doc/Makefile:1.1       Wed May 14 12:26:18 2025
+++ pkgsrc/math/tex-tkz-grapheur-doc/Makefile   Thu Mar 26 19:24:39 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2025/05/14 12:26:18 markd Exp $
+# $NetBSD: Makefile,v 1.2 2026/03/26 19:24:39 markd Exp $
 
 DISTNAME=      tkz-grapheur.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-0.2.2
-TEXLIVE_REV=   75120
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.30d
+TEXLIVE_REV=   78455
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/tkz-grapheur
Index: pkgsrc/math/tex-tkz-grapheur-doc/PLIST
diff -u pkgsrc/math/tex-tkz-grapheur-doc/PLIST:1.1 pkgsrc/math/tex-tkz-grapheur-doc/PLIST:1.2
--- pkgsrc/math/tex-tkz-grapheur-doc/PLIST:1.1  Wed May 14 12:26:18 2025
+++ pkgsrc/math/tex-tkz-grapheur-doc/PLIST      Thu Mar 26 19:24:39 2026
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2025/05/14 12:26:18 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/03/26 19:24:39 markd Exp $
 share/texmf-dist/doc/latex/tkz-grapheur/README.md
 share/texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-doc-en.pdf
 share/texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-doc-en.tex
 share/texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-doc-fr.pdf
 share/texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-doc-fr.tex
+share/texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-docctan.zip
 share/texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-examples-integrals.pdf
-share/texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-examples-integrals.tex
 share/texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-exemples-integrales.pdf
-share/texmf-dist/doc/latex/tkz-grapheur/tkz-grapheur-exemples-integrales.tex
Index: pkgsrc/math/tex-tkz-grapheur-doc/distinfo
diff -u pkgsrc/math/tex-tkz-grapheur-doc/distinfo:1.1 pkgsrc/math/tex-tkz-grapheur-doc/distinfo:1.2
--- pkgsrc/math/tex-tkz-grapheur-doc/distinfo:1.1       Wed May 14 12:26:18 2025
+++ pkgsrc/math/tex-tkz-grapheur-doc/distinfo   Thu Mar 26 19:24:39 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/05/14 12:26:18 markd Exp $
+$NetBSD: distinfo,v 1.2 2026/03/26 19:24:39 markd Exp $
 
-BLAKE2s (tkz-grapheur.doc.r75120.tar.xz) = 665174bd051b11edad1bb87be4bcf355c177c9dc017ecc2761626a75b0eaed28
-SHA512 (tkz-grapheur.doc.r75120.tar.xz) = 1ba3949a11233165fb3c4cd3cd9dad4fa6761e74dc5a53710b2fb1a9fadf749deadf2e4d6a3e5b266450d91be5e96a245708794a27c49b1544848ee83aebd720
-Size (tkz-grapheur.doc.r75120.tar.xz) = 2692744 bytes
+BLAKE2s (tkz-grapheur.doc.r78455.tar.xz) = f9dc5d64fe49fde64037fcbcbc743f1ddc5b56946a556b06c44d5a1234dbbbc9
+SHA512 (tkz-grapheur.doc.r78455.tar.xz) = 2b6400bc3c79b2f28116081acd71a6b38e9e23d3f92bc3916356a84b27924401399d71165ac143fda53c9c8acbba189ec1be121fb84df581c3ebf62e02025d7d
+Size (tkz-grapheur.doc.r78455.tar.xz) = 4882748 bytes



Home | Main Index | Thread Index | Old Index