diff options
author | shell <shell@pkgsrc.org> | 2002-04-17 10:59:55 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-04-17 10:59:55 +0000 |
commit | 84f2c0a166a4ca0ca87c09bd51e33c2330924f16 (patch) | |
tree | 4adfb9d37c5efa8057a49bf3bd6ee80010d601c8 /textproc | |
parent | 72c102beab6ca6bf94a7e71a1dc67c1bfed91e11 (diff) | |
download | pkgsrc-84f2c0a166a4ca0ca87c09bd51e33c2330924f16.tar.gz |
Updated to p5-XML-DOM-1.39
Changes :
1.39 (tjmather) 04/16/2002
- Deletes value if both System ID and value are defined
(Brian Thomas)
- Fixed bug, now TextNode->getData doesn't expand entities when
NoExpand => 1, added t/dom_noexpand.t test script (Brian Thomas)
1.38 (tjmather) 04/05/2002
- Removed bin/pretty.pl, it is now in XML-Filter-Reindent
- Removed return from addCDATA function to fix memory leak
(Steve Hay)
- Added missing _to_sax method to ProcessingInstruction class
(Patrick Whittle)
- Removed extranous debugging statement from ExternEnt subroutine
(Jon Grov)
1.37 (tjmather) 02/15/2002
- parameter should be last argument of DocumentType::addEntity
(Patrick Whittle)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-DOM/DESCR | 4 | ||||
-rw-r--r-- | textproc/p5-XML-DOM/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-DOM/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-XML-DOM/DESCR b/textproc/p5-XML-DOM/DESCR index 9408fd5f83a..2b57a69775f 100644 --- a/textproc/p5-XML-DOM/DESCR +++ b/textproc/p5-XML-DOM/DESCR @@ -1,5 +1,5 @@ This is a Perl extension to XML::Parser. It adds a new 'Style' to -XML::Parser, called 'Dom', that allows XML::Parser to build an Object -Oriented datastructure with a DOM Level 1 compliant interface. +XML::Parser, called 'Dom', that allows XML::Parser to build an +Object Oriented datastructure with a DOM Level 1 compliant interface. For a description of the DOM (Document Object Model), see http://www.w3.org/DOM/ diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile index 77fac0d8f98..790b1a58e54 100644 --- a/textproc/p5-XML-DOM/Makefile +++ b/textproc/p5-XML-DOM/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2002/01/19 03:28:32 mjl Exp $ +# $NetBSD: Makefile,v 1.8 2002/04/17 10:59:55 shell Exp $ # -DISTNAME= XML-DOM-1.36 +DISTNAME= XML-DOM-1.39 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xdo CATEGORIES= devel perl5 diff --git a/textproc/p5-XML-DOM/distinfo b/textproc/p5-XML-DOM/distinfo index cf686758700..635a5ca61da 100644 --- a/textproc/p5-XML-DOM/distinfo +++ b/textproc/p5-XML-DOM/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/01/19 03:28:32 mjl Exp $ +$NetBSD: distinfo,v 1.4 2002/04/17 10:59:56 shell Exp $ -SHA1 (XML-DOM-1.36.tar.gz) = 0f2f975ef07bc9efa6362abfeed6d5bb52d5b2ab -Size (XML-DOM-1.36.tar.gz) = 114188 bytes +SHA1 (XML-DOM-1.39.tar.gz) = d6c4f014d82382cd4597f3498170f6e29aa8ac58 +Size (XML-DOM-1.39.tar.gz) = 114980 bytes |