summaryrefslogtreecommitdiff
path: root/textproc/py-X/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-01-03 14:51:07 +0000
committeradrianp <adrianp>2007-01-03 14:51:07 +0000
commit2408129e1af4ae07640490e792678943ad3527d2 (patch)
tree7b36087a59be5f41f44326089639f258dfe50043 /textproc/py-X/Makefile
parent67c244ddb76124b7124df1041f020d0231074e69 (diff)
downloadpkgsrc-2408129e1af4ae07640490e792678943ad3527d2.tar.gz
PyX is a Python package for the creation of PostScript and PDF files. It
combines an abstraction of the PostScript drawing model with a TeX/LaTeX interface. Complex tasks like 2d and 3d plots in publication-ready quality are built out of these primitives. Features * PostScript and PDF output for device independent, freely scalable figures * seamless TeX/LaTeX integration * full access to PostScript features like paths, linestyles, fill patterns, transformations, clipping, bitmap inclusion, etc. * advanced geometric operations on paths like intersections, transformations, splitting, smoothing, etc. * sophisticated graph generation: modular design, pluggable axes, axes partitioning based on rational number arithmetics, flexible graph styles, etc.
Diffstat (limited to 'textproc/py-X/Makefile')
-rw-r--r--textproc/py-X/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/py-X/Makefile b/textproc/py-X/Makefile
new file mode 100644
index 00000000000..1d335f8ed64
--- /dev/null
+++ b/textproc/py-X/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/03 14:51:07 adrianp Exp $
+#
+
+DISTNAME= PyX-0.9
+PKGNAME= ${PYPKGPREFIX}-X-0.9
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyx/}
+
+DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX3-bin
+
+PYBINMODULE= yes
+PYDISTUTILSPKG= yes
+
+MAINTAINER= adrianp@NetBSD.org
+HOMEPAGE= http://pyx.sourceforge.net/
+COMMENT= Package for the creation of PostScript and PDF files
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"