# -*- 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 cmake 1.1 PortGroup compiler_blacklist_versions 1.0 PortGroup github 1.0 name tinyxml2 github.setup leethomason tinyxml2 9.0.0 github.tarball_from archive categories textproc license zlib maintainers {@crowell crowell.biz:jeff} openmaintainer description Simple, small, C++ XML parser long_description TinyXML-2 is a simple, small, C++ XML parser that can be \ easily integrating into other programs. checksums rmd160 76c2f4a0dd28241ab221774495c173e39deb142d \ sha256 cc2f1417c308b1f6acc54f88eb70771a0bf65f76282ce5c40e54cfe52952702c \ size 619734 # Old gcc and Xcode clang of 10.6 fail to build the port for 32-bit archs: # https://trac.macports.org/ticket/66144 compiler.blacklist-append \ *gcc-3* *gcc-4.* {clang < 421}