mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Reformat pkg-descr
This commit is contained in:
parent
787599559a
commit
18afff5292
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363655
@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-libwww>=6:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,12 +1,11 @@
|
||||
Web::Query is a yet another scraping framework, have a jQuery like
|
||||
interaface.
|
||||
Web::Query is a yet another scraping framework, have a jQuery like interaface.
|
||||
|
||||
Yes, I know ingy's pQuery. But it's just a alpha quality. It doesn't
|
||||
works. Web::Query built at top of the CPAN modules,
|
||||
HTML::TreeBuilder::XPath, LWP::UserAgent, and HTML::Selector::XPath.
|
||||
Yes, I know ingy's pQuery. But it's just a alpha quality. It doesn't works.
|
||||
Web::Query built at top of the CPAN modules, HTML::TreeBuilder::XPath,
|
||||
LWP::UserAgent, and HTML::Selector::XPath.
|
||||
|
||||
So, this module uses HTML::Selector::XPath, then this module only
|
||||
supports CSS3 selector supported by HTML::Selector::XPath. Web::Query
|
||||
doesn't support jQuery's extended quries(yet?).
|
||||
So, this module uses HTML::Selector::XPath, then this module only supports CSS3
|
||||
selector supported by HTML::Selector::XPath. Web::Query doesn't support jQuery's
|
||||
extended quries(yet?).
|
||||
|
||||
WWW: http://search.cpan.org/dist/Web-Query/
|
||||
|
Loading…
Reference in New Issue
Block a user