1
0
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:
Sunpoet Po-Chuan Hsieh 2014-07-31 18:54:29 +00:00
parent 787599559a
commit 18afff5292
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363655
2 changed files with 8 additions and 9 deletions

View File

@ -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>

View File

@ -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/