diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-18 21:39:18 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-18 21:39:18 +0000 |
commit | d1a9e5293c538b4aecc4b08d41b173e2e1418ae3 (patch) | |
tree | 28ddb02076bddb312e7c7e0d8975e7db3d320f5b /graphics | |
parent | 636cdf3ebc6bddf9b329db85e4c7999666b4d94e (diff) | |
download | pkgsrc-d1a9e5293c538b4aecc4b08d41b173e2e1418ae3.tar.gz |
Import tex-pst-poly-1.61 as graphics/tex-pst-poly.
This PSTricks package provides a really rather simple command
\PstPolygon that will draw various regular and non-regular polygons
(according to command parameters); various shortcuts to commonly-used
polygons are provided, as well as a command \pspolygonbox that frames
text with a polygon. The package uses the xkeyval package for argument
decoding.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tex-pst-poly/DESCR | 6 | ||||
-rw-r--r-- | graphics/tex-pst-poly/Makefile | 16 | ||||
-rw-r--r-- | graphics/tex-pst-poly/PLIST | 3 | ||||
-rw-r--r-- | graphics/tex-pst-poly/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/graphics/tex-pst-poly/DESCR b/graphics/tex-pst-poly/DESCR new file mode 100644 index 00000000000..3514e156106 --- /dev/null +++ b/graphics/tex-pst-poly/DESCR @@ -0,0 +1,6 @@ +This PSTricks package provides a really rather simple command +\PstPolygon that will draw various regular and non-regular polygons +(according to command parameters); various shortcuts to commonly-used +polygons are provided, as well as a command \pspolygonbox that frames +text with a polygon. The package uses the xkeyval package for argument +decoding. diff --git a/graphics/tex-pst-poly/Makefile b/graphics/tex-pst-poly/Makefile new file mode 100644 index 00000000000..8fb67cb348a --- /dev/null +++ b/graphics/tex-pst-poly/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 21:39:18 minskim Exp $ + +DISTNAME= pst-poly +PKGNAME= tex-${DISTNAME}-1.61 +TEXLIVE_REV= 16460 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Polygons with PSTricks + +DEPENDS+= tex-multido-[0-9]*:../../devel/tex-multido +DEPENDS+= tex-pst-node-[0-9]*:../../graphics/tex-pst-node +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-poly/PLIST b/graphics/tex-pst-poly/PLIST new file mode 100644 index 00000000000..9b141165cdc --- /dev/null +++ b/graphics/tex-pst-poly/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/18 21:39:18 minskim Exp $ +share/texmf-dist/tex/generic/pst-poly/pst-poly.tex +share/texmf-dist/tex/latex/pst-poly/pst-poly.sty diff --git a/graphics/tex-pst-poly/distinfo b/graphics/tex-pst-poly/distinfo new file mode 100644 index 00000000000..e1a0dd5a0d9 --- /dev/null +++ b/graphics/tex-pst-poly/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/18 21:39:18 minskim Exp $ + +SHA1 (tex-pst-poly-16460/pst-poly.tar.xz) = 40fc3f3578959daefa284bdbf361719c3141f797 +RMD160 (tex-pst-poly-16460/pst-poly.tar.xz) = 4ba1896ddbd12921245da1907ec5ce9493934f68 +Size (tex-pst-poly-16460/pst-poly.tar.xz) = 3076 bytes |