summaryrefslogtreecommitdiff
path: root/textproc/py-X
AgeCommit message (Collapse)AuthorFilesLines
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2009-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg1-2/+1
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
2008-06-12Add DESTDIR support.joerg1-3/+6
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2007-11-08Fix include order to get working Python version selection.joerg1-2/+2
2007-06-12Needs Python 2.3+.joerg1-1/+2
2007-05-19Stop py-X from installing a configuration file under /etcadrianp4-3/+37
Spotted by joerg@'s bulk builds PKGREVISION++
2007-01-03Fix what turned out to be a incomplete PLISTadrianp1-1/+58
Ride the recent import
2007-01-03PyX is a Python package for the creation of PostScript and PDF files. Itadrianp4-0/+141
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.