diff options
author | drochner <drochner@pkgsrc.org> | 2005-01-13 19:20:59 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-01-13 19:20:59 +0000 |
commit | edcaa6077d07099e069d3cc6f478b60588f6ae27 (patch) | |
tree | e92b9c4a47761210d2fbb1d3a39b723b7a84b7dc /textproc | |
parent | 28a95475df1f5204e8821e02628e5b3daec8fa17 (diff) | |
download | pkgsrc-edcaa6077d07099e069d3cc6f478b60588f6ae27.tar.gz |
update to 0.8.4
relevant changes:
-extended to expose more expat features:
- CurrentLineNumber, CurrentColumnNumber, CurrentByteIndex
- symbolic error numbers added in Expat 1.95.7 and 1.95.8
* Added Dublin Core Metadata Initiative (DCMI) namespaces to the
xml.ns module.
* fix memory leaks in pyexpat
* fix line number reporting in SAX
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-xml/Makefile | 7 | ||||
-rw-r--r-- | textproc/py-xml/PLIST | 8 | ||||
-rw-r--r-- | textproc/py-xml/distinfo | 6 |
3 files changed, 10 insertions, 11 deletions
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index 9255be071a5..b8fbc3cf6e7 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/10/03 00:18:21 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/01/13 19:20:59 drochner Exp $ # -DISTNAME= PyXML-0.8.3 -PKGNAME= ${PYPKGPREFIX}-xml-0.8.3 -PKGREVISION= 2 +DISTNAME= PyXML-0.8.4 +PKGNAME= ${PYPKGPREFIX}-xml-0.8.4 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyxml/} diff --git a/textproc/py-xml/PLIST b/textproc/py-xml/PLIST index 11f54eaf66f..ec24074260f 100644 --- a/textproc/py-xml/PLIST +++ b/textproc/py-xml/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/23 15:25:53 recht Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/01/13 19:20:59 drochner Exp $ bin/xmlproc_parse${PYVERSSUFFIX} bin/xmlproc_val${PYVERSSUFFIX} ${PYSITELIB}/_xmlplus/FtCore.py @@ -132,7 +132,7 @@ ${PYSITELIB}/_xmlplus/dom/ext/reader/Sgmlop.pyo ${PYSITELIB}/_xmlplus/dom/ext/reader/__init__.py ${PYSITELIB}/_xmlplus/dom/ext/reader/__init__.pyc ${PYSITELIB}/_xmlplus/dom/ext/reader/__init__.pyo -${PYSITELIB}/_xmlplus/dom/fr_FR/LC_MESSAGES/4Suite.mo +${PYSITELIB}/_xmlplus/dom/fr/LC_MESSAGES/4Suite.mo ${PYSITELIB}/_xmlplus/dom/html/GenerateHtml.py ${PYSITELIB}/_xmlplus/dom/html/GenerateHtml.pyc ${PYSITELIB}/_xmlplus/dom/html/GenerateHtml.pyo @@ -594,8 +594,8 @@ ${PYSITELIB}/_xmlplus/xpath/yappsrt.pyo @dirrm ${PYSITELIB}/_xmlplus/parsers @dirrm ${PYSITELIB}/_xmlplus/marshal @dirrm ${PYSITELIB}/_xmlplus/dom/html -@dirrm ${PYSITELIB}/_xmlplus/dom/fr_FR/LC_MESSAGES -@dirrm ${PYSITELIB}/_xmlplus/dom/fr_FR +@dirrm ${PYSITELIB}/_xmlplus/dom/fr/LC_MESSAGES +@dirrm ${PYSITELIB}/_xmlplus/dom/fr @dirrm ${PYSITELIB}/_xmlplus/dom/ext/reader @dirrm ${PYSITELIB}/_xmlplus/dom/ext @dirrm ${PYSITELIB}/_xmlplus/dom/en_US/LC_MESSAGES diff --git a/textproc/py-xml/distinfo b/textproc/py-xml/distinfo index 0b7c9853d9c..0310b3e3559 100644 --- a/textproc/py-xml/distinfo +++ b/textproc/py-xml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/01/23 15:25:39 recht Exp $ +$NetBSD: distinfo,v 1.2 2005/01/13 19:20:59 drochner Exp $ -SHA1 (PyXML-0.8.3.tar.gz) = 249e91c487d8c4d3792d532769e22cb06eb973f7 -Size (PyXML-0.8.3.tar.gz) = 729172 bytes +SHA1 (PyXML-0.8.4.tar.gz) = 6f30d5907b75ef76809c19e0103d78f4a5fb027c +Size (PyXML-0.8.4.tar.gz) = 734954 bytes SHA1 (patch-aa) = 51af9ee51699a9a17ebaf000aba3aba5cb07fd94 |