diff options
-rw-r--r-- | doc/CHANGES | 4 | ||||
-rw-r--r-- | textproc/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index db0273fea04..3aa036fb64f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6056 2004/05/29 01:19:32 xtraeme Exp $ +$NetBSD: CHANGES,v 1.6057 2004/05/29 01:46:02 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2679,3 +2679,5 @@ Changes to the packages collection and infrastructure in 2004: Added xvidcap-1.1.3 [xtraeme 2004-05-29] Added d2x-0.2.5 [xtraeme 2004-05-29] Updated p5-XML-DOM to 1.43 [xtraeme 2004-05-29] + Added p5-XML-LibXML-Iterator-1.00 [xtraeme 2004-05-29] + Added p5-XML-NodeFilter-0.01 [xtraeme 2004-05-29] diff --git a/textproc/Makefile b/textproc/Makefile index 109da7b1e78..c43efcf257d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.247 2004/05/13 04:13:27 xtraeme Exp $ +# $NetBSD: Makefile,v 1.248 2004/05/29 01:46:02 xtraeme Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -159,9 +159,11 @@ SUBDIR+= p5-XML-DOM SUBDIR+= p5-XML-Grove SUBDIR+= p5-XML-LibXML SUBDIR+= p5-XML-LibXML-Common +SUBDIR+= p5-XML-LibXML-Iterator SUBDIR+= p5-XML-LibXSLT SUBDIR+= p5-XML-NamespaceSupport SUBDIR+= p5-XML-Node +SUBDIR+= p5-XML-NodeFilter SUBDIR+= p5-XML-Parser SUBDIR+= p5-XML-RSS SUBDIR+= p5-XML-RegExp |