---
name: streamhtmlparser
version: 0.1
origin: devel/streamhtmlparser
comment: C/C++/Python streaming HTML parser library from Google
arch: freebsd:9:x86:64
www: http://code.google.com/p/streamhtmlparser/
maintainer: itechbear@gmail.com
prefix: /usr/local
licenselogic: single
licenses: [BSD]
flatsize: 223542
desc: |
  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/
categories: [devel]
options: {DOCS: on, PYBINDINGS: off, STATIC: on}
files:
  /usr/local/include/streamhtmlparser/htmlparser.h: 1c360b3b3a98acec2e6cc7b9da89ece9fe8626099b102cf69f2a960caaf68c42
  /usr/local/include/streamhtmlparser/htmlparser_cpp.h: 871c2e0ca3ffaf698f89b57d29e5005863859c6235bf28907bd3e58107912aeb
  /usr/local/include/streamhtmlparser/jsparser.h: ca2c50dda6dea155207721941393234dac7a278cd6420e6e8ec39552803db95e
  /usr/local/include/streamhtmlparser/statemachine.h: 9d493113e6ca4cba86a3b821722a03b20ae40636ed122525a055df86474d3bae
  /usr/local/lib/libstreamhtmlparser.a: 37a798a212786a5d44aae67e986b8542e30c15de977b0f2eb9b97011327d3633
  /usr/local/lib/libstreamhtmlparser.so: '-'
  /usr/local/lib/libstreamhtmlparser.so.0: ab1adbb37229f9ad9cc07a366b3aa794d35237c2e55b57d392d786b7c45bd219
  /usr/local/share/doc/streamhtmlparser/AUTHORS: 781bf30004fadac3cc4dc3d50e979a41574d138ed49111f1b6a902f6c94ee0e0
  /usr/local/share/doc/streamhtmlparser/COPYING: 90d1f3701813c3cd65eee2dc736746fe46b465918f3f7d6d31463a2018b33fa5
  /usr/local/share/doc/streamhtmlparser/ChangeLog: e2a10cad701de758b2f85b9b79dd865edce7ae61d9204b7a51f61dbcaa3e4571
  /usr/local/share/doc/streamhtmlparser/INSTALL: 3415cabd49c622dbd70adfe372500283482b1502a9075e6d7720864d43271665
  /usr/local/share/doc/streamhtmlparser/NEWS: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  /usr/local/share/doc/streamhtmlparser/README: 1b786e3e3df4eb297cd21f21e240f8630d2351245d7eb662bff8fb5c463c9548
  /usr/local/share/licenses/streamhtmlparser-0.1/BSD: 85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce
  /usr/local/share/licenses/streamhtmlparser-0.1/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/streamhtmlparser-0.1/catalog.mk: 1cc3f79484afd7931598fc966afd5bf916e1f2e07f101b030668522af70b022a
directories:
  /usr/local/share/licenses/streamhtmlparser-0.1/: n
  /usr/local/share/licenses/: y
  /usr/local/share/doc/streamhtmlparser/: n
  /usr/local/include/streamhtmlparser/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    /usr/local/share/doc/streamhtmlparser 2>/dev/null || true
    /usr/local/include/streamhtmlparser 2>/dev/null || true
    /sbin/ldconfig -R
    cd /usr/local
  post-deinstall: |
    cd /usr/local
