This module creates a layer on top of DOM that allows you to program

in a "push" style rather than "pull". Once the document has been parsed
and you have a DOM object, you can call on the DOMHandler's traverse()
method to apply a set of call-back routines to all the nodes in a tree.

WWW: http://search.cpan.org/dist/XML-DOMHandler-1.0/

PR:		137424
Submitted by:	Stefan Pauly <stefan@fh-mainz.de>
This commit is contained in:
Dmitry Marakasov
2009-08-05 00:39:35 +00:00
parent a18deed4a2
commit 163c3fea0b
5 changed files with 36 additions and 0 deletions

View File

@@ -731,6 +731,7 @@
SUBDIR += p5-XML-DOM-Lite
SUBDIR += p5-XML-DOM-XPath
SUBDIR += p5-XML-DOM2
SUBDIR += p5-XML-DOMHandler
SUBDIR += p5-XML-DT
SUBDIR += p5-XML-DTDParser
SUBDIR += p5-XML-DifferenceMarkup

View File

@@ -0,0 +1,21 @@
# New ports collection makefile for: XML-DOMHandler
# Date created: 4 August 2009
# Whom: Stefan Pauly <stefan@fh-mainz.de>
#
# $FreeBSD$
#
PORTNAME= XML-DOMHandler
PORTVERSION= 1.0
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= stefan@fh-mainz.de
COMMENT= A call-back interface to DOM
PERL_CONFIGURE= yes
MAN3= XML::DOMHandler.3
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
MD5 (XML-DOMHandler-1.0.tar.gz) = 6dd4dcfed53eb23976c82d097225b430
SHA256 (XML-DOMHandler-1.0.tar.gz) = 7c7041533ec8a401dcc55b52dc7b28c56d971d941ee3698127c67f2f0242812a
SIZE (XML-DOMHandler-1.0.tar.gz) = 3708

View File

@@ -0,0 +1,6 @@
This module creates a layer on top of DOM that allows you to program
in a "push" style rather than "pull". Once the document has been parsed
and you have a DOM object, you can call on the DOMHandler's traverse()
method to apply a set of call-back routines to all the nodes in a tree.
WWW: http://search.cpan.org/dist/XML-DOMHandler-1.0/

View File

@@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/DOMHandler/.packlist
%%SITE_PERL%%/XML/DOMHandler.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/DOMHandler
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
@dirrmtry %%SITE_PERL%%/XML