svn commit: r363655 - head/www/p5-Web-Query
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 18:54:30 UTC 2014
Author: sunpoet
Date: Thu Jul 31 18:54:29 2014
New Revision: 363655
URL: http://svnweb.freebsd.org/changeset/ports/363655
QAT: https://qat.redports.org/buildarchive/r363655/
Log:
- Reformat pkg-descr
Modified:
head/www/p5-Web-Query/Makefile
head/www/p5-Web-Query/pkg-descr
Modified: head/www/p5-Web-Query/Makefile
==============================================================================
--- head/www/p5-Web-Query/Makefile Thu Jul 31 18:54:24 2014 (r363654)
+++ head/www/p5-Web-Query/Makefile Thu Jul 31 18:54:29 2014 (r363655)
@@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTS
p5-libwww>=6:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= modbuild
+USES= perl5
.include <bsd.port.mk>
Modified: head/www/p5-Web-Query/pkg-descr
==============================================================================
--- head/www/p5-Web-Query/pkg-descr Thu Jul 31 18:54:24 2014 (r363654)
+++ head/www/p5-Web-Query/pkg-descr Thu Jul 31 18:54:29 2014 (r363655)
@@ -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/
More information about the svn-ports-head
mailing list