summaryrefslogtreecommitdiff
path: root/textproc/py-X2/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-20 12:33:04 +0000
committerwiz <wiz>2014-01-20 12:33:04 +0000
commitb2149485d60043771f6e09e54bd884d9e501692c (patch)
treea6daa6e67e310f285351702a180764a1d8e2695e /textproc/py-X2/Makefile
parent52144aa277a514b67d6e4ef8941f4425d49d08ce (diff)
downloadpkgsrc-b2149485d60043771f6e09e54bd884d9e501692c.tar.gz
Import py27-X-0.12.1 as textproc/py-X2.
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-X2/Makefile')
-rw-r--r--textproc/py-X2/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/py-X2/Makefile b/textproc/py-X2/Makefile
new file mode 100644
index 00000000000..3d5d31c1ecb
--- /dev/null
+++ b/textproc/py-X2/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2014/01/20 12:33:04 wiz Exp $
+
+DISTNAME= PyX-0.12.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyx/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://pyx.sourceforge.net/
+COMMENT= Package for the creation of PostScript and PDF files
+LICENSE= gnu-gpl-v2 # or later
+
+DEPENDS+= kpathsea-[0-9]*:../../print/kpathsea
+DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
+DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex
+
+USE_LANGUAGES= #none
+
+CONF_FILES= ${PYSITELIB}/pyx/data/pyxrc \
+ ${PKG_SYSCONFDIR}/pyxrc
+
+PYTHON_SELF_CONFLICT= yes
+PYTHON_VERSIONS_INCOMPATIBLE=33
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"