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

name                    tclxml
version                 3.2
revision                1
checksums               rmd160  618d19c83159e85b1f95e4e8a173280d9ecb647c \
                        sha256  f4116b6680b249ce74b856a121762361ca09e6256f0c8ad578d1c661b822cb39 \
                        size    757594

categories              lang tcl
maintainers             nomaintainer
description             This package provides XML parsers, DOM scripting and XSL Transformations for Tcl.
long_description        In previous distributions, these features (TclXML, TclDOM, and TclXSLT) were supplied as \
            separate packages. Now they have been combined into a single package to make \
            installation easier. \
            TclXML provides a streaming parser for XML documents. \
            TclDOM provides a tree view for XML documents. This is usually the best interface \
            for scripting XML documents using Tcl.  \
            TclXSLT provides a method to invoke XSL Transformations upon XML documents. This \
            package is a wrapper for the libxslt library.

homepage                https://tclxml.sourceforge.net
master_sites            sourceforge:project/tclxml/TclXML/${version}/

depends_run             port:tcl port:tcllib port:libxml2

patchfiles              implicit.patch \
                        libxml2-2.12.patch

configure.args          --with-tcl=${prefix}/lib

livecheck.regex         tclxml-(\[0-9\\.\]+)\\.tar\\.gz
