freebsd-ports/textproc/py-xml/pkg-descr
James E. Housley 1a8bdc02e5 - Update PyXML (textproc/py-xml) to 0.6.5
- Delete obsolete MASTER_SITES - SourceForge is now the sole official
  distribution point (and the mirrors were not being updated).
- Now $PREFIX-clean!
- Install additional README files in documentation dir.
- Install sample scripts and test suite under ${PREFIX}/share/examples
- Now also do optimised compilation of Python modules during installation.
  This bloats the install somewhat, but it prevents an unclean deinstall in
  some fairly obscure circumstances.  And it might even improve runtimes.
- Mild tweaks to $PLIST to ensure that this port will work properly with its
  sister package 4Suite.  Please see the 4Suite port I've submitted in PR
  ports/25939

PR:		25990
Submitted by:	Johann Visagie <johann@egenetics.com> MAINTAINER
2001-03-23 00:47:52 +00:00

14 lines
548 B
Plaintext

From the README:
This is the Python XML package. The distribution contains a
validating XML parser, an implementation of the SAX and DOM
programming interfaces, an interface to the Expat parser (and the
Expat parser itself), and a C helper module that can speed up
xmllib.py by a factor of 5. There's even documentation!
Version 0.6.5 is to be considered a beta release.
WWW: http://www.python.org/sigs/xml-sig/
-- Jacques Vidrine <nectar@FreeBSD.ORG> (original port)
-- Johann Visagie <johann@egenetics.com> (current maintainer)