# -*- 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

PortSystem          1.0
PortGroup           github 1.0

github.setup        grobian html2text 2.3.0 v
revision            0
checksums           rmd160  13ddcaad6475f8be74f992b84050555e95c9b591 \
                    sha256  8cec23ed1ff43313f2d0e4b434cd39871bc002cad947a40d4a3738d1351921f7 \
                    size    346044

categories          textproc
maintainers         {ryandesign @ryandesign} openmaintainer
license             GPL-2+

description         Utility to convert HTML documents into plain text.

long_description    ${name} is a command line utility, written in C++, \
                    that converts HTML documents into plain text. Each \
                    HTML document is loaded from a location indicated \
                    by a URI or read from standard input, and \
                    formatted into a stream of plain text characters \
                    that is written to standard output or into an \
                    output file. The input URI may specify a remote \
                    site from which the documents are loaded via the \
                    Hypertext Transfer Protocol (HTTP).

github.tarball_from releases

depends_lib         port:libiconv

compiler.cxx_standard 2011

test.run            yes
test.target         check
