summaryrefslogtreecommitdiff
path: root/textproc/pyxml/PLIST
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-08-20 12:54:21 +0000
committerdrochner <drochner@pkgsrc.org>2002-08-20 12:54:21 +0000
commit256ef15c1ab434d1e836b4e5527a1645093b8876 (patch)
tree00f79b1ef7e444076d1455928ccd14515f930c8d /textproc/pyxml/PLIST
parentde73802ae7cdec171f424213415664c078d23fb3 (diff)
downloadpkgsrc-256ef15c1ab434d1e836b4e5527a1645093b8876.tar.gz
update to 0.8
relevant changes in this version, compared to 0.7.1: * Python 1.5 is not supported anymore; Python 2.0 or higher is required. * pyexpat now reports skipped entities. * pyexpat now can combine subsequent character data events into a single callback invocation; set the parser's buffer_text attribute to true to enable this feature. * pyexpat can now report namespace prefixes. Set the parser's namespace_prefixes attribute to true to enable this feature. * Various bugs in sgmlop have been fixed. * Various DOM Level 3 symbolic constants have been added; DOMStringSizeErr can now be spelled as DomstringSizeErr again, and ValidationErr has been defined. * Various DOM L1, L2 and L3 features have been added to minidom: userdata, isSupported, getInterface, wholeText, replaceWholeText, Entity, Notation * minidom's .toxml now allows the caller to specify an encoding. * The new module xml.dom.xmlbuilder implements the load part of the DOM L3 Load/Store spec. * The new module xml.dom.expatbuilder allows to create minidom trees more efficiently, by using expat directly (rather than using SAX). This is normally used via xml.dom.xmlbuilder. * Bugs in c14n namespace processing have been fixed. * Minor bugs in xmlproc have been fixed. * xml.sax.expatreader now invokes resolveEntity properly. * The sgmlop SAX driver now invokes skippedEntity. * The xml-howto has been updated. * Bugs in the MSIE, ADR, and NS XBEL parsers have been fixed.
Diffstat (limited to 'textproc/pyxml/PLIST')
-rw-r--r--textproc/pyxml/PLIST8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/pyxml/PLIST b/textproc/pyxml/PLIST
index 368c242e027..7700201812e 100644
--- a/textproc/pyxml/PLIST
+++ b/textproc/pyxml/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2002/05/08 11:31:36 drochner Exp $
+@comment $NetBSD: PLIST,v 1.6 2002/08/20 12:54:21 drochner Exp $
bin/xmlproc_parse${PYVERSSUFFIX}
bin/xmlproc_val${PYVERSSUFFIX}
${PYSITELIB}/_xmlplus/FtCore.py
@@ -57,6 +57,8 @@ ${PYSITELIB}/_xmlplus/dom/de/LC_MESSAGES/4Suite.mo
${PYSITELIB}/_xmlplus/dom/domreg.py
${PYSITELIB}/_xmlplus/dom/domreg.pyc
${PYSITELIB}/_xmlplus/dom/en_US/LC_MESSAGES/4Suite.mo
+${PYSITELIB}/_xmlplus/dom/expatbuilder.py
+${PYSITELIB}/_xmlplus/dom/expatbuilder.pyc
${PYSITELIB}/_xmlplus/dom/ext/Dom2Sax.py
${PYSITELIB}/_xmlplus/dom/ext/Dom2Sax.pyc
${PYSITELIB}/_xmlplus/dom/ext/Printer.py
@@ -206,12 +208,16 @@ ${PYSITELIB}/_xmlplus/dom/html/__init__.py
${PYSITELIB}/_xmlplus/dom/html/__init__.pyc
${PYSITELIB}/_xmlplus/dom/javadom.py
${PYSITELIB}/_xmlplus/dom/javadom.pyc
+${PYSITELIB}/_xmlplus/dom/minicompat.py
+${PYSITELIB}/_xmlplus/dom/minicompat.pyc
${PYSITELIB}/_xmlplus/dom/minidom.py
${PYSITELIB}/_xmlplus/dom/minidom.pyc
${PYSITELIB}/_xmlplus/dom/minitraversal.py
${PYSITELIB}/_xmlplus/dom/minitraversal.pyc
${PYSITELIB}/_xmlplus/dom/pulldom.py
${PYSITELIB}/_xmlplus/dom/pulldom.pyc
+${PYSITELIB}/_xmlplus/dom/xmlbuilder.py
+${PYSITELIB}/_xmlplus/dom/xmlbuilder.pyc
${PYSITELIB}/_xmlplus/marshal/__init__.py
${PYSITELIB}/_xmlplus/marshal/__init__.pyc
${PYSITELIB}/_xmlplus/marshal/generic.py