# -*- 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: Portfile 84550 2011-09-27 21:05:11Z snc@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       tagsoup 0.12
maintainers         singingwolfboy openmaintainer
homepage            http://community.haskell.org/~ndm/tagsoup/
description         Haskell library for parsing HTML/XML
long_description    \
    TagSoup is a library for parsing HTML/XML. It supports the HTML5 \
    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.

platforms           darwin
checksums           md5     0c878d2c2fb01a12ce79dc87d395b3d5 \
                    sha1    f3398de20e39c23e6f82c66ec7905746df875b46 \
                    rmd160  78fb229b98073822869315b5c7e8be9fc9dd9943
license             BSD
