diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-18 19:49:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-18 19:49:23 +0000 |
commit | 4a3268a4a12d8a482327e88b2db3f2ac57a7f25f (patch) | |
tree | 5abcaf3d76262ff61bc4377be8b8d52ac4306055 | |
parent | 441d1bcb5944fb89942ff3c88421ef53e42e52a3 (diff) | |
download | pkgsrc-4a3268a4a12d8a482327e88b2db3f2ac57a7f25f.tar.gz |
Import tex-pst-3dplot-1.94 as graphics/tex-pst-3dplot.
A package using PSTricks to draw a large variety of graphs and plots,
including 3D maths functions. Data can be read from external data files,
making this package a generic tool for graphing within TeX/LaTeX,
without the need for external tools.
-rw-r--r-- | graphics/tex-pst-3dplot/DESCR | 4 | ||||
-rw-r--r-- | graphics/tex-pst-3dplot/Makefile | 18 | ||||
-rw-r--r-- | graphics/tex-pst-3dplot/PLIST | 4 | ||||
-rw-r--r-- | graphics/tex-pst-3dplot/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/graphics/tex-pst-3dplot/DESCR b/graphics/tex-pst-3dplot/DESCR new file mode 100644 index 00000000000..8742ea3b7b5 --- /dev/null +++ b/graphics/tex-pst-3dplot/DESCR @@ -0,0 +1,4 @@ +A package using PSTricks to draw a large variety of graphs and plots, +including 3D maths functions. Data can be read from external data files, +making this package a generic tool for graphing within TeX/LaTeX, +without the need for external tools. diff --git a/graphics/tex-pst-3dplot/Makefile b/graphics/tex-pst-3dplot/Makefile new file mode 100644 index 00000000000..307e798b03b --- /dev/null +++ b/graphics/tex-pst-3dplot/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 19:49:23 minskim Exp $ + +DISTNAME= pst-3dplot +PKGNAME= tex-${DISTNAME}-1.94 +TEXLIVE_REV= 21588 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Draw 3d curves and graphs using PSTricks + +DEPENDS+= tex-multido-[0-9]*:../../devel/tex-multido +DEPENDS+= tex-pst-3d-[0-9]*:../../graphics/tex-pst-3d +DEPENDS+= tex-pst-node-[0-9]*:../../graphics/tex-pst-node +DEPENDS+= tex-pst-plot-[0-9]*:../../graphics/tex-pst-plot +DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks +DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-pst-3dplot/PLIST b/graphics/tex-pst-3dplot/PLIST new file mode 100644 index 00000000000..25abbc93f6c --- /dev/null +++ b/graphics/tex-pst-3dplot/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/18 19:49:23 minskim Exp $ +share/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro +share/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex +share/texmf-dist/tex/latex/pst-3dplot/pst-3dplot.sty diff --git a/graphics/tex-pst-3dplot/distinfo b/graphics/tex-pst-3dplot/distinfo new file mode 100644 index 00000000000..b5214215563 --- /dev/null +++ b/graphics/tex-pst-3dplot/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/18 19:49:23 minskim Exp $ + +SHA1 (tex-pst-3dplot-21588/pst-3dplot.tar.xz) = 14a89e76d08453a840a3e1cf64e9fcb3e79aaf3d +RMD160 (tex-pst-3dplot-21588/pst-3dplot.tar.xz) = 9afee8f42370bff468a3cd915ffe1d440d23091c +Size (tex-pst-3dplot-21588/pst-3dplot.tar.xz) = 21080 bytes |