summaryrefslogtreecommitdiff
path: root/graphics/tex-pst-slpe/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2011-03-18 21:39:27 +0000
committerminskim <minskim@pkgsrc.org>2011-03-18 21:39:27 +0000
commitcecb7936fbaaec8daa74f573d1b1fe5734e05c8e (patch)
treeacab96b1b8c9fac01274695becb361cb750cd7c3 /graphics/tex-pst-slpe/Makefile
parent3dc1a594e854d4e5e06a53db77f90c9c048d2e01 (diff)
downloadpkgsrc-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/tex-pst-slpe/Makefile')
-rw-r--r--graphics/tex-pst-slpe/Makefile14
1 files changed, 14 insertions, 0 deletions
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"