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:
parent
29ca230a62
commit
29db65d457
5 changed files with 34 additions and 0 deletions
21
textproc/p5-XML-Node/Makefile
Normal file
21
textproc/p5-XML-Node/Makefile
Normal 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"
|
3
textproc/p5-XML-Node/files/md5
Normal file
3
textproc/p5-XML-Node/files/md5
Normal 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
|
1
textproc/p5-XML-Node/pkg/COMMENT
Normal file
1
textproc/p5-XML-Node/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
Node-based XML parsing: an simplified interface to XML::Parser
|
8
textproc/p5-XML-Node/pkg/DESCR
Normal file
8
textproc/p5-XML-Node/pkg/DESCR
Normal 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.
|
1
textproc/p5-XML-Node/pkg/PLIST
Normal file
1
textproc/p5-XML-Node/pkg/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/28 12:39:39 hubertf Exp $
|
Loading…
Reference in a new issue