# -*- 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 103141 2013-02-16 03:24:20Z ryandesign@macports.org $

PortSystem          1.0

name                html-xml-utils
version             6.3
categories          textproc
platforms           darwin
maintainers         nomaintainer
license             W3C

description         A number of simple utilties for manipulating HTML and XML files.

long_description    ${description}

homepage            http://www.w3.org/Tools/HTML-XML-utils/
master_sites        ${homepage}

checksums           rmd160  efc46fa0a0edf74bd37ee1974256bc800960612d \
                    sha256  52b426477ecea9ea78b48becccfa63345adb275ba088fde51926f69e6cb30993

configure.args      --program-prefix=w3

configure.cflags-append -std=gnu89

configure.libs-append   -liconv

livecheck.type      regex
livecheck.url       [lindex ${master_sites} 0]
livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
