From owner-svn-ports-all@FreeBSD.ORG Thu Jul 31 18:54:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D668E355; Thu, 31 Jul 2014 18:54:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A94762851; Thu, 31 Jul 2014 18:54:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6VIsUWd048899; Thu, 31 Jul 2014 18:54:30 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6VIsUNO048897; Thu, 31 Jul 2014 18:54:30 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407311854.s6VIsUNO048897@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Jul 2014 18:54:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363655 - head/www/p5-Web-Query X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 18:54:30 -0000 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 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/