Add p5-XML-Node-0.10:

If you are only interested in processing certain nodes in an XML
file, this module can help you simplify your Perl scripts significantly.

The XML::Node module allows you to register callback functions
or variables for any XML node. If you register a call back function,
it will be called when the node of the type you specified are
encountered. If you register a variable, the content of a XML node
will be appended to that variable automatically.
This commit is contained in:
hubertf 2000-12-28 12:39:39 +00:00
parent 29ca230a62
commit 29db65d457
5 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1.1.1 2000/12/28 12:39:39 hubertf Exp $
#
DISTNAME= XML-Node-0.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= http://belmont-shores.ics.uci.edu/pub/ \
${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://belmont-shores.ics.uci.edu/XML::Node/
DEPENDS+= XML-Parser-2.*:../p5-XML-Parser
USE_PERL5= yes
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Node/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 2000/12/28 12:39:39 hubertf Exp $
MD5 (XML-Node-0.10.tar.gz) = 901719349ca99a24dcc5599e91e0a214

View file

@ -0,0 +1 @@
Node-based XML parsing: an simplified interface to XML::Parser

View file

@ -0,0 +1,8 @@
If you are only interested in processing certain nodes in an XML
file, this module can help you simplify your Perl scripts significantly.
The XML::Node module allows you to register callback functions
or variables for any XML node. If you register a call back function,
it will be called when the node of the type you specified are
encountered. If you register a variable, the content of a XML node
will be appended to that variable automatically.

View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/28 12:39:39 hubertf Exp $