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:
parent
e81c149043
commit
873c5c197a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243128
@ -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
|
||||
|
24
textproc/p5-XML-Reader/Makefile
Normal file
24
textproc/p5-XML-Reader/Makefile
Normal 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>
|
3
textproc/p5-XML-Reader/distinfo
Normal file
3
textproc/p5-XML-Reader/distinfo
Normal 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
|
7
textproc/p5-XML-Reader/pkg-descr
Normal file
7
textproc/p5-XML-Reader/pkg-descr
Normal 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/
|
5
textproc/p5-XML-Reader/pkg-plist
Normal file
5
textproc/p5-XML-Reader/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user