Bug 133780 - [NEW PORT] www/p5-HTML-TreeBuilder-LibXML: HTML::TreeBuilder::XPath compatible interface with libxml
Summary: [NEW PORT] www/p5-HTML-TreeBuilder-LibXML: HTML::TreeBuilder::XPath compatibl...
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-16 15:00 UTC by markun
Modified: 2009-05-06 15:50 UTC (History)
0 users

See Also:


Attachments
p5-HTML-TreeBuilder-LibXML-0.04.shar (2.95 KB, text/plain)
2009-04-16 15:00 UTC, markun
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description markun 2009-04-16 15:00:12 UTC
HTML::TreeBuilder is bit slow for some use case.
and, XML::LibXML is very fast! I want to use it.
But, some libraries uses HTML::TreeBuilder.

HTML::TreeBuilder::LibXML is drop-in-replacement
for HTML::TreeBuilder::XPath.

Currently, this module implements good enough methods
for work with Web::Scraper.

Author:	MATSUNO Tokuhiro <tokuhirom+cpan@gmail.com>
WWW:	http://search.cpan.org/~tokuhirom/HTML-TreeBuilder-LibXML/

Generated with FreeBSD Port Tools 0.77
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2009-04-16 15:54:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-06 15:40:45 UTC
wxs         2009-05-06 14:40:32 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-HTML-TreeBuilder-LibXML Makefile distinfo pkg-descr 
                                   pkg-plist 
  Log:
  HTML::TreeBuilder::LibXML is drop-in-replacement
  for HTML::TreeBuilder::XPath.
  
  Currently, this module implements good enough methods
  for work with Web::Scraper.
  
  PR:             ports/133780
  Submitted by:   TERAMOTO Masahiro <markun@onohara.to>
  
  Revision  Changes    Path
  1.2340    +1 -0      ports/www/Makefile
  1.1       +26 -0     ports/www/p5-HTML-TreeBuilder-LibXML/Makefile (new)
  1.1       +3 -0      ports/www/p5-HTML-TreeBuilder-LibXML/distinfo (new)
  1.1       +12 -0     ports/www/p5-HTML-TreeBuilder-LibXML/pkg-descr (new)
  1.1       +10 -0     ports/www/p5-HTML-TreeBuilder-LibXML/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 3 Wesley Shields freebsd_committer freebsd_triage 2009-05-06 15:40:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!