Bug 142933 - [NEW PORT] textproc/simplehtmldom : PHP Simple HTML DOM Parser
Summary: [NEW PORT] textproc/simplehtmldom : PHP Simple HTML DOM 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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-18 11:50 UTC by joehorn
Modified: 2010-01-27 01:20 UTC (History)
0 users

See Also:


Attachments
file.shar (4.58 KB, text/plain)
2010-01-18 11:50 UTC, joehorn
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description joehorn 2010-01-18 11:50:02 UTC
PHP Simple HTML DOM Parser is a HTML DOM parser written in PHP5+,
and it let you manipulate HTML in a very easy way!

Features:
 * Supports invalid HTML.
 * Find tags on an HTML page with selectors just like jQuery.
 * Extract contents from HTML in a single line.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-01-18 13:11:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-01-21 19:37:29 UTC
State Changed
From-To: open->feedback

plist failes if NOPORTEXAMPLES enabled is: 

http://32bit.miwibox.org/index.php?action=describe_port&id=726 
http://64bit.miwibox.org/index.php?action=describe_port&id=733
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2010-01-27 01:06:31 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-01-27 01:07:38 UTC
miwi        2010-01-27 01:06:15 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/simplehtmldom Makefile distinfo pkg-descr pkg-message 
                           pkg-plist 
  Log:
  PHP Simple HTML DOM Parser is a HTML DOM parser written in PHP5+,
  and it let you manipulate HTML in a very easy way!
  
  Features:
   * Supports invalid HTML.
   * Find tags on an HTML page with selectors just like jQuery.
   * Extract contents from HTML in a single line.
  
  WWW: http://simplehtmldom.sourceforge.net/
  
  PR:             ports/142933
  Submitted by:   Joe Horn <joehorn at gmail.com>
  
  Revision  Changes    Path
  1.1411    +1 -0      ports/textproc/Makefile
  1.1       +55 -0     ports/textproc/simplehtmldom/Makefile (new)
  1.1       +3 -0      ports/textproc/simplehtmldom/distinfo (new)
  1.1       +9 -0      ports/textproc/simplehtmldom/pkg-descr (new)
  1.1       +8 -0      ports/textproc/simplehtmldom/pkg-message (new)
  1.1       +25 -0     ports/textproc/simplehtmldom/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 5 dfilter service freebsd_committer freebsd_triage 2010-01-27 01:11:22 UTC
miwi        2010-01-27 01:11:13 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/rubygem-kwalify Makefile distinfo pkg-descr 
  Log:
  Kwalify is a parser, schema validator, and data binding tool for YAML and JSON.
  
  YAML and JSON are simple and nice format for structured data and easier for
  human to read and write than XML. But there have been no schema for YAML
  such as RelaxNG or DTD. Kwalify gets over this situation.
  
  WWW: http://www.kuwata-lab.com/kwalify/
  
  PR:             ports/142933
  Submitted by:   Eric Freeman <freebsdports at chillibear.com>
  
  Revision  Changes    Path
  1.1412    +1 -0      ports/textproc/Makefile
  1.1       +22 -0     ports/textproc/rubygem-kwalify/Makefile (new)
  1.1       +3 -0      ports/textproc/rubygem-kwalify/distinfo (new)
  1.1       +7 -0      ports/textproc/rubygem-kwalify/pkg-descr (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"