# -*- 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 github 1.0 github.setup cdcseacave TinyEXIF 1.0.2 revision 0 checksums rmd160 8676b40d8dfeaf0d5cc34f5d7ef6b5ef42da249e \ sha256 427e02c38ee29d87bc82d08545d9f9a68c603af16e0b35f6807a4a8e63c14b86 \ size 7710738 categories graphics maintainers {ryandesign @ryandesign} openmaintainer license BSD description tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG long_description ${name} is a tiny, lightweight C++ library for parsing the \ metadata existing inside JPEG files. github.tarball_from archive depends_lib port:tinyxml2 patchfiles cstdint.patch \ std-istream.patch \ version.patch post-patch { set v [split ${version} .] set major [lindex ${v} 0] set minor [lindex ${v} 1] set patch [lindex ${v} 2] reinplace -W ${worksrcpath} \ -E "s/@MAJOR@/${major}/g;s/@MINOR@/${minor}/g;s/@PATCH@/${patch}/g" \ CMakeLists.txt \ TinyEXIF.h } compiler.cxx_standard \ 2011 configure.args -DBUILD_DEMO=OFF \ -DBUILD_SHARED_LIBS=ON \ -DBUILD_STATIC_LIBS=ON