diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-18 21:39:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-18 21:39:02 +0000 |
commit | 0e419cbefc7df93ab2bdf180eeff8f85aa6719e2 (patch) | |
tree | c0b8c127ddff58f85e05529f92ae71084cfd90e5 /graphics | |
parent | 1cdc4b10e25af590e69e3d799b72e9f85cbf7dfd (diff) | |
download | pkgsrc-0e419cbefc7df93ab2bdf180eeff8f85aa6719e2.tar.gz |
Import tex-pst-math-0.61 as graphics/tex-pst-math.
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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tex-pst-math/DESCR | 10 | ||||
-rw-r--r-- | graphics/tex-pst-math/Makefile | 13 | ||||
-rw-r--r-- | graphics/tex-pst-math/PLIST | 4 | ||||
-rw-r--r-- | graphics/tex-pst-math/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/graphics/tex-pst-math/DESCR b/graphics/tex-pst-math/DESCR new file mode 100644 index 00000000000..0f818afea10 --- /dev/null +++ b/graphics/tex-pst-math/DESCR @@ -0,0 +1,10 @@ +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. diff --git a/graphics/tex-pst-math/Makefile b/graphics/tex-pst-math/Makefile new file mode 100644 index 00000000000..f98875e64fa --- /dev/null +++ b/graphics/tex-pst-math/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 21:39:02 minskim Exp $ + +DISTNAME= pst-math +PKGNAME= tex-${DISTNAME}-0.61 +TEXLIVE_REV= 20176 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Enhancement of PostScript math operators to use with pstricks + +DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-pst-math/PLIST b/graphics/tex-pst-math/PLIST new file mode 100644 index 00000000000..e7b1d79f198 --- /dev/null +++ b/graphics/tex-pst-math/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/18 21:39:02 minskim Exp $ +share/texmf-dist/dvips/pst-math/pst-math.pro +share/texmf-dist/tex/generic/pst-math/pst-math.tex +share/texmf-dist/tex/latex/pst-math/pst-math.sty diff --git a/graphics/tex-pst-math/distinfo b/graphics/tex-pst-math/distinfo new file mode 100644 index 00000000000..f7aadb03639 --- /dev/null +++ b/graphics/tex-pst-math/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/18 21:39:02 minskim Exp $ + +SHA1 (tex-pst-math-20176/pst-math.tar.xz) = 72efaf82d8dd13dfa7238a15352a4fbb50518a98 +RMD160 (tex-pst-math-20176/pst-math.tar.xz) = 7e5ca04a25892cc6b0834035759900a8d2adf570 +Size (tex-pst-math-20176/pst-math.tar.xz) = 4460 bytes |