diff options
author | martti <martti> | 2001-11-28 11:21:06 +0000 |
---|---|---|
committer | martti <martti> | 2001-11-28 11:21:06 +0000 |
commit | 2febeb8808ac3a642794ab859e740ac6e9cf426f (patch) | |
tree | 31991f71e1438450d0c351bd3df1b0d0bdff6b2c /textproc/p5-XML-DOM | |
parent | e9ba1078c494ff90bee0dd260e945704cd94c5c5 (diff) | |
download | pkgsrc-2febeb8808ac3a642794ab859e740ac6e9cf426f.tar.gz |
Updated to 1.35 (PR#14750)
Changes :
- Removed dependency on p5-Parse-Yapp
- Separated out XML::UM, XML::Filter::* and XML::Builder::* modules
into sperate modules
- Added use bytes pragma to XML::DOM to fix unicode problems
- The '>' character is now encoded in attribute values
- hasFeature now is case-insensitve for name of feature
Diffstat (limited to 'textproc/p5-XML-DOM')
-rw-r--r-- | textproc/p5-XML-DOM/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-DOM/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile index be6fbecb884..70db0abeea8 100644 --- a/textproc/p5-XML-DOM/Makefile +++ b/textproc/p5-XML-DOM/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/11/26 06:50:24 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/11/28 11:21:06 martti Exp $ # -DISTNAME= XML-DOM-1.31 +DISTNAME= XML-DOM-1.35 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xdo CATEGORIES= devel perl5 @@ -10,7 +10,6 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= packages@netbsd.org COMMENT= Extend XML::Parser to build DOM Level 1 compliant data structure -DEPENDS+= p5-Parse-Yapp-[0-9]*:../../devel/p5-Parse-Yapp DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-libxml-[0-9]*:../../textproc/p5-libxml DEPENDS+= p5-XML-RegExp-[0-9]*:../../textproc/p5-XML-RegExp diff --git a/textproc/p5-XML-DOM/distinfo b/textproc/p5-XML-DOM/distinfo index 0188df1b75f..74b128de12d 100644 --- a/textproc/p5-XML-DOM/distinfo +++ b/textproc/p5-XML-DOM/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/08/10 12:47:39 mjl Exp $ +$NetBSD: distinfo,v 1.2 2001/11/28 11:21:06 martti Exp $ -SHA1 (XML-DOM-1.31.tar.gz) = a19bba77ff1f4b68e9a136244a3373b207219d07 -Size (XML-DOM-1.31.tar.gz) = 131221 bytes +SHA1 (XML-DOM-1.35.tar.gz) = 3bd03dd576936f73a289d283795fdb9d25246c11 +Size (XML-DOM-1.35.tar.gz) = 114166 bytes |