Bug 148308 - New port: textproc/p5-HTML-HTML5-Parser A named entity list for HTML parser
Summary: New port: textproc/p5-HTML-HTML5-Parser A named entity list for HTML parser
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-02 08:20 UTC by Ju Pengfei
Modified: 2010-07-02 10:00 UTC (History)
0 users

See Also:


Attachments
file.shar (3.10 KB, text/plain)
2010-07-02 08:20 UTC, Ju Pengfei
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ju Pengfei 2010-07-02 08:20:01 UTC
New port: textproc/p5-HTML-HTML5-Parser
A named entity list for HTML parser

WWW: http://search.cpan.org/dist/HTML-HTML5-Parser/

Fix: use this shar file, please.
thanks.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-02 08:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

wen@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-02 09:55:13 UTC
wen         2010-07-02 08:54:56 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-HTML-HTML5-Parser Makefile distinfo pkg-descr 
                                  pkg-plist 
  Log:
  HTML::HTML5::Parse is substantially the same as the non-CPAN module
  Whatpm::HTML. Changes include:
      * Provides an XML::LibXML-like DOM interface. If you usually use
  XML::LibXML's DOM parser, this should be a drop-in solution for tag
  soup HTML.
      * Constructs an XML::LibXML::Document as the result of parsing.
      * Via bundling and modifications, removed external dependencies
  on non-CPAN packages.
  
  WWW: http://search.cpan.org/dist/HTML-HTML5-Parser/
  
  PR:             ports/148308
  Submitted by:   Ju Pengfei <jupengfei@gmail.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.1471    +1 -0      ports/textproc/Makefile
  1.1       +29 -0     ports/textproc/p5-HTML-HTML5-Parser/Makefile (new)
  1.1       +3 -0      ports/textproc/p5-HTML-HTML5-Parser/distinfo (new)
  1.1       +11 -0     ports/textproc/p5-HTML-HTML5-Parser/pkg-descr (new)
  1.1       +19 -0     ports/textproc/p5-HTML-HTML5-Parser/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 Wen Heping freebsd_committer freebsd_triage 2010-07-02 09:55:56 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!