Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2014 18:54:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363655 - head/www/p5-Web-Query
Message-ID:  <201407311854.s6VIsUNO048897@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407311854.s6VIsUNO048897>