pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-XUpdate-LibXML Update to version 0.6.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/427b9158364b
branches:  trunk
changeset: 521119:427b9158364b
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Nov 05 14:28:06 2006 +0000

description:
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@localhost>
- 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@localhost>
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@localhost>
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

diffstat:

 textproc/p5-XML-XUpdate-LibXML/Makefile |  9 +++++----
 textproc/p5-XML-XUpdate-LibXML/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 38c86bb55ddb -r 427b9158364b textproc/p5-XML-XUpdate-LibXML/Makefile
--- a/textproc/p5-XML-XUpdate-LibXML/Makefile   Sun Nov 05 14:21:41 2006 +0000
+++ b/textproc/p5-XML-XUpdate-LibXML/Makefile   Sun Nov 05 14:28:06 2006 +0000
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:50 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/11/05 14:28:06 seb Exp $
 #
 
-DISTNAME=      XML-XUpdate-LibXML-0.2.3
+DISTNAME=      XML-XUpdate-LibXML-0.6.0
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 SVR4_PKGNAME=  p5xlx
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=XML/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/XML-XUpdate-LibXML/
 COMMENT=       Simple implementation of XUpdate format based on and XML::LibXML
 
-DEPENDS+=      p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
+DEPENDS+=      p5-XML-LibXML>=1.54:../../textproc/p5-XML-LibXML
+DEPENDS+=      p5-XML-LibXML-Iterator-[0-9]*:../../textproc/p5-XML-LibXML-Iterator
 
 PERL5_PACKLIST=        auto/XML/XUpdate/LibXML/.packlist
 
diff -r 38c86bb55ddb -r 427b9158364b textproc/p5-XML-XUpdate-LibXML/distinfo
--- a/textproc/p5-XML-XUpdate-LibXML/distinfo   Sun Nov 05 14:21:41 2006 +0000
+++ b/textproc/p5-XML-XUpdate-LibXML/distinfo   Sun Nov 05 14:28:06 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:48:47 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/11/05 14:28:06 seb Exp $
 
-SHA1 (XML-XUpdate-LibXML-0.2.3.tar.gz) = da11b088fd2d6e696bac05837add5469205be988
-RMD160 (XML-XUpdate-LibXML-0.2.3.tar.gz) = 5944b679f29f5e475d8b703cc3e39914edef0f0d
-Size (XML-XUpdate-LibXML-0.2.3.tar.gz) = 5585 bytes
+SHA1 (XML-XUpdate-LibXML-0.6.0.tar.gz) = 96bd92b71e37bfbd518152c5739f1dcd5229cbdb
+RMD160 (XML-XUpdate-LibXML-0.6.0.tar.gz) = cc130ed0fd3553102c11bc62f307f6f01e00e53d
+Size (XML-XUpdate-LibXML-0.6.0.tar.gz) = 8378 bytes



Home | Main Index | Thread Index | Old Index