Add p5-HTML-TreeBuilder-XPath 0.05, add XPath support to
HTML::TreeBuilder. PR: ports/100076 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
deb69cb8ad
commit
fb773d98ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167485
5 changed files with 49 additions and 0 deletions
|
@ -623,6 +623,7 @@
|
|||
SUBDIR += p5-HTML-Template-Pluggable
|
||||
SUBDIR += p5-HTML-TokeParser-Simple
|
||||
SUBDIR += p5-HTML-Tree
|
||||
SUBDIR += p5-HTML-TreeBuilder-XPath
|
||||
SUBDIR += p5-HTML-Webmake
|
||||
SUBDIR += p5-HTML-Widget
|
||||
SUBDIR += p5-HTML-Widgets-SelectLayers
|
||||
|
|
32
www/p5-HTML-TreeBuilder-XPath/Makefile
Normal file
32
www/p5-HTML-TreeBuilder-XPath/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: p5-HTML-TreeBuilder-XPath
|
||||
# Date created: 2006-07-11
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTML-TreeBuilder-XPath
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= HTML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Add XPath support to HTML::TreeBuilder
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \
|
||||
${SITE_PERL}/XML/XPathEngine.pm:${PORTSDIR}/textproc/p5-XML-XPathEngine
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= HTML::TreeBuilder::XPath.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-HTML-TreeBuilder-XPath/distinfo
Normal file
3
www/p5-HTML-TreeBuilder-XPath/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (HTML-TreeBuilder-XPath-0.05.tar.gz) = 29ccf9437b6cd4521fd6b553b4fd5b4e
|
||||
SHA256 (HTML-TreeBuilder-XPath-0.05.tar.gz) = 3dc2696c27540f4e8ccdf8f19d3eed330b21f1006dce33bfd4edf1965f0ce982
|
||||
SIZE (HTML-TreeBuilder-XPath-0.05.tar.gz) = 6307
|
5
www/p5-HTML-TreeBuilder-XPath/pkg-descr
Normal file
5
www/p5-HTML-TreeBuilder-XPath/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module adds typical XPath methods to HTML::TreeBuilder, to make
|
||||
it easy to query a document.
|
||||
|
||||
Author: Michel Rodriguez, <imirod@cpan.org>
|
||||
WWW: http://search.cpan.org/dist/HTML-TreeBuilder-XPath/
|
8
www/p5-HTML-TreeBuilder-XPath/pkg-plist
Normal file
8
www/p5-HTML-TreeBuilder-XPath/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/TreeBuilder/XPath/.packlist
|
||||
%%SITE_PERL%%/HTML/TreeBuilder/XPath.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/TreeBuilder/XPath
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/TreeBuilder
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
|
||||
@dirrmtry %%SITE_PERL%%/HTML/TreeBuilder
|
||||
@dirrmtry %%SITE_PERL%%/HTML
|
Loading…
Reference in a new issue