summaryrefslogtreecommitdiff
path: root/textproc/pyxml
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-09-18 11:54:06 +0000
committerdrochner <drochner@pkgsrc.org>2002-09-18 11:54:06 +0000
commit212d516f7d7d2adefccfdf6972d3f172a1937e95 (patch)
tree9e1b7f65f4fd7cb3d47b565bbad8fc094463c444 /textproc/pyxml
parent0949769d87cf959a5ce6e6762430146fb61a3aa0 (diff)
downloadpkgsrc-212d516f7d7d2adefccfdf6972d3f172a1937e95.tar.gz
update to 0.8.1
Changes in this version, compared to 0.8: * Various bug fixes: - tracing works now with pyexpat - fix registry key for MSIE XBEL support - correct ill-formedness of xmlproc.dtd2schema - avoid adding comments and PIs in the internal subset as Document children when building minidom trees - properly close files in xml.dom.ext.reader.* * XSLT is not installed anymore by default, specify --with-xslt if desired * Update Expat to 1.95.5 * Add features to xml.parsers.expat: - new method "UseForeignDTD" - new attribute "features" * Update to 25 July 2002 LS spec for xml.dom.xmlbuilder. Use expatbuilder if no parser is given to xml.dom.minidom.parse[String]. * Fix many obscure DOM bugs * Define and document the implementation-defined behaviors of cloneNode() for xml.dom.minidom. * Use urllib2 instead of urllib throughout.
Diffstat (limited to 'textproc/pyxml')
-rw-r--r--textproc/pyxml/Makefile6
-rw-r--r--textproc/pyxml/PLIST109
-rw-r--r--textproc/pyxml/distinfo6
3 files changed, 7 insertions, 114 deletions
diff --git a/textproc/pyxml/Makefile b/textproc/pyxml/Makefile
index 2cea4394884..a2262be00d1 100644
--- a/textproc/pyxml/Makefile
+++ b/textproc/pyxml/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2002/08/29 16:11:22 drochner Exp $
+# $NetBSD: Makefile,v 1.11 2002/09/18 11:54:06 drochner Exp $
#
-DISTNAME= PyXML-0.8
-PKGNAME= ${PYPKGPREFIX}-xml-0.8
+DISTNAME= PyXML-0.8.1
+PKGNAME= ${PYPKGPREFIX}-xml-0.8.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyxml/}
diff --git a/textproc/pyxml/PLIST b/textproc/pyxml/PLIST
index 7700201812e..33ee626f48b 100644
--- a/textproc/pyxml/PLIST
+++ b/textproc/pyxml/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2002/08/20 12:54:21 drochner Exp $
+@comment $NetBSD: PLIST,v 1.7 2002/09/18 11:54:07 drochner Exp $
bin/xmlproc_parse${PYVERSSUFFIX}
bin/xmlproc_val${PYVERSSUFFIX}
${PYSITELIB}/_xmlplus/FtCore.py
@@ -391,113 +391,6 @@ ${PYSITELIB}/_xmlplus/xpath/pyxpath.py
${PYSITELIB}/_xmlplus/xpath/pyxpath.pyc
${PYSITELIB}/_xmlplus/xpath/yappsrt.py
${PYSITELIB}/_xmlplus/xpath/yappsrt.pyc
-${PYSITELIB}/_xmlplus/xslt/ApplyTemplatesElement.py
-${PYSITELIB}/_xmlplus/xslt/ApplyTemplatesElement.pyc
-${PYSITELIB}/_xmlplus/xslt/AttributeElement.py
-${PYSITELIB}/_xmlplus/xslt/AttributeElement.pyc
-${PYSITELIB}/_xmlplus/xslt/AttributeSetElement.py
-${PYSITELIB}/_xmlplus/xslt/AttributeSetElement.pyc
-${PYSITELIB}/_xmlplus/xslt/AttributeValueTemplate.py
-${PYSITELIB}/_xmlplus/xslt/AttributeValueTemplate.pyc
-${PYSITELIB}/_xmlplus/xslt/BuiltInExtElements.py
-${PYSITELIB}/_xmlplus/xslt/BuiltInExtElements.pyc
-${PYSITELIB}/_xmlplus/xslt/CallTemplateElement.py
-${PYSITELIB}/_xmlplus/xslt/CallTemplateElement.pyc
-${PYSITELIB}/_xmlplus/xslt/ChooseElement.py
-${PYSITELIB}/_xmlplus/xslt/ChooseElement.pyc
-${PYSITELIB}/_xmlplus/xslt/CommentElement.py
-${PYSITELIB}/_xmlplus/xslt/CommentElement.pyc
-${PYSITELIB}/_xmlplus/xslt/CopyElement.py
-${PYSITELIB}/_xmlplus/xslt/CopyElement.pyc
-${PYSITELIB}/_xmlplus/xslt/CopyOfElement.py
-${PYSITELIB}/_xmlplus/xslt/CopyOfElement.pyc
-${PYSITELIB}/_xmlplus/xslt/ElementElement.py
-${PYSITELIB}/_xmlplus/xslt/ElementElement.pyc
-${PYSITELIB}/_xmlplus/xslt/ForEachElement.py
-${PYSITELIB}/_xmlplus/xslt/ForEachElement.pyc
-${PYSITELIB}/_xmlplus/xslt/HtmlWriter.py
-${PYSITELIB}/_xmlplus/xslt/HtmlWriter.pyc
-${PYSITELIB}/_xmlplus/xslt/IfElement.py
-${PYSITELIB}/_xmlplus/xslt/IfElement.pyc
-${PYSITELIB}/_xmlplus/xslt/LiteralElement.py
-${PYSITELIB}/_xmlplus/xslt/LiteralElement.pyc
-${PYSITELIB}/_xmlplus/xslt/LiteralText.py
-${PYSITELIB}/_xmlplus/xslt/LiteralText.pyc
-${PYSITELIB}/_xmlplus/xslt/MessageElement.py
-${PYSITELIB}/_xmlplus/xslt/MessageElement.pyc
-${PYSITELIB}/_xmlplus/xslt/MessageSource.py
-${PYSITELIB}/_xmlplus/xslt/MessageSource.pyc
-${PYSITELIB}/_xmlplus/xslt/NullWriter.py
-${PYSITELIB}/_xmlplus/xslt/NullWriter.pyc
-${PYSITELIB}/_xmlplus/xslt/NumberElement.py
-${PYSITELIB}/_xmlplus/xslt/NumberElement.pyc
-${PYSITELIB}/_xmlplus/xslt/OtherXslElement.py
-${PYSITELIB}/_xmlplus/xslt/OtherXslElement.pyc
-${PYSITELIB}/_xmlplus/xslt/OtherwiseElement.py
-${PYSITELIB}/_xmlplus/xslt/OtherwiseElement.pyc
-${PYSITELIB}/_xmlplus/xslt/OutputHandler.py
-${PYSITELIB}/_xmlplus/xslt/OutputHandler.pyc
-${PYSITELIB}/_xmlplus/xslt/ParamElement.py
-${PYSITELIB}/_xmlplus/xslt/ParamElement.pyc
-${PYSITELIB}/_xmlplus/xslt/ParsedLocationPathPattern.py
-${PYSITELIB}/_xmlplus/xslt/ParsedLocationPathPattern.pyc
-${PYSITELIB}/_xmlplus/xslt/ParsedPattern.py
-${PYSITELIB}/_xmlplus/xslt/ParsedPattern.pyc
-${PYSITELIB}/_xmlplus/xslt/ParsedRelativePathPattern.py
-${PYSITELIB}/_xmlplus/xslt/ParsedRelativePathPattern.pyc
-${PYSITELIB}/_xmlplus/xslt/ParsedStepPattern.py
-${PYSITELIB}/_xmlplus/xslt/ParsedStepPattern.pyc
-${PYSITELIB}/_xmlplus/xslt/PlainTextWriter.py
-${PYSITELIB}/_xmlplus/xslt/PlainTextWriter.pyc
-${PYSITELIB}/_xmlplus/xslt/ProcessingInstructionElement.py
-${PYSITELIB}/_xmlplus/xslt/ProcessingInstructionElement.pyc
-${PYSITELIB}/_xmlplus/xslt/Processor.py
-${PYSITELIB}/_xmlplus/xslt/Processor.pyc
-${PYSITELIB}/_xmlplus/xslt/Roman.py
-${PYSITELIB}/_xmlplus/xslt/Roman.pyc
-${PYSITELIB}/_xmlplus/xslt/RtfWriter.py
-${PYSITELIB}/_xmlplus/xslt/RtfWriter.pyc
-${PYSITELIB}/_xmlplus/xslt/SortElement.py
-${PYSITELIB}/_xmlplus/xslt/SortElement.pyc
-${PYSITELIB}/_xmlplus/xslt/Stylesheet.py
-${PYSITELIB}/_xmlplus/xslt/Stylesheet.pyc
-${PYSITELIB}/_xmlplus/xslt/StylesheetReader.py
-${PYSITELIB}/_xmlplus/xslt/StylesheetReader.pyc
-${PYSITELIB}/_xmlplus/xslt/TemplateElement.py
-${PYSITELIB}/_xmlplus/xslt/TemplateElement.pyc
-${PYSITELIB}/_xmlplus/xslt/TextElement.py
-${PYSITELIB}/_xmlplus/xslt/TextElement.pyc
-${PYSITELIB}/_xmlplus/xslt/TextSax.py
-${PYSITELIB}/_xmlplus/xslt/TextSax.pyc
-${PYSITELIB}/_xmlplus/xslt/TextWriter.py
-${PYSITELIB}/_xmlplus/xslt/TextWriter.pyc
-${PYSITELIB}/_xmlplus/xslt/ValueOfElement.py
-${PYSITELIB}/_xmlplus/xslt/ValueOfElement.pyc
-${PYSITELIB}/_xmlplus/xslt/VariableElement.py
-${PYSITELIB}/_xmlplus/xslt/VariableElement.pyc
-${PYSITELIB}/_xmlplus/xslt/WhenElement.py
-${PYSITELIB}/_xmlplus/xslt/WhenElement.pyc
-${PYSITELIB}/_xmlplus/xslt/WithParamElement.py
-${PYSITELIB}/_xmlplus/xslt/WithParamElement.pyc
-${PYSITELIB}/_xmlplus/xslt/XPattern.py
-${PYSITELIB}/_xmlplus/xslt/XPattern.pyc
-${PYSITELIB}/_xmlplus/xslt/XPatternParser.py
-${PYSITELIB}/_xmlplus/xslt/XPatternParser.pyc
-${PYSITELIB}/_xmlplus/xslt/XPatternParserBase.py
-${PYSITELIB}/_xmlplus/xslt/XPatternParserBase.pyc
-${PYSITELIB}/_xmlplus/xslt/XmlWriter.py
-${PYSITELIB}/_xmlplus/xslt/XmlWriter.pyc
-${PYSITELIB}/_xmlplus/xslt/XsltContext.py
-${PYSITELIB}/_xmlplus/xslt/XsltContext.pyc
-${PYSITELIB}/_xmlplus/xslt/XsltFunctions.py
-${PYSITELIB}/_xmlplus/xslt/XsltFunctions.pyc
-${PYSITELIB}/_xmlplus/xslt/_4xslt.py
-${PYSITELIB}/_xmlplus/xslt/_4xslt.pyc
-${PYSITELIB}/_xmlplus/xslt/__init__.py
-${PYSITELIB}/_xmlplus/xslt/__init__.pyc
-${PYSITELIB}/_xmlplus/xslt/minisupport.py
-${PYSITELIB}/_xmlplus/xslt/minisupport.pyc
-@dirrm ${PYSITELIB}/_xmlplus/xslt
@dirrm ${PYSITELIB}/_xmlplus/xpath
@dirrm ${PYSITELIB}/_xmlplus/utils
@dirrm ${PYSITELIB}/_xmlplus/unicode
diff --git a/textproc/pyxml/distinfo b/textproc/pyxml/distinfo
index 901e799cc7c..1347ca09099 100644
--- a/textproc/pyxml/distinfo
+++ b/textproc/pyxml/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2002/08/20 12:54:21 drochner Exp $
+$NetBSD: distinfo,v 1.9 2002/09/18 11:54:07 drochner Exp $
-SHA1 (PyXML-0.8.tar.gz) = 8e25b64403054645e2739d94cb2b49eef8c45ee2
-Size (PyXML-0.8.tar.gz) = 680754 bytes
+SHA1 (PyXML-0.8.1.tar.gz) = c952397601a78bea61645d0da1d380717fb58632
+Size (PyXML-0.8.1.tar.gz) = 715957 bytes
SHA1 (patch-aa) = 51af9ee51699a9a17ebaf000aba3aba5cb07fd94