pkgsrc/textproc/p5-XML-XUpdate-LibXML/Makefile
seb fc787407d9 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
2006-11-05 14:28:06 +00:00

20 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.9 2006/11/05 14:28:06 seb Exp $
#
DISTNAME= XML-XUpdate-LibXML-0.6.0
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xlx
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-XUpdate-LibXML/
COMMENT= Simple implementation of XUpdate format based on and 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
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"