Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  2 Oct 2011 17:39:25 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/161229: [NEW PORT] www/p5-Web-Query: Yet another scraping library like jQuery
Message-ID:  <20111002093925.07BB87E845@colo-p.gslin.org>
Resent-Message-ID: <201110021130.p92BUAFW084271@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         161229
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-Web-Query: Yet another scraping library like jQuery
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 02 11:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 7.4-RELEASE FreeBSD 7.4-RELEASE #0: Thu Feb 17 03:51:56 UTC 2011
>Description:
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.

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/

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Web-Query-0.06.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Web-Query
#	p5-Web-Query/Makefile
#	p5-Web-Query/pkg-descr
#	p5-Web-Query/pkg-plist
#	p5-Web-Query/distinfo
#
echo c - p5-Web-Query
mkdir -p p5-Web-Query > /dev/null 2>&1
echo x - p5-Web-Query/Makefile
sed 's/^X//' >p5-Web-Query/Makefile << '2f7be75f574329012141b0ee649589a0'
X# New ports collection makefile for:	p5-Web-Query
X# Date created:		2011-10-02
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Web-Query
XPORTVERSION=	0.06
XCATEGORIES=	www
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Yet another scraping library like jQuery
X
XRUN_DEPENDS=	p5-HTML-Selector-XPath>=0:${PORTSDIR}/www/p5-HTML-Selector-XPath \
X		p5-HTML-TreeBuilder-XPath>=0:${PORTSDIR}/www/p5-HTML-TreeBuilder-XPath \
X		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Web::README.3 \
X		Web::Query.3
X
X.include <bsd.port.mk>
2f7be75f574329012141b0ee649589a0
echo x - p5-Web-Query/pkg-descr
sed 's/^X//' >p5-Web-Query/pkg-descr << '49f0d8c46015920548f0e4a03ce99b94'
XWeb::Query is a yet another scraping framework, have a jQuery like
Xinteraface.
X
XYes, I know ingy's pQuery. But it's just a alpha quality. It doesn't
Xworks.  Web::Query built at top of the CPAN modules,
XHTML::TreeBuilder::XPath, LWP::UserAgent, and HTML::Selector::XPath.
X
XSo, this module uses HTML::Selector::XPath, then this module only
Xsupports CSS3 selector supported by HTML::Selector::XPath. Web::Query
Xdoesn't support jQuery's extended quries(yet?).
X
XWWW:	http://search.cpan.org/dist/Web-Query/
49f0d8c46015920548f0e4a03ce99b94
echo x - p5-Web-Query/pkg-plist
sed 's/^X//' >p5-Web-Query/pkg-plist << 'c5a4600f3c657236af5050ce5629d7c0'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Web/Query/.packlist
X%%SITE_PERL%%/Web/Query.pm
X%%SITE_PERL%%/Web/README.pod
X@dirrmtry %%SITE_PERL%%/Web
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web/Query
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web
c5a4600f3c657236af5050ce5629d7c0
echo x - p5-Web-Query/distinfo
sed 's/^X//' >p5-Web-Query/distinfo << 'e5c62c8bd3081d6343d9b8194d520307'
XSHA256 (Web-Query-0.06.tar.gz) = 74c618e4bee3585db4f631aae34cc462d093adb4cc442cfec2aaca3528dd59c3
XSIZE (Web-Query-0.06.tar.gz) = 22401
e5c62c8bd3081d6343d9b8194d520307
exit
--- p5-Web-Query-0.06.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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