Bug 161229 - [NEW PORT] www/p5-Web-Query: Yet another scraping library like jQuery
Summary: [NEW PORT] www/p5-Web-Query: Yet another scraping library like jQuery
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-02 12:30 UTC by gslin
Modified: 2011-10-02 19:30 UTC (History)
1 user (show)

See Also:


Attachments
p5-Web-Query-0.06.shar (2.47 KB, text/plain)
2011-10-02 12:30 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2011-10-02 12:30:10 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-02 12:30:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-10-02 18:54:14 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-10-02 19:21:41 UTC
sunpoet     2011-10-02 18:21:28 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-Web-Query     Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-Web-Query 0.06
  
  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/
  
  PR:             ports/161229
  Submitted by:   Gea-Suan Lin <gslin@gslin.org>
  
  Revision  Changes    Path
  1.2990    +1 -0      ports/www/Makefile
  1.1       +29 -0     ports/www/p5-Web-Query/Makefile (new)
  1.1       +2 -0      ports/www/p5-Web-Query/distinfo (new)
  1.1       +12 -0     ports/www/p5-Web-Query/pkg-descr (new)
  1.1       +6 -0      ports/www/p5-Web-Query/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-10-02 19:21:45 UTC
State Changed
From-To: open->closed

New port added. Thanks!