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:
parent
d06d8de05f
commit
0114c434b0
19
textproc/p5-XML-DOM-XPath/Makefile
Normal file
19
textproc/p5-XML-DOM-XPath/Makefile
Normal 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>
|
5
textproc/p5-XML-DOM-XPath/distinfo
Normal file
5
textproc/p5-XML-DOM-XPath/distinfo
Normal 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
|
4
textproc/p5-XML-DOM-XPath/pkg/DESCR
Normal file
4
textproc/p5-XML-DOM-XPath/pkg/DESCR
Normal 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.
|
3
textproc/p5-XML-DOM-XPath/pkg/PLIST
Normal file
3
textproc/p5-XML-DOM-XPath/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user