import p5-XML-XPathEngine
This module provides an XPath engine that can be re-used by other module/classes that implement trees.
This commit is contained in:
parent
c6104244b3
commit
f9d4d6b029
17
textproc/p5-XML-XPathEngine/Makefile
Normal file
17
textproc/p5-XML-XPathEngine/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/22 11:04:40 simon Exp $
|
||||
|
||||
COMMENT= re-usable XPath engine for DOM-like trees
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= XML-XPathEngine-0.08
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
textproc/p5-XML-XPathEngine/distinfo
Normal file
5
textproc/p5-XML-XPathEngine/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (XML-XPathEngine-0.08.tar.gz) = Il9T1CDU/KUM2dGLh3eA1g==
|
||||
RMD160 (XML-XPathEngine-0.08.tar.gz) = i6Xs9uVKH37MdjrAPWJIzq3vMXg=
|
||||
SHA1 (XML-XPathEngine-0.08.tar.gz) = x+QwgtCTY4BwnT1DZ8h/M4xTRUc=
|
||||
SHA256 (XML-XPathEngine-0.08.tar.gz) = 4EVCqsPkeKgUHALTJL0d5/GtgKgqGmQPVv6EELKSe20=
|
||||
SIZE (XML-XPathEngine-0.08.tar.gz) = 23516
|
2
textproc/p5-XML-XPathEngine/pkg/DESCR
Normal file
2
textproc/p5-XML-XPathEngine/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This module provides an XPath engine that can be re-used by other
|
||||
module/classes that implement trees.
|
19
textproc/p5-XML-XPathEngine/pkg/PLIST
Normal file
19
textproc/p5-XML-XPathEngine/pkg/PLIST
Normal file
@ -0,0 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/09/22 11:04:40 simon Exp $
|
||||
${P5SITE}/XML/
|
||||
${P5SITE}/XML/XPathEngine/
|
||||
${P5SITE}/XML/XPathEngine.pm
|
||||
${P5SITE}/XML/XPathEngine/Boolean.pm
|
||||
${P5SITE}/XML/XPathEngine/Expr.pm
|
||||
${P5SITE}/XML/XPathEngine/Function.pm
|
||||
${P5SITE}/XML/XPathEngine/Literal.pm
|
||||
${P5SITE}/XML/XPathEngine/LocationPath.pm
|
||||
${P5SITE}/XML/XPathEngine/NodeSet.pm
|
||||
${P5SITE}/XML/XPathEngine/Number.pm
|
||||
${P5SITE}/XML/XPathEngine/Root.pm
|
||||
${P5SITE}/XML/XPathEngine/Step.pm
|
||||
${P5SITE}/XML/XPathEngine/Variable.pm
|
||||
@man man/man3p/XML::XPathEngine.3p
|
||||
@man man/man3p/XML::XPathEngine::Boolean.3p
|
||||
@man man/man3p/XML::XPathEngine::Literal.3p
|
||||
@man man/man3p/XML::XPathEngine::NodeSet.3p
|
||||
@man man/man3p/XML::XPathEngine::Number.3p
|
Loading…
Reference in New Issue
Block a user