2011-01-23 04:00:04 +01:00
|
|
|
# $NetBSD: Makefile,v 1.9 2011/01/23 03:00:04 minskim Exp $
|
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.
2007-01-03 15:51:07 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= PyX-0.9
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-X-0.9
|
2011-01-23 04:00:04 +01:00
|
|
|
PKGREVISION= 2
|
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.
2007-01-03 15:51:07 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyx/}
|
|
|
|
|
2008-06-12 04:14:13 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2011-01-23 04:00:04 +01:00
|
|
|
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
|
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.
2007-01-03 15:51:07 +01:00
|
|
|
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
|
2009-07-17 20:00:13 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
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.
2007-01-03 15:51:07 +01:00
|
|
|
HOMEPAGE= http://pyx.sourceforge.net/
|
|
|
|
COMMENT= Package for the creation of PostScript and PDF files
|
|
|
|
|
2007-05-19 03:14:07 +02:00
|
|
|
CONF_FILES= ${PREFIX}/share/examples/PyX/pyxrc \
|
|
|
|
${PKG_SYSCONFDIR}/pyxrc
|
|
|
|
|
|
|
|
SUBST_CLASSES+= conf
|
|
|
|
SUBST_STAGE.conf= post-patch
|
|
|
|
SUBST_MESSAGE.conf= Fixing configuration files.
|
|
|
|
SUBST_FILES.conf= setup.py
|
|
|
|
SUBST_SED.conf+= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g"
|
|
|
|
|
2008-06-12 04:14:13 +02:00
|
|
|
INSTALLATION_DIRS= share/examples/PyX
|
|
|
|
|
2007-05-19 03:14:07 +02:00
|
|
|
pre-install:
|
|
|
|
${CP} ${WRKSRC}/pyxrc ${WRKSRC}/pyxrc.default
|
|
|
|
|
|
|
|
post-install:
|
2008-06-12 04:14:13 +02:00
|
|
|
${CP} ${WRKSRC}/pyxrc ${DESTDIR}${PREFIX}/share/examples/PyX/pyxrc
|
2007-05-19 03:14:07 +02:00
|
|
|
|
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.
2007-01-03 15:51:07 +01:00
|
|
|
.include "../../lang/python/extension.mk"
|
2007-11-09 00:47:03 +01:00
|
|
|
.include "../../lang/python/application.mk"
|
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.
2007-01-03 15:51:07 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|