freebsd-ports/textproc/simplehtmldom/pkg-plist
Martin Wilke a146b99c57 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>
2010-01-27 01:06:15 +00:00

26 lines
1.1 KiB
Plaintext

%%DATADIR%%/simple_html_dom.php
%%PORTDOCS%%%%DOCSDIR%%/css/default.css
%%PORTDOCS%%%%DOCSDIR%%/css/ui.tabs.css
%%PORTDOCS%%%%DOCSDIR%%/img/tab.png
%%PORTDOCS%%%%DOCSDIR%%/js/jquery-1.2.3.pack.js
%%PORTDOCS%%%%DOCSDIR%%/js/ui.tabs.pack.js
%%PORTDOCS%%%%DOCSDIR%%/manual.htm
%%PORTDOCS%%%%DOCSDIR%%/manual_api.htm
%%PORTDOCS%%%%DOCSDIR%%/manual_faq.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_advanced_selector.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_basic_selector.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_callback.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_extract_html.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_modify_contents.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scraping/example_scraping_digg.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scraping/example_scraping_imdb.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scraping/example_scraping_slashdot.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_html_dom_utility.php
@dirrm %%DATADIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%/js
%%PORTDOCS%%@dirrm %%DOCSDIR%%/img
%%PORTDOCS%%@dirrm %%DOCSDIR%%/css
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/scraping
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%