# -*- 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 xercesc3 conflicts xercesc version 3.2.4 revision 3 categories textproc xml shibboleth maintainers {snc @nerdling} {scantor @scantor} license Apache-2 description an XML parser long_description Xerces-C++ is a validating XML parser written in \ a portable subset of C++. Xerces-C++ makes it \ easy to give your application the ability to read \ and write XML data. A shared library is provided \ for parsing, generating, manipulating, and \ validating XML documents. homepage https://xerces.apache.org/xerces-c/ master_sites apache:xerces/c/3/sources/ distname xerces-c-${version} use_bzip2 yes configure.args --disable-silent-rules \ --enable-static \ --enable-netaccessor-socket \ --enable-transcoder-icu \ --enable-msgloader-icu \ --with-icu=${prefix} checksums rmd160 1dfc77a0b44e1b2319eaef99d298d4d60419d1fa \ sha256 74aa626fc71e729ee227602870dd29a5a01cd8c9c1c7330837a51da2eb5722cc \ size 5659678 platforms darwin depends_lib path:lib/pkgconfig/icu-uc.pc:icu compiler.cxx_standard 2011 post-destroot { # Rename the bin programs with a prefix to avoid conflicts foreach f [glob -tails -directory ${destroot}${prefix}/bin *] { move ${destroot}${prefix}/bin/${f} ${destroot}${prefix}/bin/Xerces${f} } } livecheck.type regex livecheck.url https://www.apache.org/dist/xerces/c/3/sources/ livecheck.regex xerces-c-(\\d+\\.\\d+\\.\\d+)