diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-18 21:39:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-18 21:39:27 +0000 |
commit | cecb7936fbaaec8daa74f573d1b1fe5734e05c8e (patch) | |
tree | acab96b1b8c9fac01274695becb361cb750cd7c3 /graphics | |
parent | 3dc1a594e854d4e5e06a53db77f90c9c048d2e01 (diff) | |
download | pkgsrc-cecb7936fbaaec8daa74f573d1b1fe5734e05c8e.tar.gz |
Import tex-pst-slpe-1.3 as graphics/tex-pst-slpe.
This PStricks package covers all the colour gradient functionality of
pst-grad (part of the base pstricks distribution), and provides the
following facilities: - it permits the user to specify an arbitrary
number of colours, along with the points at which they are to be
reached; - it converts between RGB and HSV behind the scenes; - it
provides concentric and radial gradients; - it provides a command
\psBall that generates bullets with a three-dimensional appearance; and
- uses the xkeyval package for the extended key handling.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tex-pst-slpe/DESCR | 8 | ||||
-rw-r--r-- | graphics/tex-pst-slpe/Makefile | 14 | ||||
-rw-r--r-- | graphics/tex-pst-slpe/PLIST | 4 | ||||
-rw-r--r-- | graphics/tex-pst-slpe/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/graphics/tex-pst-slpe/DESCR b/graphics/tex-pst-slpe/DESCR new file mode 100644 index 00000000000..1690cbebec9 --- /dev/null +++ b/graphics/tex-pst-slpe/DESCR @@ -0,0 +1,8 @@ +This PStricks package covers all the colour gradient functionality of +pst-grad (part of the base pstricks distribution), and provides the +following facilities: - it permits the user to specify an arbitrary +number of colours, along with the points at which they are to be +reached; - it converts between RGB and HSV behind the scenes; - it +provides concentric and radial gradients; - it provides a command +\psBall that generates bullets with a three-dimensional appearance; and +- uses the xkeyval package for the extended key handling. diff --git a/graphics/tex-pst-slpe/Makefile b/graphics/tex-pst-slpe/Makefile new file mode 100644 index 00000000000..967c383dc45 --- /dev/null +++ b/graphics/tex-pst-slpe/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 21:39:27 minskim Exp $ + +DISTNAME= pst-slpe +PKGNAME= tex-${DISTNAME}-1.3 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Sophisticated colour gradients + +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-slpe/PLIST b/graphics/tex-pst-slpe/PLIST new file mode 100644 index 00000000000..2a1b5ad7e17 --- /dev/null +++ b/graphics/tex-pst-slpe/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/18 21:39:27 minskim Exp $ +share/texmf-dist/dvips/pst-slpe/pst-slpe.pro +share/texmf-dist/tex/generic/pst-slpe/pst-slpe.tex +share/texmf-dist/tex/latex/pst-slpe/pst-slpe.sty diff --git a/graphics/tex-pst-slpe/distinfo b/graphics/tex-pst-slpe/distinfo new file mode 100644 index 00000000000..bf2c14b9aaa --- /dev/null +++ b/graphics/tex-pst-slpe/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/18 21:39:27 minskim Exp $ + +SHA1 (tex-pst-slpe-15878/pst-slpe.tar.xz) = eda2edeee24168ff0157646cfadd44a2768cfff1 +RMD160 (tex-pst-slpe-15878/pst-slpe.tar.xz) = 077a286a71eb17f8779090df4b2c5afe04b9fc90 +Size (tex-pst-slpe-15878/pst-slpe.tar.xz) = 3152 bytes |