Subject: CVS commit: pkgsrc/textproc/pyxml
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 02/05/2002 23:58:10
Module Name: pkgsrc
Committed By: drochner
Date: Tue Feb 5 21:58:10 UTC 2002
Modified Files:
pkgsrc/textproc/pyxml: Makefile PLIST distinfo
Log Message:
update to 0.7
changes:
* Expat 1.95.2 has been integrated.
* James Tauber has contributed an implementation of TREX,
in the xml.schema.trex module.
* xmlproc has been updated to produce Unicode strings in
Python 2.x using the Python codecs to convert the input.
* 4XPath and 4XSLT from the 4Suite package have been
integrated as xml.xpath and xml.xslt. Both packages are a
few releases behind 4Suite. In case of conflicts with
a 4Suite installation, passing --without-{xpath,xslt}
to setup.py is recommended.
* XBEL has been updated to revision 1.1.
* The C14N code in xml.dom.ext.c14n was completely rewritten.
* Swedish and French messages have been added to xmlproc.
* New SAX2 drivers have been added for htmllib, sgmllib,
sgmlop, and sgmlop_html.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/textproc/pyxml/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/textproc/pyxml/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/textproc/pyxml/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.