initial import of p5-XML-DOM-1.25

--
This is a Perl extension to XML::Parser. It adds a new 'Style' to
XML::Parser, called 'Dom', that allows XML::Parser to build an
Object Oriented datastructure with a DOM Level 1 compliant interface.
For a description of the DOM (Document Object Model), see
http://www.w3.org/DOM/
This commit is contained in:
avsm 2001-01-25 00:11:52 +00:00
parent 83b24fb94a
commit 5b30648943
6 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/25 00:11:52 avsm Exp $
DISTNAME= XML-DOM-1.25
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
NEED_VERSION= 1.351
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl/${ARCH}-openbsd
BUILD_DEPENDS= ${PERL_MODULES}/XML/Parser.pm::textproc/p5-XML-Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (XML-DOM-1.25.tar.gz) = c4d5c994a26b611ae2440399b9ab6315
RMD160 (XML-DOM-1.25.tar.gz) = b98fb567c2c6d95fc6554c469431476b73af2b7a
SHA1 (XML-DOM-1.25.tar.gz) = 418aa480bb3c7559b1c44771d5baf0464654e3de

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-DOM_pm,v 1.1.1.1 2001/01/25 00:11:52 avsm Exp $
--- DOM.pm.orig Thu Jan 25 00:05:49 2001
+++ DOM.pm Thu Jan 25 00:06:06 2001
@@ -133,7 +133,7 @@ $ChNameChar = "(?:[-._:]|$ChLetter|$ChDi
$ReName = "(?:(?:[:_]|$ChLetter)$ChNameChar*)";
$ReNmToken = "(?:$ChNameChar)+";
$ReEntityRef = "(?:\&$ReName;)";
-$ReCharRef = "(?:\&#(?:\d+|x[0-9a-fA-F]+);)";
+$ReCharRef = '(?:\&#(?:\d+|x[0-9a-fA-F]+);)';
$ReReference = "(?:$ReEntityRef|$ReCharRef)";
#?? what if it contains entity references?

View File

@ -0,0 +1 @@
perl module to build DOM Level 1 structures

View File

@ -0,0 +1,10 @@
This is a Perl extension to XML::Parser. It adds a new 'Style' to
XML::Parser, called 'Dom', that allows XML::Parser to build an
Object Oriented datastructure with a DOM Level 1 compliant interface.
For a description of the DOM (Document Object Model), see
http://www.w3.org/DOM/
This is a beta version and although there will not be any major API
changes, minor changes may occur as feedback is obtained from the
people on the perl-xml mailing list. You can subscribe to this
list by sending a message to subscribe-perl-xml@lyris.activestate.com.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/25 00:11:52 avsm Exp $
libdata/perl5/site_perl/XML/DOM.pm
man/man3/XML::DOM.3p