- import of p5-XML-Parser-2.30

--
This module provides ways to parse XML documents. It is built on
top of XML::Parser::Expat, which is a lower level interface to James
Clark's expat library. Each call to one of the parsing methods
creates a new instance of XML::Parser::Expat which is then used to
parse the document. Expat options may be provided when the XML::Parser
object is created.

These options are then passed on to the Expat object on each parse
call. They can also be given as extra arguments to the parse methods,
in which case they override options given at XML::Parser creation
time.
This commit is contained in:
avsm 2001-01-21 19:22:42 +00:00
parent 3ae50c4607
commit 7690998c25
5 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/21 19:22:42 avsm Exp $
DISTNAME= XML-Parser-2.30
PKGNAME= p5-XML-Parser-2.30
DISTFILES= XML-Parser.2.30${EXTRACT_SUFX}
CATEGORIES= textproc perl5
NEED_VERSION= 1.351
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= expat.2::textproc/expat
CONFIGURE_STYLE= perl
CONFIGURE_ARGS= EXPATLIBPATH=${LOCALBASE}/lib EXPATINCPATH=${LOCALBASE}/include
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (XML-Parser.2.30.tar.gz) = 1729859ea9db2718c86c23dfc2ab3c6f
RMD160 (XML-Parser.2.30.tar.gz) = a409b7c852117108ed68383f675cfe0eae3fdb08
SHA1 (XML-Parser.2.30.tar.gz) = 1626c959e40446b5c71ce9d4477bc862b6c4ea07

View File

@ -0,0 +1 @@
perl module for parsing XML documents

View File

@ -0,0 +1,11 @@
This module provides ways to parse XML documents. It is built on
top of XML::Parser::Expat, which is a lower level interface to James
Clark's expat library. Each call to one of the parsing methods
creates a new instance of XML::Parser::Expat which is then used to
parse the document. Expat options may be provided when the XML::Parser
object is created.
These options are then passed on to the Expat object on each parse
call. They can also be given as extra arguments to the parse methods,
in which case they override options given at XML::Parser creation
time.

View File

@ -0,0 +1,30 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/21 19:22:42 avsm Exp $
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser.pm
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/Japanese_Encodings.msg
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/README
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/big5.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/euc-kr.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/iso-8859-2.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/iso-8859-3.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/iso-8859-4.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/iso-8859-5.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/iso-8859-7.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/iso-8859-8.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/iso-8859-9.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/windows-1250.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/x-euc-jp-jisx0221.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/x-euc-jp-unicode.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/x-sjis-cp932.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/x-sjis-jdk117.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/x-sjis-jisx0221.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings/x-sjis-unicode.enc
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Expat.pm
libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/LWPExternEnt.pl
libdata/perl5/site_perl/${ARCH}-openbsd/auto/XML/Parser/Expat/Expat.bs
libdata/perl5/site_perl/${ARCH}-openbsd/auto/XML/Parser/Expat/Expat.so
man/man3/XML::Parser.3p
man/man3/XML::Parser::Expat.3p
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/XML/Parser/Expat
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/XML/Parser
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser/Encodings
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/XML/Parser