pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics
Module Name: pkgsrc
Committed By: markd
Date: Sat Apr 1 22:12:20 UTC 2023
Modified Files:
pkgsrc/graphics/tex-pst-math: DESCR Makefile distinfo
pkgsrc/graphics/tex-pst-math-doc: DESCR Makefile distinfo
Log Message:
tex-pst-math{,-doc}: update to 0.66
bugfix for list of random numbers
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/graphics/tex-pst-math/DESCR
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/tex-pst-math/Makefile \
pkgsrc/graphics/tex-pst-math/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/graphics/tex-pst-math-doc/DESCR
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/tex-pst-math-doc/Makefile \
pkgsrc/graphics/tex-pst-math-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/graphics/tex-pst-math/DESCR
diff -u pkgsrc/graphics/tex-pst-math/DESCR:1.1.1.1 pkgsrc/graphics/tex-pst-math/DESCR:1.2
--- pkgsrc/graphics/tex-pst-math/DESCR:1.1.1.1 Fri Mar 18 21:39:02 2011
+++ pkgsrc/graphics/tex-pst-math/DESCR Sat Apr 1 22:12:20 2023
@@ -1,10 +1,11 @@
-PostScript lacks a lot of basic operators such as tan, acos, asin, cosh,
-sinh, tanh, acosh, asinh, atanh, exp (with e base). Also (oddly) cos and
-sin use arguments in degrees. Pst-math provides all those operators in a
-header file pst-math.pro with wrappers pst-math.sty and pst-math.tex. In
-addition, sinc, gauss, gammaln and bessel are implemented (only
-partially for the latter). pst-math is designed essentially to work with
-pst- plot but can be used in whatever PS code (such as pstricks
-SpecialCoor "!", which is useful for placing labels). The package also
-provides a routine SIMPSON for numerical integration and a solver of
-linear equation systems.
+PostScript lacks a lot of basic operators such as tan, acos,
+asin, cosh, sinh, tanh, acosh, asinh, atanh, exp (with e base).
+Also (oddly) cos and sin use arguments in degrees. Pst-math
+provides all those operators in a header file pst-math.pro with
+wrappers pst-math.sty and pst-math.tex. In addition, sinc,
+gauss, gammaln and bessel are implemented (only partially for
+the latter). The package is designed essentially to work with
+pst-plot but can be used in whatever PS code (such as PSTricks
+SpecialCoor "!", which is useful for placing labels). The
+package also provides a routine SIMPSON for numerical
+integration and a solver of linear equation systems.
Index: pkgsrc/graphics/tex-pst-math/Makefile
diff -u pkgsrc/graphics/tex-pst-math/Makefile:1.6 pkgsrc/graphics/tex-pst-math/Makefile:1.7
--- pkgsrc/graphics/tex-pst-math/Makefile:1.6 Sat Jan 18 23:32:31 2020
+++ pkgsrc/graphics/tex-pst-math/Makefile Sat Apr 1 22:12:20 2023
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:32:31 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2023/04/01 22:12:20 markd Exp $
DISTNAME= pst-math
-PKGNAME= tex-${DISTNAME}-0.65
-TEXLIVE_REV= 49425
+PKGNAME= tex-${DISTNAME}-0.66
+TEXLIVE_REV= 64732
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/pst-math
-COMMENT= Enhancement of PostScript math operators to use with pstricks
+COMMENT= Enhancement of PostScript math operators to use with PSTricks
LICENSE= lppl-1.3c
DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/tex-pst-math/distinfo
diff -u pkgsrc/graphics/tex-pst-math/distinfo:1.6 pkgsrc/graphics/tex-pst-math/distinfo:1.7
--- pkgsrc/graphics/tex-pst-math/distinfo:1.6 Tue Oct 26 10:47:11 2021
+++ pkgsrc/graphics/tex-pst-math/distinfo Sat Apr 1 22:12:20 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:47:11 nia Exp $
+$NetBSD: distinfo,v 1.7 2023/04/01 22:12:20 markd Exp $
-BLAKE2s (tex-pst-math-49425/pst-math.tar.xz) = 90ef05baf0799d0ad96ffd9cbc36a257b0a7290e3367afba1971d84a2596d2dd
-SHA512 (tex-pst-math-49425/pst-math.tar.xz) = 591a228bb7e3b9704ab79dfe10e9ead94abadf0e50e8934d6da4cbac1332e4bf3aa56e66dd0e81d001f3b888b537a1ee3376183b714172e46dc386c6e35bcba4
-Size (tex-pst-math-49425/pst-math.tar.xz) = 5172 bytes
+BLAKE2s (pst-math.r64732.tar.xz) = 8968d4aba7cc82f4525f188b3feff76266bbb757b364cf605d04067fbceb9b33
+SHA512 (pst-math.r64732.tar.xz) = b87863c646f8057baf3fc07868c09349b8803a01008782ab814a2f2eb126d6e574844be4733b06c3f16fad286aee3081b13a17bfbbef9cd019c836d2c9a5e4df
+Size (pst-math.r64732.tar.xz) = 5196 bytes
Index: pkgsrc/graphics/tex-pst-math-doc/DESCR
diff -u pkgsrc/graphics/tex-pst-math-doc/DESCR:1.1.1.1 pkgsrc/graphics/tex-pst-math-doc/DESCR:1.2
--- pkgsrc/graphics/tex-pst-math-doc/DESCR:1.1.1.1 Fri Mar 18 21:39:06 2011
+++ pkgsrc/graphics/tex-pst-math-doc/DESCR Sat Apr 1 22:12:20 2023
@@ -1 +1 @@
-This is documentation for tex-pst-math.
+Documentation for tex-pst-math.
Index: pkgsrc/graphics/tex-pst-math-doc/Makefile
diff -u pkgsrc/graphics/tex-pst-math-doc/Makefile:1.6 pkgsrc/graphics/tex-pst-math-doc/Makefile:1.7
--- pkgsrc/graphics/tex-pst-math-doc/Makefile:1.6 Sat Jan 18 23:32:31 2020
+++ pkgsrc/graphics/tex-pst-math-doc/Makefile Sat Apr 1 22:12:20 2023
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:32:31 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2023/04/01 22:12:20 markd Exp $
DISTNAME= pst-math.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-0.65
-TEXLIVE_REV= 49425
+PKGNAME= tex-${DISTNAME:S/./-/}-0.66
+TEXLIVE_REV= 64732
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/pst-math
COMMENT= Documentation for tex-pst-math
LICENSE= lppl-1.3c
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/tex-pst-math-doc/distinfo
diff -u pkgsrc/graphics/tex-pst-math-doc/distinfo:1.6 pkgsrc/graphics/tex-pst-math-doc/distinfo:1.7
--- pkgsrc/graphics/tex-pst-math-doc/distinfo:1.6 Tue Oct 26 10:47:11 2021
+++ pkgsrc/graphics/tex-pst-math-doc/distinfo Sat Apr 1 22:12:20 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:47:11 nia Exp $
+$NetBSD: distinfo,v 1.7 2023/04/01 22:12:20 markd Exp $
-BLAKE2s (tex-pst-math-49425/pst-math.doc.tar.xz) = 81c6df6ab5f3c60b68a7ea67c2a44732e3a992748007567bf212c387494987fd
-SHA512 (tex-pst-math-49425/pst-math.doc.tar.xz) = 016060452bd9456f848f268a660a6aa8e577491371bac42ad352399a8d637e7d2222e33ae6131335da7c21e7f7ce1d9c8ffe392cc03061300eb7923380e5f0d1
-Size (tex-pst-math-49425/pst-math.doc.tar.xz) = 176136 bytes
+BLAKE2s (pst-math.doc.r64732.tar.xz) = 8ff63e1c294b63e3f0d4b3ca992b59a0e5647bf93add05829fe59a10952c3efa
+SHA512 (pst-math.doc.r64732.tar.xz) = c5b26a73075910edc8232df349ee76a8264ab533e4259146224cebda4d6709867f7edcafab115ac3fae977c9d11b38821b4b085a2ab5529ae585c1daf8b738d6
+Size (pst-math.doc.r64732.tar.xz) = 172288 bytes
Home |
Main Index |
Thread Index |
Old Index