1 | # -*- 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 |
---|
2 | # $Id: Portfile 131201 2015-01-06 19:52:47Z cal@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup haskell 1.0 |
---|
6 | |
---|
7 | haskell.setup tagsoup 0.13.3 |
---|
8 | checksums rmd160 7cff95fed79e7b7b6e2c5d1d85cea00a832f925f \ |
---|
9 | sha256 32a862118d7836e9beb25fe4b317472fab6e1d41daefa86067231b328cff668d |
---|
10 | |
---|
11 | platforms darwin |
---|
12 | license BSD |
---|
13 | maintainers nomaintainer |
---|
14 | |
---|
15 | description Parsing and extracting information from (possibly malformed) HTML/XML documents |
---|
16 | long_description \ |
---|
17 | TagSoup is a library for parsing HTML/XML. It supports the HTML \ |
---|
18 | 5 specification, and can be used to parse either well-formed XML, or \ |
---|
19 | unstructured and malformed HTML from the web. The library also provides \ |
---|
20 | useful functions to extract information from an HTML document, making it \ |
---|
21 | ideal for screen-scraping. |
---|
22 | |
---|
23 | depends_lib-append port:hs-text |
---|