diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-17 18:12:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-17 18:12:47 +0000 |
commit | cc041983a300106004acb34076121ec83fd04027 (patch) | |
tree | 878d01e091a01880bb14e87c4894d78d41a196c8 /graphics/tex-pstricks | |
parent | e3c046a16dc196c42d9dbc2fefeaee37b01eeda8 (diff) | |
download | pkgsrc-cc041983a300106004acb34076121ec83fd04027.tar.gz |
Import tex-pstricks-2.17 as graphics/tex-pstricks.
An extensive collection of macros for generating PostScript that is
usable with most TeX macro formats, including Plain TeX, LaTeX, AMS-TeX,
and AMS-LaTeX. Included are macros for colour, graphics, pie charts,
rotation, trees and overlays. It has many special features, including a
wide variety of graphics (picture drawing) macros, with a flexible
interface and with colour support. There are macros for colouring or
shading the cells of tables. The package pstricks-add contains bug-fixes
and additions for pstricks (among other things). PSTricks uses
PostScript \special commands, which are not supported by PDF(La)TeX.
This limitation may be overcome by using either the pst-pdf or the
pdftricks package, to generate a PDF inclusion from a PSTricks diagram.
Diffstat (limited to 'graphics/tex-pstricks')
-rw-r--r-- | graphics/tex-pstricks/DESCR | 11 | ||||
-rw-r--r-- | graphics/tex-pstricks/Makefile | 14 | ||||
-rw-r--r-- | graphics/tex-pstricks/PLIST | 24 | ||||
-rw-r--r-- | graphics/tex-pstricks/distinfo | 5 |
4 files changed, 54 insertions, 0 deletions
diff --git a/graphics/tex-pstricks/DESCR b/graphics/tex-pstricks/DESCR new file mode 100644 index 00000000000..9f3d67d834d --- /dev/null +++ b/graphics/tex-pstricks/DESCR @@ -0,0 +1,11 @@ +An extensive collection of macros for generating PostScript that is +usable with most TeX macro formats, including Plain TeX, LaTeX, AMS-TeX, +and AMS-LaTeX. Included are macros for colour, graphics, pie charts, +rotation, trees and overlays. It has many special features, including a +wide variety of graphics (picture drawing) macros, with a flexible +interface and with colour support. There are macros for colouring or +shading the cells of tables. The package pstricks-add contains bug-fixes +and additions for pstricks (among other things). PSTricks uses +PostScript \special commands, which are not supported by PDF(La)TeX. +This limitation may be overcome by using either the pst-pdf or the +pdftricks package, to generate a PDF inclusion from a PSTricks diagram. diff --git a/graphics/tex-pstricks/Makefile b/graphics/tex-pstricks/Makefile new file mode 100644 index 00000000000..428d48262a7 --- /dev/null +++ b/graphics/tex-pstricks/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/17 18:12:47 minskim Exp $ + +DISTNAME= pstricks +PKGNAME= tex-${DISTNAME}-2.17 +TEXLIVE_REV= 21291 + +MAINTAINER= minskim@NetBSD.org +COMMENT= PostScript macros for TeX + +CONFLICTS= teTeX-texmf<=3.0nb29 +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-pstricks/PLIST b/graphics/tex-pstricks/PLIST new file mode 100644 index 00000000000..f90145aecad --- /dev/null +++ b/graphics/tex-pstricks/PLIST @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/17 18:12:47 minskim Exp $ +share/texmf-dist/dvips/pstricks/pst-algparser.pro +share/texmf-dist/dvips/pstricks/pst-dots.pro +share/texmf-dist/dvips/pstricks/pst-dots97.pro +share/texmf-dist/dvips/pstricks/pstricks.pro +share/texmf-dist/dvips/pstricks/pstricks97.pro +share/texmf-dist/tex/generic/pstricks/config/Changes +share/texmf-dist/tex/generic/pstricks/config/README +share/texmf-dist/tex/generic/pstricks/config/distiller.cfg +share/texmf-dist/tex/generic/pstricks/config/dvips.cfg +share/texmf-dist/tex/generic/pstricks/config/dvipsone.cfg +share/texmf-dist/tex/generic/pstricks/config/textures.cfg +share/texmf-dist/tex/generic/pstricks/config/vtex.cfg +share/texmf-dist/tex/generic/pstricks/config/xdvipdfmx.cfg +share/texmf-dist/tex/generic/pstricks/pst-fp.tex +share/texmf-dist/tex/generic/pstricks/pst-key.tex +share/texmf-dist/tex/generic/pstricks/pstPlain.tex +share/texmf-dist/tex/generic/pstricks/pstricks.con +share/texmf-dist/tex/generic/pstricks/pstricks.tex +share/texmf-dist/tex/generic/pstricks/pstricks97.tex +share/texmf-dist/tex/latex/pstricks/pst-all.sty +share/texmf-dist/tex/latex/pstricks/pst-key.sty +share/texmf-dist/tex/latex/pstricks/pstcol.sty +share/texmf-dist/tex/latex/pstricks/pstricks.sty diff --git a/graphics/tex-pstricks/distinfo b/graphics/tex-pstricks/distinfo new file mode 100644 index 00000000000..9f3cd0e5dd6 --- /dev/null +++ b/graphics/tex-pstricks/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/17 18:12:47 minskim Exp $ + +SHA1 (tex-pstricks-21291/pstricks.tar.xz) = b601a288725d05aa251f71507f999c97a86c5821 +RMD160 (tex-pstricks-21291/pstricks.tar.xz) = 39a43b8f5dc325375a5bfcfa6e6d16c4080059b4 +Size (tex-pstricks-21291/pstricks.tar.xz) = 62652 bytes |