# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup haskell 1.0 haskell.setup tagsoup 0.13.3 revision 1 checksums rmd160 7cff95fed79e7b7b6e2c5d1d85cea00a832f925f \ sha256 32a862118d7836e9beb25fe4b317472fab6e1d41daefa86067231b328cff668d platforms darwin license BSD maintainers nomaintainer description Parsing and extracting information from (possibly malformed) HTML/XML documents long_description \ TagSoup is a library for parsing HTML/XML. It supports the HTML \ 5 specification, and can be used to parse either well-formed XML, or \ unstructured and malformed HTML from the web. The library also provides \ useful functions to extract information from an HTML document, making it \ ideal for screen-scraping. depends_lib-append port:hs-text