freebsd-ports/devel/streamhtmlparser/pkg-plist
Matthias Andree 34ef8f82d0 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>
2012-08-14 22:52:54 +00:00

18 lines
671 B
Text

%%PYBINDINGS%%%%PYTHON_SITELIBDIR%%/py_streamhtmlparser.so
%%STATIC%%lib/libstreamhtmlparser.a
lib/libstreamhtmlparser.so
lib/libstreamhtmlparser.so.0
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTDOCS%%@unexec %D/%%DOCSDIR%% 2>/dev/null || true
include/streamhtmlparser/statemachine.h
include/streamhtmlparser/jsparser.h
include/streamhtmlparser/htmlparser.h
include/streamhtmlparser/htmlparser_cpp.h
@dirrm include/streamhtmlparser
@unexec %D/include/streamhtmlparser 2>/dev/null || true