From a146b99c5755f02d00a9975e0d3d02d51313e0b1 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 27 Jan 2010 01:06:15 +0000 Subject: 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 --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') diff --git a/textproc/Makefile b/textproc/Makefile index dd78e3fb6e14..980f353576de 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1112,6 +1112,7 @@ SUBDIR += sgrep SUBDIR += sgrep2 SUBDIR += silvercity + SUBDIR += simplehtmldom SUBDIR += sk-aspell SUBDIR += sk-ispell SUBDIR += skim -- cgit v1.2.3