1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

XML::Reader provides a simple and easy to use interface for

sequentially parsing XML files (so called "pull-mode" parsing)
and at the same time keeps track of the complete XML-path.

It was developped as a wrapper on top of XML::Parser.

WWW:    http://search.cpan.org/dist/XML-Reader/

Approved by:	mentors(implicit)
This commit is contained in:
Wen Heping 2009-10-20 23:51:38 +00:00
parent e81c149043
commit 873c5c197a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243128
5 changed files with 40 additions and 0 deletions

View File

@ -795,6 +795,7 @@
SUBDIR += p5-XML-Parser-Style-Elemental
SUBDIR += p5-XML-Quote
SUBDIR += p5-XML-RAI
SUBDIR += p5-XML-Reader
SUBDIR += p5-XML-RSS
SUBDIR += p5-XML-RSS-Feed
SUBDIR += p5-XML-RSS-JavaScript

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: p5-XML-Reader
# Date created: 20 Oct, 2009
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= XML-Reader
PORTVERSION= 0.28
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/K/KE/KEICHNER/
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Reading XML and providing path information based on a pull-parser
RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::Reader.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (XML-Reader-0.28.tar.gz) = a7764d1d683a6fe55309d55a65b02916
SHA256 (XML-Reader-0.28.tar.gz) = d248cb7288cec94b0fc83907ef719459e23c6177894e9637ce80457001e8c216
SIZE (XML-Reader-0.28.tar.gz) = 26442

View File

@ -0,0 +1,7 @@
XML::Reader provides a simple and easy to use interface for
sequentially parsing XML files (so called "pull-mode" parsing)
and at the same time keeps track of the complete XML-path.
It was developped as a wrapper on top of XML::Parser.
WWW: http://search.cpan.org/dist/XML-Reader/

View File

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