- initial import of p5-XML-XPath-1.04

--
This module aims to comply exactly to the XPath specification at
http://www.w3.org/TR/xpath and yet allow extensions to be added in
the form of functions.

Modules such as XSLT and XPointer may need to do this as they support
functionality beyond XPath.
This commit is contained in:
avsm 2001-01-26 01:01:38 +00:00
parent c146349fd2
commit 0a5c990626
5 changed files with 74 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/26 01:01:38 avsm Exp $
DISTNAME= XML-XPath-1.04
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-XPath-1.04.tar.gz) = 40d062a003152e77e121214fcc5d3b86
RMD160 (XML-XPath-1.04.tar.gz) = ae2bd4ab7f3ed42cc0f1b49302501436f58c1fd7
SHA1 (XML-XPath-1.04.tar.gz) = d4ded13e3447d2e183c416a3761c099355655013

View File

@ -0,0 +1 @@
modules for parsing and evaluating XPath statements

View File

@ -0,0 +1,6 @@
This module aims to comply exactly to the XPath specification at
http://www.w3.org/TR/xpath and yet allow extensions to be added in
the form of functions.
Modules such as XSLT and XPointer may need to do this as they support
functionality beyond XPath.

View File

@ -0,0 +1,41 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/26 01:01:38 avsm Exp $
bin/xpath
libdata/perl5/site_perl/XML/XPath.pm
libdata/perl5/site_perl/XML/XPath/Boolean.pm
libdata/perl5/site_perl/XML/XPath/Builder.pm
libdata/perl5/site_perl/XML/XPath/Expr.pm
libdata/perl5/site_perl/XML/XPath/Function.pm
libdata/perl5/site_perl/XML/XPath/Literal.pm
libdata/perl5/site_perl/XML/XPath/LocationPath.pm
libdata/perl5/site_perl/XML/XPath/Node.pm
libdata/perl5/site_perl/XML/XPath/Node/Attribute.pm
libdata/perl5/site_perl/XML/XPath/Node/Comment.pm
libdata/perl5/site_perl/XML/XPath/Node/Element.pm
libdata/perl5/site_perl/XML/XPath/Node/Namespace.pm
libdata/perl5/site_perl/XML/XPath/Node/PI.pm
libdata/perl5/site_perl/XML/XPath/Node/Text.pm
libdata/perl5/site_perl/XML/XPath/NodeSet.pm
libdata/perl5/site_perl/XML/XPath/Number.pm
libdata/perl5/site_perl/XML/XPath/Parser.pm
libdata/perl5/site_perl/XML/XPath/PerlSAX.pm
libdata/perl5/site_perl/XML/XPath/Root.pm
libdata/perl5/site_perl/XML/XPath/Step.pm
libdata/perl5/site_perl/XML/XPath/Variable.pm
libdata/perl5/site_perl/XML/XPath/XMLParser.pm
man/man3/XML::XPath.3p
man/man3/XML::XPath::Boolean.3p
man/man3/XML::XPath::Builder.3p
man/man3/XML::XPath::Literal.3p
man/man3/XML::XPath::Node.3p
man/man3/XML::XPath::Node::Attribute.3p
man/man3/XML::XPath::Node::Comment.3p
man/man3/XML::XPath::Node::Element.3p
man/man3/XML::XPath::Node::Namespace.3p
man/man3/XML::XPath::Node::PI.3p
man/man3/XML::XPath::Node::Text.3p
man/man3/XML::XPath::NodeSet.3p
man/man3/XML::XPath::Number.3p
man/man3/XML::XPath::PerlSAX.3p
man/man3/XML::XPath::XMLParser.3p
@dirrm libdata/perl5/site_perl/XML/XPath/Node
@dirrm libdata/perl5/site_perl/XML/XPath