import p5-XML-DOM-XPath 0.14

XML::DOM::XPath allows you to use XML::XPath methods to query a DOM.
This is often much easier than relying only on getElementsByTagName.
It lets you use all of the XML::DOM methods.

ok sthen@
This commit is contained in:
jasper 2010-12-22 20:15:57 +00:00
parent d06d8de05f
commit 0114c434b0
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/22 20:15:57 jasper Exp $
COMMENT= extension to add XPath support to XML::DOM
DISTNAME= XML-DOM-XPath-0.14
CATEGORIES= textproc
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
RUN_DEPENDS= textproc/p5-XML-DOM \
textproc/p5-XML-XPathEngine
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (XML-DOM-XPath-0.14.tar.gz) = UaQN+WwvkoKeGk+EeC+nXg==
RMD160 (XML-DOM-XPath-0.14.tar.gz) = 2b28w1FLrivz+OUziI+3TL1+4dk=
SHA1 (XML-DOM-XPath-0.14.tar.gz) = YkNYIZqYSgSg6ohMldE4a9EO7SQ=
SHA256 (XML-DOM-XPath-0.14.tar.gz) = AXOnSlFSEZl6MRekfnuepDWUoEuGW2naWnHAiG+oKeo=
SIZE (XML-DOM-XPath-0.14.tar.gz) = 12410

View File

@ -0,0 +1,4 @@
XML::DOM::XPath allows you to use XML::XPath methods to query a DOM.
This is often much easier than relying only on getElementsByTagName.
It lets you use all of the XML::DOM methods.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/22 20:15:57 jasper Exp $
${P5SITE}/XML/DOM/XPath.pm
@man man/man3p/XML::DOM::XPath.3p