www/htmlcxx - The NetBSD Packages Collection

Simple non-validating CSS1 and HTML parser for C++

htmlcxx is a simple non-validating CSS1 and HTML parser for C++.
Although there are several other HTML parsers available, htmlcxx
has some characteristics that make it unique:

* STL like navigation of DOM tree, using the excellent tree.hh library
  from Kasper Peeters
* It is possible to reproduce exactly, character by character, the
  original document from the parse tree
* Bundled css parser
* Optional parsing of attributes
* C++ code that looks like C++ (not so true anymore)
* Offsets of tags/elements in the original document are stored in
  the nodes of the DOM tree

The parsing politics of htmlcxx were created trying to mimic Mozilla
Firefox behavior. So you should expect parse trees similar to those
create by Firefox. However, differently from Firefox, htmlcxx does
not insert non-existent stuff in your html. Therefore, serializing
the DOM tree gives exactly the same bytes contained in the original
HTML document.

Build dependencies

devel/libtool-base pkgtools/mktools devel/pkgconf pkgtools/cwrappers

Runtime dependencies

(none)

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64htmlcxx-0.85.tgz
NetBSD 10.0aarch64htmlcxx-0.85.tgz
NetBSD 10.0aarch64htmlcxx-0.85.tgz
NetBSD 10.0aarch64ebhtmlcxx-0.85.tgz
NetBSD 10.0aarch64ebhtmlcxx-0.85.tgz
NetBSD 10.0alphahtmlcxx-0.85.tgz
NetBSD 10.0earmv6hfhtmlcxx-0.85.tgz
NetBSD 10.0earmv6hfhtmlcxx-0.85.tgz
NetBSD 10.0earmv6hfhtmlcxx-0.85.tgz
NetBSD 10.0earmv7hfhtmlcxx-0.85.tgz
NetBSD 10.0earmv7hfhtmlcxx-0.85.tgz
NetBSD 10.0earmv7hfhtmlcxx-0.85.tgz
NetBSD 10.0i386htmlcxx-0.85.tgz
NetBSD 10.0i386htmlcxx-0.85.tgz
NetBSD 10.0m68khtmlcxx-0.85.tgz
NetBSD 10.0powerpchtmlcxx-0.85.tgz
NetBSD 10.0sh3elhtmlcxx-0.85.tgz
NetBSD 10.0vaxhtmlcxx-0.85.tgz
NetBSD 10.0vaxhtmlcxx-0.85.tgz
NetBSD 10.0x86_64htmlcxx-0.85.tgz
NetBSD 10.0_BETAx86_64htmlcxx-0.85.tgz
NetBSD 8.0i386htmlcxx-0.85.tgz
NetBSD 8.0i386htmlcxx-0.85.tgz
NetBSD 8.0i386htmlcxx-0.85.tgz
NetBSD 8.0powerpchtmlcxx-0.85.tgz
NetBSD 8.0powerpchtmlcxx-0.85.tgz
NetBSD 8.0powerpchtmlcxx-0.85.tgz
NetBSD 8.0powerpchtmlcxx-0.85.tgz
NetBSD 8.0x86_64htmlcxx-0.85.tgz
NetBSD 8.0x86_64htmlcxx-0.85.tgz
NetBSD 8.0x86_64htmlcxx-0.85.tgz
NetBSD 9.0aarch64htmlcxx-0.85.tgz
NetBSD 9.0aarch64htmlcxx-0.85.tgz
NetBSD 9.0aarch64htmlcxx-0.85.tgz
NetBSD 9.0alphahtmlcxx-0.85.tgz
NetBSD 9.0alphahtmlcxx-0.85.tgz
NetBSD 9.0earmhtmlcxx-0.85.tgz
NetBSD 9.0earmv6hfhtmlcxx-0.85.tgz
NetBSD 9.0earmv6hfhtmlcxx-0.85.tgz
NetBSD 9.0earmv6hfhtmlcxx-0.85.tgz
NetBSD 9.0earmv7hfhtmlcxx-0.85.tgz
NetBSD 9.0earmv7hfhtmlcxx-0.85.tgz
NetBSD 9.0earmv7hfhtmlcxx-0.85.tgz
NetBSD 9.0i386htmlcxx-0.85.tgz
NetBSD 9.0i386htmlcxx-0.85.tgz
NetBSD 9.0m68khtmlcxx-0.85.tgz
NetBSD 9.0m68khtmlcxx-0.85.tgz
NetBSD 9.0m68khtmlcxx-0.85.tgz
NetBSD 9.0mips64ebhtmlcxx-0.85.tgz
NetBSD 9.0powerpchtmlcxx-0.85.tgz
NetBSD 9.0powerpchtmlcxx-0.85.tgz
NetBSD 9.0powerpchtmlcxx-0.85.tgz
NetBSD 9.0sh3elhtmlcxx-0.85.tgz
NetBSD 9.0sh3elhtmlcxx-0.85.tgz
NetBSD 9.0sparc64htmlcxx-0.85.tgz
NetBSD 9.0sparchtmlcxx-0.85.tgz
NetBSD 9.0sparchtmlcxx-0.85.tgz
NetBSD 9.0vaxhtmlcxx-0.85.tgz
NetBSD 9.0vaxhtmlcxx-0.85.tgz
NetBSD 9.0x86_64htmlcxx-0.85.tgz
NetBSD 9.0x86_64htmlcxx-0.85.tgz
NetBSD 9.3x86_64htmlcxx-0.85.tgz
NetBSD 9.3x86_64htmlcxx-0.85.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.