* LICENSE=gnu-lgpl-v2.1
* pure python package, c complier is not required.
* no need to buildlink with py-numpy, simple DEPENDS is sufficient.
* drop patch-aa from distinfo, it does not exist.
Bump PKGREVISION.
* hardcopy allows for terminal='svg' (using a patch from Spyros Blanas)
* Use with_ instead of with as that will be a python keyword in the
future.
* Added an option "filename" to Data and GridData in PlotItems.py.
This allows saving the data to a permanent, rather than temporary,
file. (Patch contributed by Matthew Fulmer.)
* Added a 'pdf' terminal definition (using a patch from Jim Kleckner).
* Added close() and __del__() methods to the Gnuplot class. This
might help with some cases of premature temporary file deletion.
(Suggested by Jim Kleckner.)
- 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.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
Inspired by FreeBSD "ports".
Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.
Discussed with/ok'ed by drochner@.