# -*- 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: Portfile 107849 2013-07-07 07:28:07Z nicos@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                libkexiv2
version             4.10.5
categories          kde kde4
license             GPL-2+ LGPL-2+
maintainers         nicos openmaintainer
description         Wrapper around Exiv2 for KDE.
long_description    LibKExiv2 is a wrapper around Exiv2 library to manipulate pictures metadata as \
                    EXIF, IPTC, and XMP. This Metadata interface follow Metadata Working Group Specification. \
                    This library is used by kipi-plugins, digiKam and others kipi host programs.
platforms           darwin
homepage            http://www.kde.org
master_sites        kde:stable/${version}/src/
use_xz              yes
distname            libkexiv2-${version}
checksums           rmd160  1760192e055db93fd27d883ca73c0edf1b30a15d \
                    sha256  fb1e9fc9208550b2ddc1f4b04832ed0c7608fc595024cfb3ce1760307e76cfa2

#Binaries do not link to openssl, nor use the ssl backend of kdelibs4
license_noconflict  openssl

depends_lib-append  port:kdelibs4 \
                    port:exiv2

livecheck.url       http://kde.mirrors.hoobly.com/stable/
livecheck.regex     (\\d+(\\.\\d+)+)
