d42d14a508
Collects together examples that have been posted to the pstricks mailing list, together with many additional features for the basic pstricks, pst-plot and pst-node, including: - bugfixes; - new options for the pspicture environment; - arrows; - braces as node connection/linestyle; - extended axes for plots (e.g., logarithm axes); - polar plots; - plotting tangent lines of curves or functions; - solving and printing differential equationd; - box plots; - matrix plots; and - pie charts. The package makes use of PostScript routines provided by pst-math.
19 lines
693 B
Makefile
19 lines
693 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 21:45:03 minskim Exp $
|
|
|
|
DISTNAME= pstricks-add
|
|
PKGNAME= tex-${DISTNAME}-3.51
|
|
TEXLIVE_REV= 21290
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Collection of add-ons and bugfixes for PSTricks
|
|
|
|
DEPENDS+= tex-multido-[0-9]*:../../devel/tex-multido
|
|
DEPENDS+= tex-pst-3d-[0-9]*:../../graphics/tex-pst-3d
|
|
DEPENDS+= tex-pst-math-[0-9]*:../../graphics/tex-pst-math
|
|
DEPENDS+= tex-pst-node-[0-9]*:../../graphics/tex-pst-node
|
|
DEPENDS+= tex-pst-plot-[0-9]*:../../graphics/tex-pst-plot
|
|
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"
|