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:
@@ -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
|
||||
|
||||
21
textproc/p5-XML-DOMHandler/Makefile
Normal file
21
textproc/p5-XML-DOMHandler/Makefile
Normal 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>
|
||||
3
textproc/p5-XML-DOMHandler/distinfo
Normal file
3
textproc/p5-XML-DOMHandler/distinfo
Normal 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
|
||||
6
textproc/p5-XML-DOMHandler/pkg-descr
Normal file
6
textproc/p5-XML-DOMHandler/pkg-descr
Normal 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/
|
||||
5
textproc/p5-XML-DOMHandler/pkg-plist
Normal file
5
textproc/p5-XML-DOMHandler/pkg-plist
Normal 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
|
||||
Reference in New Issue
Block a user