# -*- 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 name html-xml-utils version 6.7 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 38d382ae9d2830a274002a0d51a66f161cc5a108 \ sha256 92af4886fcada0e2fc35308def4d02baedd9889d2e4c957b07b77a60fbdacd99 configure.cflags-append -std=gnu89 configure.libs-append -liconv post-destroot { # For backwards compatibility, restore the program prefix that was used in # earlier versions of this port fs-traverse f "${destroot}${prefix}/bin ${destroot}${prefix}/share/man" { if [file isfile $f] { ln -s [file tail $f] [file dirname $f]/w3[file tail $f] } } } livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\[0-9.\]+)\\.tar