Subject: CVS commit: pkgsrc/textproc/p5-XML-XUpdate-LibXML
To: None <pkgsrc-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 11/05/2006 14:28:06
Module Name:	pkgsrc
Committed By:	seb
Date:		Sun Nov  5 14:28:06 UTC 2006

Modified Files:
	pkgsrc/textproc/p5-XML-XUpdate-LibXML: Makefile distinfo

Log Message:
Update to version 0.6.0.

While here add HOMEPAGE.

Changes since last packaged version (0.2.3):
(note: no Changes file entry for version 0.6.0)

0.3.0 Thu Nov  7 10:52:19 2002 Petr Pajas <pajas@matfyz.cz>
- Different implementation of XUpdate variables is used. Now
  variables contain the actual objects resulting from an XPath query,
  and not their textual content as in versions 0.2.x of
  XML::XUpdate::LibXML.
- value-of instruction result in copies of the actual objects it
  select rather than its textual content
- extra indentation option -j added
- indentation implies removable ws stripping XML parser

0.4.0 Mon Mar 10 15:07:17 2003 Petr Pajas <pajas@matfyz.cz>
XML::XUpdate::LibXML:
- commands apply to all nodes of a selected node-set
- xu:comment instruction support
- insert_before/insert_after work even if applied on attribute nodes
xupdate:
- some whitespace treatment changes (yes, again)
- added --debug|-D flag
XML::Normalize::LibXML:
- now uses XML::LibXML::Iterator

0.5.0 Mon Sep 29 12:45:18 2003 Petr Pajas <pajas@matfyz.cz>
XML::XUpdate::LibXML:
- using XML::LibXML::XPathContext as a XPath engine
  (for better variable and NS support)
- xu:append/@child reimplemented
- xu:attribute bug fixed
- regiserNs added
xupdate:
- --namespace|-n added
- allow compact command-line flags
- die on command-line parsing errors
XML::Normalize::LibXML:
- fixed serious bug in xml_strip_element


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/textproc/p5-XML-XUpdate-LibXML/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/p5-XML-XUpdate-LibXML/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.