73c887c3c3
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.
14 lines
390 B
Makefile
14 lines
390 B
Makefile
# $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"
|