summaryrefslogtreecommitdiff
path: root/textproc/pyxml
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-02-05 21:58:09 +0000
committerdrochner <drochner@pkgsrc.org>2002-02-05 21:58:09 +0000
commita694be71e3613f3fa3ddd233be89abdea50a8d1c (patch)
treed291796bcf4cc78de589227a7c5be81ee3d10c02 /textproc/pyxml
parent5ce12b16beed0fa758a2c9ce9ca10c6dfc04e8b1 (diff)
downloadpkgsrc-a694be71e3613f3fa3ddd233be89abdea50a8d1c.tar.gz
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.
Diffstat (limited to 'textproc/pyxml')
-rw-r--r--textproc/pyxml/Makefile6
-rw-r--r--textproc/pyxml/PLIST181
-rw-r--r--textproc/pyxml/distinfo6
3 files changed, 182 insertions, 11 deletions
diff --git a/textproc/pyxml/Makefile b/textproc/pyxml/Makefile
index 6df14df14b9..f12779cccef 100644
--- a/textproc/pyxml/Makefile
+++ b/textproc/pyxml/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2002/01/17 11:22:43 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2002/02/05 21:58:09 drochner Exp $
#
-DISTNAME= PyXML-0.6.6
-PKGNAME= ${PYPKGPREFIX}-xml-0.6.6
+DISTNAME= PyXML-0.7
+PKGNAME= ${PYPKGPREFIX}-xml-0.7
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyxml/}
diff --git a/textproc/pyxml/PLIST b/textproc/pyxml/PLIST
index e3e2269e4f1..bdb72bd58fc 100644
--- a/textproc/pyxml/PLIST
+++ b/textproc/pyxml/PLIST
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.3 2002/01/17 11:22:43 drochner Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/02/05 21:58:09 drochner Exp $
bin/xmlproc_parse${PYVERSSUFFIX}
bin/xmlproc_val${PYVERSSUFFIX}
+${PYSITELIB}/_xmlplus/FtCore.py
+${PYSITELIB}/_xmlplus/FtCore.pyc
${PYSITELIB}/_xmlplus/__init__.py
${PYSITELIB}/_xmlplus/__init__.pyc
${PYSITELIB}/_xmlplus/_checkversion.py
${PYSITELIB}/_xmlplus/_checkversion.pyc
-${PYSITELIB}/_xmlplus/FtCore.py
-${PYSITELIB}/_xmlplus/FtCore.pyc
${PYSITELIB}/_xmlplus/dom/Attr.py
${PYSITELIB}/_xmlplus/dom/Attr.pyc
${PYSITELIB}/_xmlplus/dom/CDATASection.py
@@ -218,8 +218,6 @@ ${PYSITELIB}/_xmlplus/marshal/generic.py
${PYSITELIB}/_xmlplus/marshal/generic.pyc
${PYSITELIB}/_xmlplus/marshal/wddx.py
${PYSITELIB}/_xmlplus/marshal/wddx.pyc
-${PYSITELIB}/_xmlplus/marshal/xmlrpc.py
-${PYSITELIB}/_xmlplus/marshal/xmlrpc.pyc
${PYSITELIB}/_xmlplus/ns.py
${PYSITELIB}/_xmlplus/ns.pyc
${PYSITELIB}/_xmlplus/parsers/__init__.py
@@ -290,8 +288,18 @@ ${PYSITELIB}/_xmlplus/sax/drivers/pylibs.py
${PYSITELIB}/_xmlplus/sax/drivers/pylibs.pyc
${PYSITELIB}/_xmlplus/sax/drivers2/__init__.py
${PYSITELIB}/_xmlplus/sax/drivers2/__init__.pyc
+${PYSITELIB}/_xmlplus/sax/drivers2/drv_htmllib.py
+${PYSITELIB}/_xmlplus/sax/drivers2/drv_htmllib.pyc
+${PYSITELIB}/_xmlplus/sax/drivers2/drv_javasax.py
+${PYSITELIB}/_xmlplus/sax/drivers2/drv_javasax.pyc
${PYSITELIB}/_xmlplus/sax/drivers2/drv_pyexpat.py
${PYSITELIB}/_xmlplus/sax/drivers2/drv_pyexpat.pyc
+${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmllib.py
+${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmllib.pyc
+${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop.py
+${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop.pyc
+${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop_html.py
+${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop_html.pyc
${PYSITELIB}/_xmlplus/sax/drivers2/drv_xmlproc.py
${PYSITELIB}/_xmlplus/sax/drivers2/drv_xmlproc.pyc
${PYSITELIB}/_xmlplus/sax/expatreader.py
@@ -310,6 +318,10 @@ ${PYSITELIB}/_xmlplus/sax/writer.py
${PYSITELIB}/_xmlplus/sax/writer.pyc
${PYSITELIB}/_xmlplus/sax/xmlreader.py
${PYSITELIB}/_xmlplus/sax/xmlreader.pyc
+${PYSITELIB}/_xmlplus/schema/__init__.py
+${PYSITELIB}/_xmlplus/schema/__init__.pyc
+${PYSITELIB}/_xmlplus/schema/trex.py
+${PYSITELIB}/_xmlplus/schema/trex.pyc
${PYSITELIB}/_xmlplus/unicode/__init__.py
${PYSITELIB}/_xmlplus/unicode/__init__.pyc
${PYSITELIB}/_xmlplus/unicode/iso8859.py
@@ -319,12 +331,171 @@ ${PYSITELIB}/_xmlplus/unicode/utf8_iso.pyc
${PYSITELIB}/_xmlplus/utils/__init__.py
${PYSITELIB}/_xmlplus/utils/__init__.pyc
${PYSITELIB}/_xmlplus/utils/boolean.so
+${PYSITELIB}/_xmlplus/utils/characters.py
+${PYSITELIB}/_xmlplus/utils/characters.pyc
${PYSITELIB}/_xmlplus/utils/iso8601.py
${PYSITELIB}/_xmlplus/utils/iso8601.pyc
${PYSITELIB}/_xmlplus/utils/qp_xml.py
${PYSITELIB}/_xmlplus/utils/qp_xml.pyc
+${PYSITELIB}/_xmlplus/xpath/BuiltInExtFunctions.py
+${PYSITELIB}/_xmlplus/xpath/BuiltInExtFunctions.pyc
+${PYSITELIB}/_xmlplus/xpath/Context.py
+${PYSITELIB}/_xmlplus/xpath/Context.pyc
+${PYSITELIB}/_xmlplus/xpath/Conversions.py
+${PYSITELIB}/_xmlplus/xpath/Conversions.pyc
+${PYSITELIB}/_xmlplus/xpath/CoreFunctions.py
+${PYSITELIB}/_xmlplus/xpath/CoreFunctions.pyc
+${PYSITELIB}/_xmlplus/xpath/ExpandedNameWrapper.py
+${PYSITELIB}/_xmlplus/xpath/ExpandedNameWrapper.pyc
+${PYSITELIB}/_xmlplus/xpath/MessageSource.py
+${PYSITELIB}/_xmlplus/xpath/MessageSource.pyc
+${PYSITELIB}/_xmlplus/xpath/NamespaceNode.py
+${PYSITELIB}/_xmlplus/xpath/NamespaceNode.pyc
+${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedAbsoluteLocationPath.py
+${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedAbsoluteLocationPath.pyc
+${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedRelativeLocationPath.py
+${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedRelativeLocationPath.pyc
+${PYSITELIB}/_xmlplus/xpath/ParsedAbsoluteLocationPath.py
+${PYSITELIB}/_xmlplus/xpath/ParsedAbsoluteLocationPath.pyc
+${PYSITELIB}/_xmlplus/xpath/ParsedAxisSpecifier.py
+${PYSITELIB}/_xmlplus/xpath/ParsedAxisSpecifier.pyc
+${PYSITELIB}/_xmlplus/xpath/ParsedExpr.py
+${PYSITELIB}/_xmlplus/xpath/ParsedExpr.pyc
+${PYSITELIB}/_xmlplus/xpath/ParsedNodeTest.py
+${PYSITELIB}/_xmlplus/xpath/ParsedNodeTest.pyc
+${PYSITELIB}/_xmlplus/xpath/ParsedPredicateList.py
+${PYSITELIB}/_xmlplus/xpath/ParsedPredicateList.pyc
+${PYSITELIB}/_xmlplus/xpath/ParsedRelativeLocationPath.py
+${PYSITELIB}/_xmlplus/xpath/ParsedRelativeLocationPath.pyc
+${PYSITELIB}/_xmlplus/xpath/ParsedStep.py
+${PYSITELIB}/_xmlplus/xpath/ParsedStep.pyc
+${PYSITELIB}/_xmlplus/xpath/Set.py
+${PYSITELIB}/_xmlplus/xpath/Set.pyc
+${PYSITELIB}/_xmlplus/xpath/Util.py
+${PYSITELIB}/_xmlplus/xpath/Util.pyc
+${PYSITELIB}/_xmlplus/xpath/XPathGrammar.py
+${PYSITELIB}/_xmlplus/xpath/XPathGrammar.pyc
+${PYSITELIB}/_xmlplus/xpath/XPathParser.py
+${PYSITELIB}/_xmlplus/xpath/XPathParser.pyc
+${PYSITELIB}/_xmlplus/xpath/XPathParserBase.py
+${PYSITELIB}/_xmlplus/xpath/XPathParserBase.pyc
+${PYSITELIB}/_xmlplus/xpath/__init__.py
+${PYSITELIB}/_xmlplus/xpath/__init__.pyc
+${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
+@dirrm ${PYSITELIB}/_xmlplus/schema
@dirrm ${PYSITELIB}/_xmlplus/sax/drivers2
@dirrm ${PYSITELIB}/_xmlplus/sax/drivers
@dirrm ${PYSITELIB}/_xmlplus/sax
diff --git a/textproc/pyxml/distinfo b/textproc/pyxml/distinfo
index 1892a512c3b..2b5e98f0139 100644
--- a/textproc/pyxml/distinfo
+++ b/textproc/pyxml/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2002/01/17 11:22:43 drochner Exp $
+$NetBSD: distinfo,v 1.6 2002/02/05 21:58:09 drochner Exp $
-SHA1 (PyXML-0.6.6.tar.gz) = 1c5bcf40705fb397f17d2318757098e4697e549f
-Size (PyXML-0.6.6.tar.gz) = 503610 bytes
+SHA1 (PyXML-0.7.tar.gz) = a0b9832a0c1fed22edc6fa4b0e125535fd33d72e
+Size (PyXML-0.7.tar.gz) = 631449 bytes
SHA1 (patch-aa) = 51af9ee51699a9a17ebaf000aba3aba5cb07fd94