aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-08-14 22:52:54 +0000
committerMatthias Andree <mandree@FreeBSD.org>2012-08-14 22:52:54 +0000
commit34ef8f82d0b0979b5fc5b1e3d0bb1cbdf9f93024 (patch)
tree82d7dbc758077b1e4f450f034768ba941e1dca80 /devel/Makefile
parent313192e015c973b4501222388628edae883c5807 (diff)
downloadports-34ef8f82d0b0979b5fc5b1e3d0bb1cbdf9f93024.tar.gz
ports-34ef8f82d0b0979b5fc5b1e3d0bb1cbdf9f93024.zip
Add new port devel/streamhtmlparser.
Implementation of an html and javascript context scanner with no lookahead. Its purpose is to scan an html document and provide context information at any point within the input stream. An example of a user of this scanner would be an auto escaping templating system, which would require html context information at very specific points within the html stream. The implementation is based on a simplified state machine of HTML4.1 and javascript. The code also contains C++ and python bindings. WWW: http://code.google.com/p/streamhtmlparser/ PR: ports/170472 Submitted by: HU Dong <itechbear@gmail.com>
Notes
Notes: svn path=/head/; revision=302535
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 162bb36012a5..462d5dc01a11 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3995,6 +3995,7 @@
SUBDIR += stormlib-ghost++
SUBDIR += str
SUBDIR += strace
+ SUBDIR += streamhtmlparser
SUBDIR += stringencoders
SUBDIR += styx
SUBDIR += subclipse